source: buchla-68k/ram/im700.c@ 7258c6a

Last change on this file since 7258c6a was 7258c6a, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Use standard integer types.

  • Property mode set to 100644
File size: 33.5 KB
Line 
1/*
2 =============================================================================
3 im700.c -- variable definitions and initialization for MIDAS-VII
4 Version 102 -- 1989-11-16 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8#define DEBUGVAL 0 /* initial value for debugsw */
9
10#define FET_DEFS 1 /* so fields.h gets things right */
11#define M7CAT 1 /* so libdsp.h gets it right */
12
13#include "stddefs.h"
14#include "biosdefs.h"
15#include "cmeta.h"
16#include "curpak.h"
17#include "fields.h"
18#include "fpu.h"
19#include "glcfns.h"
20#include "glcdefs.h"
21#include "graphdef.h"
22#include "hwdefs.h"
23#include "macros.h"
24#include "memory.h"
25#include "objdefs.h"
26#include "panel.h"
27#include "sclock.h"
28#include "scwheel.h"
29#include "slice.h"
30#include "smdefs.h"
31#include "timers.h"
32#include "vsdd.h"
33#include "vsddsw.h"
34#include "vsddvars.h"
35
36#include "midas.h"
37
38#include "asgdsp.h"
39#include "instdsp.h"
40#include "libdsp.h"
41#include "score.h"
42#include "scdsp.h"
43#include "scfns.h"
44#include "wsdsp.h"
45
46extern uint16_t tofpu(uint16_t time);
47
48extern void nokey(void);
49extern int16_t nonf(int16_t k);
50extern void stdmkey(void);
51extern void cxkstd(void);
52extern void cykstd(void);
53extern void cxgen(void);
54extern void cygen(void);
55extern void cmvgen(void);
56extern int16_t stdctp2(void);
57
58extern int16_t blakpal[16][3];
59
60extern LPF t_prmtr[];
61
62extern int8_t *funcndx[256][2];
63
64extern int8_t keystat[24];
65extern int8_t ldcmnt[38];
66extern int8_t ldfile[9];
67extern int8_t loadedc[NLTYPES][37];
68extern int8_t loadedf[NLTYPES][8];
69extern int8_t masens[3];
70extern int8_t mctlval[NCTRLS];
71extern int8_t mdbyte[3];
72extern int8_t mpsust[48];
73extern int8_t mrstat[3];
74extern int8_t trgtab[NTRIGS];
75
76extern int16_t fnoff[];
77
78extern int16_t articen[12]; /* voice articulation enable status */
79extern int16_t grpmode[12]; /* group mode - 0 = play, 1 = stdby, 2 = rec */
80extern int16_t grpsel[12]; /* group select status for instrument selection */
81extern int16_t grpstat[12]; /* group status - 0 = off, non-0 = on */
82extern int16_t gtctab[12]; /* group to color table */
83extern int16_t lastvce[12]; /* last voice assigned in each group */
84extern int16_t lastvel[12]; /* last velocity sent to group */
85extern int16_t mpbend[48]; /* MIDI pitch bend data, by port and channel */
86extern int16_t msmstv[3]; /* MIDI state machine state variables */
87extern int16_t prstab[NTRIGS]; /* pressure */
88extern int16_t vce2trg[12]; /* voice to trigger map (-1 EQ NULL) */
89extern int16_t veltab[NTRIGS]; /* velocity */
90
91/*
92
93*/
94
95extern LPF (*oldsw)[]; /* saved swpt value */
96extern LPF (*swpt)[]; /* switch dispatch table pointer */
97
98extern void (*curmove)(void); /* cursor move function */
99extern int16_t (*curtype)(void); /* cursor type function */
100extern void (*cx_key)(void); /* x rate calculation */
101extern void (*cx_upd)(void); /* x update */
102extern void (*cy_key)(void); /* y rate calculation */
103extern void (*cy_upd)(void); /* y update */
104extern void (*d_key)(int16_t k); /* in-field data key processor */
105extern void (*e_key)(void); /* E key processor */
106extern void (*m_key)(void); /* M key processor */
107extern int16_t (*not_fld)(int16_t k); /* not-in-field data key processor */
108extern void (*premove)(void); /* cursor pre-move function */
109extern void (*pstmove)(void); /* cursor post-move function */
110extern void (*x_key)(void); /* X key processor */
111extern void (*xy_dn)(void); /* cursor - finger on (down) */
112extern void (*xy_up)(void); /* cursor - finger off (up) */
113
114extern int16_t *cratex; /* cursor x rate table pointer */
115extern int16_t *cratey; /* cursor x rate table pointer */
116
117int16_t admctl; /* assignment display submenu control variable */
118int16_t adnamsw; /* assignment display virtual typewriter flag */
119int16_t aflag; /* analog activity flag */
120int16_t aform; /* action buffer format */
121int16_t amplval; /* amplitude */
122int16_t ancmsw; /* analog variable r/p control source */
123int16_t angroup; /* analog variable group being shown */
124int16_t asgfks; /* first key selected */
125int16_t asghit; /* row hit / assignment in progress */
126int16_t asgmod; /* assignment number or table modified */
127int16_t asig; /* analog signal number */
128int16_t asmode; /* panel assignment mode */
129int16_t astat; /* analog signal status */
130int16_t auxctl; /* aux control flag */
131int16_t aval; /* analog signal value */
132int16_t bform; /* oscillator data buffer format */
133int16_t catin; /* catalog read in flag */
134int16_t cents; /* pitch to cents conversion buffer */
135int16_t chtime; /* horizontal cursor counter */
136int16_t chwait; /* horizontal cursor wait time */
137int16_t cflag; /* accidental flag */
138int16_t clkctl; /* clock control */
139int16_t clkrun; /* clock status */
140int16_t clksrc; /* clock source */
141int16_t cmfirst; /* first cursor motion switch */
142int16_t cmtype; /* cursor motion type */
143int16_t cnote; /* note value at cursor */
144int16_t ctrsw; /* scupd center update switch */
145int16_t curasg; /* current assignment table */
146int16_t curfunc; /* current function number */
147int16_t curgrp; /* current group */
148int16_t curinst; /* current instrument number */
149int16_t curmop; /* current MIDI output port */
150int16_t curpnt; /* current point number (absolute) */
151int16_t curpos; /* cursor pad position for current axis */
152int16_t cursbox; /* currently selected box */
153int16_t curscor; /* Current score number */
154int16_t cursect; /* current section */
155int16_t curslim; /* cursor type change point */
156int16_t curtun; /* current tuning table */
157int16_t curvce; /* current voice number */
158int16_t curwave; /* current waveshape library slot */
159int16_t curwdth; /* current waveshape cursor width */
160int16_t curwfnl; /* current waveshape final value */
161int16_t curwhrm; /* current waveshape harmonic number */
162int16_t curwhrv; /* current waveshape harmonic value */
163int16_t curwoff; /* current waveshape offset value */
164int16_t curwpnt; /* current waveshape point number */
165int16_t curwslt; /* current waveshape instrument slot */
166int16_t cvtime; /* vertical cursor counter */
167int16_t cvwait; /* veritcal cursor wait time */
168int16_t cxrate; /* cursor x rate */
169int16_t cxval; /* graphic cursor x value */
170int16_t cyrate; /* cursor y rate */
171int16_t cyval; /* graphic cursor y value */
172int16_t debugne; /* debug flag for note entry */
173int16_t defect; /* defect code */
174int16_t dferror; /* error code from BIOS or XBIOS */
175int16_t dfsides; /* number of sides */
176int16_t dftype; /* disk type code */
177int16_t dsp_ok; /* display update OK this cycle flag */
178int16_t dubsw; /* overdub / replace switch */
179int16_t ebflag; /* edit buffer data flag */
180int16_t editss; /* edit panel switch state */
181int16_t editsw; /* edit mode switch */
182int16_t endflg; /* !end flag */
183int16_t ext_cv1; /* CV-1 value */
184int16_t ext_cv2; /* CV-2 value */
185int16_t ext_cv3; /* CV-3 value */
186int16_t ext_cv4; /* CV-4 value */
187int16_t ext_mod; /* Aux Signal Mod value */
188int16_t gomode; /* go to mode */
189int16_t grptran; /* group translation value */
190int16_t gtmsel; /* group transpose/map select */
191int16_t hitbox; /* box we just hit */
192int16_t hitcx; /* x of cursor when we hit the box */
193int16_t hitcy; /* y of cursor when we hit the box */
194int16_t idcfsw; /* copy / fetch menu switch */
195int16_t idimsw; /* instrument display instrument menu switch */
196int16_t idintmp; /* temporary for instrument number */
197int16_t idnamsw; /* typewriter switch */
198int16_t idsrcsw; /* source menu switch */
199int16_t idtdat; /* current instrument vtyper data entry string */
200int16_t imflag; /* instrument modified flag */
201int16_t initcfg; /* initial configuration */
202int16_t insmode; /* score insert mode */
203int16_t ismode; /* instrument select mode */
204int16_t lampio; /* LCD timeout disable switch state at I/O time */
205int16_t lampsw; /* LCD timeout disable switch */
206int16_t lasgsw; /* assignments store switch */
207int16_t lastam; /* last assignment menu base */
208int16_t ldelsw; /* delete switch */
209int16_t lderrsw; /* error message displayed switch */
210int16_t ldidsiz; /* getcat() did showsiz() switch */
211int16_t ldkind; /* fetch file type */
212int16_t ldpass; /* librarian load state variable */
213int16_t ldrow; /* fetch select row */
214int16_t ldslot; /* fetch select slot */
215int16_t legato; /* execkey() "legato" mode switch */
216int16_t lksel; /* librarian key slot selector */
217int16_t lmwtype; /* librarian message window type */
218int16_t loadrow; /* librarian row selected for load letter */
219int16_t loadsw; /* panel "Load" mode state */
220int16_t lorchl; /* load hi (TRUE) / lo (FALSE) orchestra */
221int16_t lorchsw; /* hi orchestra (21 - 40) store switch */
222int16_t lorclsw; /* lo orchestra (01 - 20) store switch */
223int16_t lpatsw; /* patch table store switch */
224int16_t lrasw; /* append (TRUE) / replace (FALSE) score */
225int16_t lscrsw; /* score store switch */
226int16_t lselsw; /* fetch select switch */
227int16_t lseqsw; /* sequence table store switch */
228int16_t lstbgnc; /* last note begin entry table index */
229int16_t lstendc; /* last note end entry table index */
230int16_t lstflag; /* last note list end switch */
231int16_t lstrsw; /* store state switch */
232int16_t lstwoff; /* last waveshape offset value */
233int16_t lstwpnt; /* last waveshape point number */
234int16_t ltagged; /* load tag switch */
235int16_t ltunsw; /* tunings store switch */
236int16_t lwavsw; /* waveshapes store switch */
237int16_t mascntr; /* MIDI active sensing timeout counter */
238int16_t mdb1; /* current MIDI data byte 1 */
239int16_t mdb2; /* current MIDI data byte 2 */
240int16_t michan; /* current MIDI channel */
241int16_t midiclk; /* MIDI clock switch */
242int16_t midigo; /* MIDI run switch */
243int16_t mistat; /* current MIDI status */
244int16_t nchwait; /* next chwait value */
245int16_t ncvwait; /* next cvwait value */
246int16_t ndisp; /* current display number */
247int16_t newflag; /* new data entered while t_cur EQ t_ctr */
248int16_t nkdown; /* number of keys down */
249int16_t notenum; /* note number */
250int16_t noteop; /* pending note operation code */
251int16_t notepit; /* note pitch */
252int16_t notesel; /* note selection state */
253int16_t npts; /* number of points in function */
254int16_t nxtflag; /* next score flag */
255int16_t oldltag; /* previous load tag for tagslot */
256int16_t oldpk; /* previous pkctrl state */
257int16_t oldsl; /* previous sliders state */
258int16_t pchsw; /* punch-in enable switch */
259int16_t pecase; /* point edit case variable */
260int16_t pkctrl; /* local performance key state */
261int16_t pntsv; /* point selection state variable */
262int16_t prgchan; /* MIDI program change channel (port 1) */
263int16_t ps_dpth; /* phase shifter -- depth */
264int16_t ps_intn; /* phase shifter -- intensity */
265int16_t ps_rate; /* phase shifter -- rate */
266int16_t pulsclk; /* pulse clock state */
267int16_t recsw; /* record / play switch */
268int16_t runit; /* run switch for main scan loop */
269int16_t sbase; /* score VSDD RAM scroll offset */
270int16_t scmctl; /* score submenu control flag */
271int16_t scrlpot; /* scroll pot state */
272int16_t sd; /* score display direction */
273int16_t se; /* score execution direction */
274int16_t sdmcol; /* score menu - saved stccol */
275int16_t sdmctl; /* score menu - control variable */
276int16_t sdmrow; /* score menu - saved stcrow */
277int16_t secop; /* pending score section operation */
278int16_t secopok; /* section operation OK flag */
279int16_t sgcsw; /* graphic cursor display switch */
280int16_t sgoflag; /* section number relative column 0..3 */
281int16_t sharp; /* sharp flag */
282int16_t sliders; /* slider and switch state */
283int16_t soffset; /* score scroll offset */
284int16_t ss_ptsw; /* smooth scroll patch scroll switch */
285int16_t ss_sqsw; /* smooth scroll sequence scroll switch */
286int16_t stccol; /* score cursor col */
287int16_t stcrow; /* score cursor row */
288int16_t stepclk; /* note entry - step clock state */
289int16_t stepenb; /* note entry - step enable flag */
290int16_t stepint; /* note entry - note interval */
291int16_t stepwgt; /* note entry - note weight */
292int16_t subj; /* edited point number (relative) */
293int16_t submenu; /* submenu active switch */
294int16_t swctrl; /* scroll wheel 'srolling' flag */
295int16_t swdelta; /* scroll wheel change while touched */
296int16_t swdir; /* scroll wheel direction */
297int16_t swfiin; /* scroll wheel fifo input pointer */
298int16_t swflag; /* scroll wheel touched flag */
299int16_t swlast; /* scroll wheel last value */
300int16_t swstop; /* scroll wheel stop flag */
301int16_t swndx; /* scroll wheel look back index */
302int16_t tagslot; /* tagged load slot */
303int16_t tdnamsw; /* tuning editor displaying typewriter */
304int16_t temax; /* time upper limit */
305int16_t temin; /* time lower limit */
306int16_t testing; /* test level */
307int16_t tglclk; /* clock on/off toggle flag */
308int16_t tglpch; /* punch in/out toggle flag */
309int16_t thescore; /* score selected from sqscan */
310int16_t timemlt; /* time scaling */
311int16_t tkctrl; /* trackball active flag */
312int16_t tmpomlt; /* tempo multiplier */
313int16_t tmpoval; /* tempo value */
314int16_t trkball; /* trackball selected switch */
315int16_t ttcmdsv; /* tuning editor edit state variable */
316int16_t ttsel1; /* tuning editor key select variable 1 */
317int16_t ttsel2; /* tuning editor key select variable 2 */
318int16_t ttsel3; /* tuning editor key select variable 3 */
319int16_t tuneval; /* fine tuning */
320int16_t tunmod; /* tuning table modified */
321int16_t tunval; /* tuning editor increment / transpose value */
322int16_t txfiin; /* trackball x fifo input pointer */
323int16_t txflag; /* trackball x axis active flag */
324int16_t txlast; /* trackball x axis last value */
325int16_t txstop; /* trackball x axis filter counter */
326int16_t tyfiin; /* trackball y fifo input pointer */
327int16_t tyflag; /* trackball y axis active flag */
328int16_t tylast; /* trackball y axis last value */
329int16_t tystop; /* trackball y axis filter counter */
330int16_t velflag; /* velocity display flag */
331int16_t verbose; /* verbose output switch */
332int16_t vlbtype; /* type of message window display */
333int16_t vrbw08; /* score display video reset detail word */
334int16_t vrbw09; /* score display video reset detail word */
335int16_t vrbw10; /* score display video reset detail word */
336int16_t vrbw11; /* score display video reset detail word */
337int16_t vrbw12; /* score display video reset detail word */
338int16_t vrbw13; /* score display video reset detail word */
339int16_t vrbw14; /* score display video reset detail word */
340int16_t vrbw15; /* score display video reset detail word */
341int16_t vrcw; /* score display video reset control word */
342int16_t vtccol; /* virtual typewriter cursor column */
343int16_t vtcrow; /* virtual typewriter cursor row */
344int8_t vtdechr; /* virtual typewriter data entry character */
345int16_t vtdecol; /* virtual typewriter data entry column */
346int16_t vtpcol; /* virtual typewriter column */
347int16_t vtprow; /* virtual typewriter row */
348int16_t vtwcol; /* virtual typewriter window left column */
349int16_t vtwrow; /* virtual typewriter window top row */
350int16_t vtxval; /* virtual typewriter cursor x value */
351int16_t vtyval; /* virtual typewriter cursor y value */
352int16_t wcflag; /* ws/cf menu select flag (cf=0, ws=1) */
353int16_t wcmcol; /* ws/cf menu label column */
354int16_t wcmrow; /* ws/cf menu label row */
355int16_t wcpage; /* ws/cf menu page */
356int16_t wdupdfl; /* waveshape display needs updated flag */
357int16_t wmcsel; /* ws menu ws a/b select */
358int16_t wmctag; /* ws/cf display update flag */
359int16_t wplast; /* last point for interpolate operation */
360int16_t wpntsv; /* waveshape point selection state variable */
361int16_t wshmax; /* waveshape maximum value */
362int16_t wvlast; /* last value for interpolate operation */
363int16_t xkcount; /* cursor x key on count */
364int16_t xkstat; /* cursor x key status */
365int16_t xycntr; /* xy center for cursor pad */
366int16_t ykcount; /* cursor y key on count */
367int16_t ykstat; /* cursor y key status */
368
369int16_t anrs[8][16]; /* analog variable resolution */
370int16_t grp2prt[12][2]; /* group to port and channel table */
371int16_t sctctab[10][64]; /* score background color table */
372int16_t sigtab[128][2]; /* signals: [0] = value, [1] = switch */
373int16_t tunlib[NTUNS][128]; /* tuning table library */
374int16_t varmode[8][16]; /* analog variable record mode */
375int16_t wsnmod[12][2]; /* waveshape number / data modified */
376
377struct EXFILE mphead; /* MIDAS-VII program header */
378struct fet *cfetp; /* current fet entry pointer */
379struct fet *curfet; /* current fet table pointer */
380struct fet *infetp; /* in-field fet pointer */
381struct gdsel *gdfsep; /* gdsel freechain pointer */
382struct instpnt *pntptr; /* pointer to edited point */
383struct mlibhdr ldhead; /* library header */
384struct nevent *nefree; /* pointer to free note entries */
385struct nevent *nelist; /* pointer to note entry list */
386struct octent *adoct; /* assignment display object control pointer */
387struct octent *ldoct; /* librarian object control table pointer */
388struct octent *mdoct; /* menu display object control table pointer */
389struct octent *tdoct; /* tuning display object control table pointer */
390struct octent *wdoct; /* object control table pointer */
391struct octent *idoct; /* instrument display octent pointer */
392struct pflent *pflist; /* pendant function list header */
393struct pflent *pfqhdr; /* pendant function list entry freechain header */
394struct s_entry *libsp; /* librarian score pointer */
395struct s_entry *peg; /* insert mode 'peg' to hang the tail on */
396struct s_entry *size1; /* score E_SIZE1 entry free list pointer */
397struct s_entry *size2; /* score E_SIZE2 entry free list pointer */
398struct s_entry *size3; /* score E_SIZE3 entry free list pointer */
399struct selbox *csbp; /* current select box table pointer */
400struct selbox *curboxp; /* current select box pointer */
401struct s_entry *p_bak; /* pointer to entry at left edge of display */
402struct s_entry *p_cbgn; /* pointer to start of copy */
403struct s_entry *p_cend; /* pointer to end of copy */
404struct s_entry *p_cur; /* pointer to entry at current execution time */
405struct s_entry *p_ctr; /* pointer to entry at center of display */
406struct s_entry *p_fwd; /* pointer to entry at right edge of display */
407struct n_entry *p_nbeg; /* pointer to note begin */
408struct n_entry *p_nend; /* pointer to note end */
409struct s_entry *p_sbgn; /* pointer to start of section */
410struct s_entry *p_sec1; /* pointer to start of 1st section */
411struct s_entry *p_sec2; /* pointer to start of 2nd section */
412struct s_entry *p_send; /* pointer to end of section */
413struct s_entry *scp; /* current score pointer */
414
415struct asgent asgtab[NASGS]; /* assignment table library */
416struct fcat filecat[FCMAX]; /* file catalog */
417struct gdsel *gdstbc[NGDSEL]; /* center group & event status lists */
418struct gdsel *gdstbn[NGDSEL]; /* right group & event status lists */
419struct gdsel *gdstbp[NGDSEL]; /* left group & event status lists */
420struct gdsel gdfsl[MAXFSL]; /* gdsel pool */
421struct instdef idefs[NINST]; /* current instrument definitions */
422struct n_entry *lstbgns[NLSTENTS]; /* last note begin entry table */
423struct n_entry *lstends[NLSTENTS]; /* last note end entry table */
424struct instdef vbufs[12]; /* voice instrument buffers */
425struct nevent nevents[NNEVTS]; /* note event list */
426struct pflent pfents[NPFENTS]; /* pendant function list entry pool */
427struct scndx sindex[N_SCORES]; /* score file table of contents */
428struct sment *vpsms[192]; /* voice parameter general S/M pointer table */
429struct sment sments[192]; /* source multiplier assignment table */
430struct valent valents[NGPSRS]; /* source value table */
431struct wstbl wslib[NUMWAVS]; /* waveshape library */
432struct s_entry *scores[N_SCORES]; /* Score pointer table */
433
434struct s_time stimes[N_SCORES][N_SECTS]; /* score section SMPTE times */
435struct s_entry *hplist[N_SCORES][N_TYPES]; /* Score change list pointers */
436struct s_entry *seclist[N_SCORES][N_SECTS]; /* Section pointer table */
437
438uint16_t *asgob; /* assignment display object pointer */
439uint16_t *consl; /* constant slice pointer */
440uint16_t *cursl; /* current (center) slice pointer */
441uint16_t *instob; /* instrument object pointer */
442uint16_t *librob; /* librarian display object pointer */
443uint16_t *menuob; /* menu display object pointer */
444uint16_t *nxtsl; /* next (right edge) slice pointer */
445uint16_t *obj0; /* object 0 VSDD RAM pointer */
446uint16_t *obj1; /* object 1 VSDD RAM pointer */
447uint16_t *obj2; /* object 2 VSDD RAM pointer */
448uint16_t *obj3; /* object 3 VSDD RAM pointer */
449uint16_t *obj4; /* object 4 VSDD RAM pointer */
450uint16_t *obj5; /* object 5 VSDD RAM pointer */
451uint16_t *obj6; /* object 6 VSDD RAM pointer */
452uint16_t *obj7; /* object 7 VSDD RAM pointer */
453uint16_t *obj8; /* object 8 VSDD RAM pointer */
454uint16_t *obj9; /* object 9 VSDD RAM pointer */
455uint16_t *obj10; /* object 10 VSDD RAM pointer */
456uint16_t *obj11; /* object 11 VSDD RAM pointer */
457uint16_t *obj12; /* object 12 VSDD RAM pointer */
458uint16_t *obj13; /* object 13 VSDD RAM pointer */
459uint16_t *obj14; /* object 14 VSDD RAM pointer */
460uint16_t *obj15; /* object 15 VSDD RAM pointer */
461uint16_t *prvsl; /* previous (left edge) slice pointer */
462uint16_t *saddr; /* score VSDD RAM base pointer */
463uint16_t *tunob; /* tuning table display object pointer */
464uint16_t *vtobj; /* virtual typewriter display object pointer */
465uint16_t *waveob; /* waveshape display object pointer */
466
467uint16_t curintp; /* current interpolate time (FPU format) */
468uint16_t scrl; /* score VSDD object scroll register image */
469uint16_t vtbgval; /* virtual typewriter data background color */
470uint16_t vtfgval; /* virtual typewriter data foreground color */
471
472uint16_t dfbuf[4096]; /* track formatting buffer */
473uint16_t slices[896]; /* score display slices */
474
475/*
476
477*/
478
479/* initialized variables */
480
481int16_t debugsw = DEBUGVAL; /* debug output switch */
482
483int16_t swback = SWBACK; /* scroll wheel look back count */
484int16_t swthr = SWTHR; /* scroll wheel movement threshold */
485int16_t swtime = SWTIME; /* scroll wheel timer scan time */
486int16_t swwait = SWWAIT; /* scroll wheel wait count */
487
488int16_t tkback = TKBACK; /* trackball FIFO look back count */
489int16_t tkrmin = TKRMIN; /* trackball rate threshold */
490int16_t tkthr = TKTHR; /* trackball movement threshold */
491int16_t tktime = TKTIME; /* trackball timer scan time */
492int16_t tkwait = TKWAIT; /* trackball wait count */
493
494int16_t curhold = CURHOLD; /* cursor hold time */
495int16_t hcwval = HCWVAL; /* graphics cursor X wait time */
496int16_t thcwval = THCWVAL; /* text cursor H wait time */
497int16_t tvcwval = TVCWVAL; /* text cursor V wait time */
498int16_t vcwval = VCWVAL; /* graphics cursor Y wait time */
499
500/*
501
502*/
503
504int16_t tmultab[] = { /* time multiplier table - indexed by voltage */
505
506 0xFFFF, 0xFAFA, 0xF627, 0xF182, 0xED09, /* 0 */
507 0xE8BA, 0xE492, 0xE08F, 0xDCB0, 0xD8F2, /* 5 */
508 0xD555, 0xD1D6, 0xCE73, 0xCB2C, 0xC800, /* 10 */
509 0xC4EC, 0xC1F0, 0xBF0B, 0xBC3C, 0xB981, /* 15 */
510 0xB6DB, 0xB448, 0xB1C7, 0xAF57, 0xACF9, /* 20 */
511 0xAAAA, 0xA86B, 0xA63B, 0xA41A, 0xA206, /* 25 */
512 0xA000, 0x9E06, 0x9C18, 0x9A37, 0x9861, /* 30 */
513 0x9696, 0x94D6, 0x9320, 0x9174, 0x8FD1, /* 35 */
514 0x8E38, 0x8CA8, 0x8B21, 0x89A2, 0x882B, /* 40 */
515 0x86BC, 0x8555, 0x83F5, 0x829C, 0x814A, /* 45 */
516 0x8000, 0x7EBB, 0x7D7D, 0x7C45, 0x7B13, /* 50 */
517 0x79E7, 0x78C1, 0x77A0, 0x7684, 0x756E, /* 55 */
518 0x745D, 0x7350, 0x7249, 0x7146, 0x7047, /* 60 */
519 0x6F4D, 0x6E58, 0x6D66, 0x6C79, 0x6B90, /* 65 */
520 0x6AAA, 0x69C8, 0x68EB, 0x6810, 0x6739, /* 70 */
521 0x6666, 0x6596, 0x64C9, 0x6400, 0x6339, /* 75 */
522 0x6276, 0x61B5, 0x60F8, 0x603D, 0x5F85, /* 80 */
523 0x5ED0, 0x5E1E, 0x5D6E, 0x5CC0, 0x5C16, /* 85 */
524 0x5B6D, 0x5AC7, 0x5A24, 0x5982, 0x58E3, /* 90 */
525 0x5846, 0x57AB, 0x5713, 0x567C, 0x55E7, /* 95 */
526 0x5555 /* 100 */
527};
528
529/*
530
531*/
532
533int16_t crate0[] = { /* cursor rate table 1 */
534
535 0, 0, 0, 0, 0, 0, 0, 0, /* 0..7 */
536 0, 0, 0, 0, 1, 1, 1, 1, /* 8..15 */
537 1, 1, 1, 1, 1, 1, 1, 1, /* 16..23 */
538 1, 1, 1, 1, 1, 1, 1, 1, /* 24..31 */
539 1, 1, 1, 1, 1, 1, 1, 1, /* 32..39 */
540 1, 1, 1, 1, 1, 1, 1, 1, /* 40..47 */
541 1, 1, 1, 1, 1, 1, 1, 1, /* 48..55 */
542 1, 1, 1, 1, 1, 1, 1, 1 /* 56..63 */
543};
544
545int16_t crate1[] = { /* cursor rate table 1 */
546
547 0, 0, 0, 0, 0, 0, 0, 0, /* 0..7 */
548 1, 1, 1, 1, 1, 1, 1, 1, /* 8..15 */
549 3, 3, 3, 3, 3, 3, 3, 3, /* 16..23 */
550 5, 5, 5, 5, 5, 5, 5, 5, /* 24..31 */
551 7, 7, 7, 7, 7, 7, 7, 7, /* 32..39 */
552 9, 9, 9, 9, 9, 9, 9, 9, /* 40..47 */
553 11, 11, 11, 11, 11, 11, 11, 11, /* 48..55 */
554 13, 13, 13, 13, 13, 13, 13, 13 /* 56..63 */
555};
556
557int16_t crate2[] = { /* cursor rate table 2 */
558
559 0, 0, 0, 0, 0, 0, 0, 0, /* 0..7 */
560 1, 1, 1, 1, 1, 1, 1, 1, /* 8..15 */
561 2, 2, 2, 2, 2, 2, 2, 2, /* 16..23 */
562 4, 4, 4, 4, 8, 8, 8, 8, /* 24..31 */
563 16, 16, 16, 16, 32, 32, 32, 32, /* 32..39 */
564 64, 64, 64, 64,128,128,128,128, /* 40..47 */
565 96, 96, 96, 96,256,256,256,256, /* 48..55 */
566 256,256,256,256,256,256,256,256 /* 56..63 */
567};
568
569/*
570
571*/
572
573int16_t loctab[9] = {
574
575 0, /* 0 - left */
576
577 125 << 5, /* 1 */
578 250 << 5, /* 2 */
579 375 << 5, /* 3 */
580
581 500 << 5, /* 4 - center */
582
583 625 << 5, /* 5 */
584 750 << 5, /* 6 */
585 875 << 5, /* 7 */
586
587 1000 << 5 /* 8 - right */
588};
589
590/*
591
592*/
593
594/*
595 =============================================================================
596 valof() -- return initial value of a source
597 =============================================================================
598*/
599
600int16_t valof(int16_t srcv)
601{
602 switch (srcv) {
603
604 case SM_NONE: /* -none- */
605 return(0);
606
607 case SM_RAND: /* Random */
608 return(xgetran(0));
609
610 case SM_CTL1: /* Ctl V1 */
611 return(SM_SCALE(sigtab[79][0]));
612
613 case SM_PTCH: /* Pitch */
614 case SM_KPRS: /* Key Prs */
615 case SM_KVEL: /* Key Vel */
616 return(0);
617
618 case SM_PED1: /* Pedal 1 */
619 return(SM_SCALE(sigtab[77][0]));
620
621 case SM_HTPW: /* Hor Tab / Pch Whl */
622 return(0);
623
624 case SM_VTMW: /* Vrt Tab / Mod Whl */
625 return(SM_SCALE(sigtab[54][0]));
626
627 case SM_LPBR: /* LongPot / Breath */
628 return(SM_SCALE(sigtab[57][0]));
629
630 default:
631 return(0);
632 }
633}
634
635/*
636
637*/
638
639/*
640 =============================================================================
641 inismtb() -- initialize source / multiplier data structures
642 =============================================================================
643*/
644
645void inismtb(void)
646{
647 register int16_t i, oldi;
648
649 oldi = setipl(FPU_DI);
650
651/* ++++++++++++++++++++++++++++ FPU interrupts disabled +++++++++++++++++++++ */
652
653 for (i = 0; i < NGPSRS; i++) {
654
655 valents[i].nxt = &valents[i];
656 valents[i].prv = &valents[i];
657 valents[i].val = valof(i & 0x000F);
658 }
659
660 for (i = 0; i < 192; i++) {
661
662 vpsms[i] = &sments[i];
663
664 sments[i].prv = (struct sment *)&valents[0];
665 sments[i].nxt = valents[0].nxt;
666
667 valents[0].nxt->prv = &sments[i];
668 valents[0].nxt = &sments[i];
669
670 sments[i].vp = i;
671 sments[i].sm = 0;
672 }
673
674 setipl(oldi);
675
676/* ++++++++++++++++++++++++++++ Interrupts restored +++++++++++++++++++++++++ */
677
678}
679
680/*
681
682*/
683
684/*
685 =============================================================================
686 clrpfl() -- clear pendant function list
687 =============================================================================
688*/
689
690void clrpfl(void)
691{
692 register int16_t i;
693
694 memsetw(&pfents[0], 0, (NPFENTS * sizeof (struct pflent))/2);
695
696 for (i = 0; i < NPFENTS-1; i++)
697 pfents[i].nextpf = &pfents[i+1];
698
699 pfqhdr = &pfents[0];
700 pflist = (struct pflent *)NULL;
701}
702
703/*
704
705*/
706
707/*
708 =============================================================================
709 im700() -- initialize MIDAS 700
710 =============================================================================
711*/
712
713void im700(void)
714{
715 register int16_t i, j, k;
716 register int8_t *ioadr;
717 register struct instdef *ip;
718
719 debugsw = DEBUGVAL; /* initialize debug switch */
720
721 GLCinit(); /* initialize the GLC */
722 GLCcurs(G_ON);
723 GLCtext(2, 1, "MIDAS 7 -- Initialization in progress -- Please stand by");
724 GLCcurs(G_OFF);
725
726 vsndpal(blakpal); /* setup the blackout palette */
727
728 VHinit(); /* clear the video hardware */
729 VSinit(); /* ... and the video software */
730
731 memset(keystat, 0, 24); /* clear front panel key status */
732 memset(trgtab, 0, NTRIGS); /* clear trigger status table */
733 memset(mctlval, 0, NCTRLS); /* clear MIDI controller values */
734
735 memsetw(grpmode, 0, 12); /* set all groups to PLAY */
736 memsetw(grpstat, GS_ENBL, 12); /* enable all groups for param. artic. */
737 memsetw(grpsel, TRUE, 12); /* enable all groups for instr. sel. */
738 memsetw(sigtab, 0, ((sizeof sigtab) / (sizeof sigtab[0][0])));
739
740 memsetw(veltab, SM_SCALE(64), NTRIGS); /* clear velocity table */
741 memsetw(lastvel, SM_SCALE(64), 12); /* clear last velocity table */
742 memsetw(prstab, 0, NTRIGS); /* clear pressure table */
743
744 curintp = tofpu(100); /* set default interpolate time */
745
746 angroup = -1; /* analog values: group 1, not shown */
747 ancmsw = FALSE; /* analog variable mode from grpmode */
748 velflag = FALSE; /* velocity not displayed */
749
750 dubsw = TRUE; /* set overdub mode */
751
752 sd = D_FWD; /* set display direction */
753 se = D_FWD; /* set execution direction */
754
755 swinit(); /* reset the scroll wheel variables */
756
757 inismtb(); /* clear the S/M data structures */
758 clrnl(); /* clear note entry lists */
759 clrpfl(); /* clear pendant function list */
760
761 lstbgnc = 0; /* reset last note begin count */
762 lstendc = 0; /* reset last note end count */
763 lstflag = TRUE; /* set end of note entry list flag */
764
765 memsetw(lstbgns, 0, (NLSTENTS << 1)); /* clear note begin list */
766 memsetw(lstends, 0, (NLSTENTS << 1)); /* clear note end list */
767
768 /* set funcndx[] entries */
769
770 for (i = 0; i < 12; i++) {
771
772 ip = &vbufs[i];
773
774 for (j = 0; j < NFINST; j++) {
775
776 k = (i << 4) + fnoff[j];
777
778 funcndx[k][0] = &ip->idhfnc[j];
779 funcndx[k][1] = ip->idhpnt;
780 }
781 }
782
783/*
784
785*/
786 for (i = 0; i < 3; i++) { /* reset the state machines */
787
788 msmstv[i] = 0; /* state = 0 */
789 mrstat[i] = 0; /* clear running status */
790 mdbyte[i] = 0; /* clear first byte buffer */
791 masens[i] = 0; /* clear active sensing */
792 }
793
794 for (i = 0; i < 48; i++) {
795
796 mpbend[i] = 0; /* clear bend values */
797 mpsust[i] = 0; /* clear sustain values */
798 }
799
800 for (i = 0; i < 12; i++) {
801
802 for (j = 0; j < 6; j++) {
803
804 varmode[j][i] = 0; /* set r/p mode */
805 anrs[j][i] = 4; /* set analog resolution */
806 }
807
808 setdyn(i, 6); /* set group dynamics */
809 setloc(i, 4); /* set group locations */
810 lastvce[i] = 0; /* clear last voice assigned */
811 vce2trg[i] = -1; /* clear voice to trigger table */
812 }
813
814 for (i = 0; i < NLTYPES; i++) {
815
816 memset(loadedc[i], ' ', 37);
817 memset(loadedf[i], ' ', 8);
818 }
819
820 memset(ldfile, ' ', 8); /* clear the library file name field */
821 ldfile[8] = '\0';
822
823 memset(ldcmnt, ' ', 37); /* clear the library comment field */
824 ldcmnt[37] = '\0';
825
826/*
827
828*/
829 xkcount = 1; /* reset cursor control variables */
830 ykcount = 1;
831 xycntr = XYCENTRE;
832
833 clksrc = CK_LOCAL; /* clock source = local */
834 clkctl = CK_LOCAL; /* clock control = local */
835 clkrun = FALSE; /* clock stopped */
836 midiclk = FALSE; /* ... */
837 pulsclk = FALSE; /* ... */
838 stepclk = FALSE; /* ... */
839 fc_sw = 0; /* stop the frame clock */
840 fc_val = 0L; /* ... and reset it */
841 scrlpot = 0; /* not scrolling */
842 tmpomlt = 50; /* initialize tempo multiplier */
843 io_leds = 0x18; /* ... and turn off the LEDs */
844 io_leds = 0x19; /* ... */
845 settmpo(60); /* set default tempo */
846
847 timemlt = tmultab[50]; /* initialize time scaling */
848 io_leds = 0x1A;
849 io_leds = 0x1B;
850
851 tuneval = 0; /* initialize fine tuning */
852 io_leds = 0x1C;
853 io_leds = 0x1D;
854
855 for (i = 0; i < 12; i++) /* setup default values for gtctab */
856 gtctab[i] = ((i+3) << 12) | ((i+3) << 8) | ((i+3) << 4) | (i+3);
857
858 editsw = FALSE; /* setup edit switch state */
859 io_leds = 0x1E;
860 ioadr = &io_ser + 2L;
861 editss = *ioadr & 0x0008;
862
863 ac_code = N_SHARP; /* default accidentals to display as sharps */
864
865 memsetw(articen, TRUE, 12); /* enable articulation for all voices */
866/*
867
868*/
869 curmove = cmvgen;
870 premove = nokey;
871 pstmove = nokey;
872 curtype = stdctp2;
873
874 x_key = nokey; /* setup default key processors */
875 e_key = nokey;
876 m_key = stdmkey;
877 d_key = nokey;
878
879 not_fld = nonf;
880
881 cx_key = cxkstd; /* setup default cursor processors */
882 cy_key = cykstd;
883 cx_upd = cxgen;
884 cy_upd = cygen;
885 xy_up = nokey;
886 xy_dn = nokey;
887
888 curslim = 349; /* cursor limit for graphics to text switch */
889
890 chtime = hcwval; /* initialize default cursor wait times */
891 cvtime = vcwval;
892 nchwait = curhold;
893 ncvwait = curhold;
894 chwait = 1;
895 cvwait = 1;
896
897 cratex = crate1; /* initialize default cursor x rate table */
898 cratey = crate1; /* initialize default cursor y rate table */
899
900 cmfirst = TRUE; /* setup for first motion of cursor */
901 cmtype = CT_GRAF;
902
903 cxval = XCTR; /* default cursor to center of screen */
904 cyval = YCTR;
905
906 stcrow = cyval / 14; /* keep text position in sync */
907 stccol = cxval / 8;
908
909 submenu = FALSE; /* no submenu up to start with */
910/*
911
912*/
913 curinst = 0; /* current instrument = 0 */
914 curfunc = 12; /* current function = 12 = level */
915 curvce = 0; /* current voice = 0 */
916
917 asmode = FALSE; /* deselect assignment mode */
918 gomode = GO_NULL; /* deselect go to mode */
919 ismode = IS_NULL; /* deselect instrument select mode */
920 pkctrl = PK_PFRM; /* select local performance key state */
921 oldpk = pkctrl; /* ... */
922 sliders = LS_PRMTR; /* setup the LCD display pots and switches */
923 oldsl = sliders; /* ... */
924 swpt = &t_prmtr; /* ... */
925 oldsw = swpt; /* ... */
926 setleds(); /* set performance keyboard leds */
927
928 initpt(); /* initialize the patch table */
929 initsq(); /* initialize the sequence table */
930 initil(); /* initialize the instrument library */
931 iniwslb(); /* initialize the waveshape library */
932 inital(); /* initialize the assignment library */
933 inittl(); /* initialize the tuning table library */
934 scinit(); /* initialize the score */
935
936 clearer(1, 0); /* reset the fpu to its nominal values */
937 getasg(curasg = 0); /* setup default assignments */
938
939 lcdlbls(); /* put up the LCD display */
940 lampsw = FALSE; /* enable LCD timeout */
941}
Note: See TracBrowser for help on using the repository browser.