// this file contains the data for the vacca sysexes. // don't change it unless you know what you are doing!!! // first we give the instrumentname INSTRUMENT: BAKO // then the program nr we want to send data for. should be in the range 122-127 PROGRAM: 122 //a comment to be shown in GMT as a warning - good for indicating which programs are filled in COMMENT: good standard mapping // then the data: a list containing "note, param1, param2, param3, param4" + chr$(13, 10) // for the formula: // pulsduur (microseconds!)= tickduur (xx ms) * (param1 * velo^3 + param2 * velo^2 + param3 * velo + param4) // for velo [0-127] !! // the MM_Sysx function checks the result of the formula for all velo's before sending it - should be [2-25]ms DATA: 24,0,0,2.25,24 25,0,0,2.25,24 26,0,0,2.25,24 27,0,0,2.25,24 28,0,0,2.25,24 29,0,0,2.25,24 30,0,0,2.25,24 31,0,0,2.25,24 32,0,0,2.25,24 33,0,0,2.25,24 34,0,0,2.25,24 35,0,0,2.25,24 36,0,0,2.25,24 37,0,0,2.25,24 38,0,0,2.25,24 39,0,0,2.25,24 40,0,0,2.25,24 41,0,0,2.25,24 42,0,0,2.25,24 43,0,0,2.25,24 44,0,0,2.25,24 45,0,0,2.25,24 46,0,0,2.25,24 47,0,0,2.25,24 48,0,0,2.25,24 49,0,0,2.25,24 50,0,0,2.25,24 51,0,0,2.25,24 52,0,0,2.25,24 53,0,0,2.25,24 54,0,0,2.25,24 55,0,0,2.25,24 56,0,0,2.25,24 57,0,0,2.25,24