// this file contains the data for the casta sysexes. // don't change it unless you know what you are doing!!! // first we give the instrumentname // we know it from the filename also, but this is a good copypaste error check.. INSTRUMENT: casta2 // for now we fill in all programs with softer velocities then casta, as power supply is higher // based on this mapping then we can make a good mapping empirically // then the program nr we want to send data for. should be in the range 122-127 // 122 is what seems a good default mapping for us PROGRAM: 122 COMMENT: program 122 - good default mapping for Casta2 // then the data: a list containing "note, param1, param2, param3, param4" + chr$(13, 10) // for the formula: // pulsduur (microseconds!)= 19.2 * (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: 112,0,0,1.76228,218 113,0,0,1.788,228.4 114,0,0,2.403,242.1 115,0,0,2.3066,144.4 116,0,0,2.839,243 117,0,0,2.614,218.7 118,0,0,2.639,245.5 119,0,0,3.491,251.6 120,0,0,1.84,168.7 121,0,0,2.432,217.2 122,0,0,1.97,207 123,0,0,3.491,244.4 124,0,0,2.221,256.4 125,0,0,3.491,167.4 126,0,0,3.491,249.8 127,0,0,2.87,247.2 PROGRAM: 123 COMMENT: program 123 - first test program, often too hard DATA: 112,0,0,3.2913385826,320 113,0,0,3.2913385826,320 114,0,0,3.2913385826,320 115,0,0,3.2913385826,320 116,0,0,3.2913385826,320 117,0,0,3.2913385826,320 118,0,0,3.2913385826,320 119,0,0,3.2913385826,320 120,0,0,3.2913385826,320 121,0,0,3.2913385826,320 122,0,0,3.2913385826,320 123,0,0,3.2913385826,320 124,0,0,3.2913385826,320 125,0,0,3.2913385826,320 126,0,0,3.2913385826,320 127,0,0,3.2913385826,320 PROGRAM: 124 COMMENT: program 124 - very soft DATA: 112,0,0,3.2913385826,100 113,0,0,3.2913385826,100 114,0,0,3.2913385826,100 115,0,0,3.2913385826,100 116,0,0,3.2913385826,100 117,0,0,3.2913385826,100 118,0,0,3.2913385826,100 119,0,0,3.2913385826,100 120,0,0,3.2913385826,100 121,0,0,3.2913385826,100 122,0,0,3.2913385826,100 123,0,0,3.2913385826,100 124,0,0,3.2913385826,100 125,0,0,3.2913385826,100 126,0,0,3.2913385826,100 127,0,0,3.2913385826,100 PROGRAM: 125 COMMENT: program 125 - wide range DATA: 112,0,0,4.937,100 113,0,0,4.937,100 114,0,0,4.937,100 115,0,0,4.937,100 116,0,0,4.937,100 117,0,0,4.937,100 118,0,0,4.937,100 119,0,0,4.937,100 120,0,0,4.937,100 121,0,0,4.937,100 122,0,0,4.937,100 123,0,0,4.937,100 124,0,0,4.937,100 125,0,0,4.937,100 126,0,0,4.937,100 127,0,0,4.937,100 PROGRAM: 126 COMMENT: copy of 122 DATA: 112,0,0,1.76228,218 113,0,0,1.788,228.4 114,0,0,2.403,242.1 115,0,0,2.3066,144.4 116,0,0,2.839,243 117,0,0,2.614,218.7 118,0,0,2.639,245.5 119,0,0,3.491,251.6 120,0,0,1.84,168.7 121,0,0,2.432,217.2 122,0,0,1.97,207 123,0,0,3.491,244.4 124,0,0,2.221,256.4 125,0,0,3.491,167.4 126,0,0,3.491,249.8 127,0,0,2.87,247.2 PROGRAM: 127 COMMENT: copy of 122 DATA: 112,0,0,1.76228,218 113,0,0,1.788,228.4 114,0,0,2.403,242.1 115,0,0,2.3066,144.4 116,0,0,2.839,243 117,0,0,2.614,218.7 118,0,0,2.639,245.5 119,0,0,3.491,251.6 120,0,0,1.84,168.7 121,0,0,2.432,217.2 122,0,0,1.97,207 123,0,0,3.491,244.4 124,0,0,2.221,256.4 125,0,0,3.491,167.4 126,0,0,3.491,249.8 127,0,0,2.87,247.2