// 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: vacca // then the program nr we want to send data for. should be in the range 122-127 // 122 is based on measurement with johannes orignal values // low value is finetuned so that velo 1 will always sound, but as silent as possible // high value is same as johannes' // if, with this mapping, a bell does not sound at velocity 1, it means that mechanical // adjustment on vacca itself is necessary! PROGRAM: 122 //a comment to be shown in GMT as a warning - good for indicating which programs are filled in COMMENT: program 122 - good default for Vacca // 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: 48,0,0,3.61417317390442,322 49,0,0,2.61417317390442,449 50,0,0,3.25984263420105,367 51,0,0,3.48818898200989,338 52,0,0,4.07086610794067,264 53,0,0,3.10236215591431,387 54,0,0,3.71653532981872,309 55,0,0,3.29133868217468,363 56,0,0,4.03937005996704,268 57,0,0,4.07086610794067,264 58,0,0,4.07086610794067,264 59,0,0,4.07086610794067,264 60,0,0,4.07086610794067,264 61,0,0,4.07086610794067,264 62,0,0,4.07086610794067,264 63,0,0,4.07086610794067,264 64,0,0,5.80314970016479,330 65,0,0,6.30708646774292,266 66,0,0,6.30708646774292,266 67,0,0,6.30708646774292,266 68,0,0,6.30708646774292,266 69,0,0,6.30708646774292,266 70,0,0,6.30708646774292,266 71,0,0,6.30708646774292,266 72,0,0,6.30708646774292,266 73,0,0,6.30708646774292,266 74,0,0,6.30708646774292,266 75,0,0,6.10236215591431,292 76,0,0,6.30708646774292,266 77,0,0,6.30708646774292,266 78,0,0,6.30708646774292,266 79,0,0,6.30708646774292,266 80,0,0,4.33858251571655,264 81,0,0,4.33858251571655,264 82,0,0,4.33858251571655,264 83,0,0,4.33858251571655,264 84,0,0,4.33858251571655,264 85,0,0,4.84251976013184,200 86,0,0,4.12598419189453,291 87,0,0,4.26771640777588,273 88,0,0,4.16535425186157,286 89,0,0,4.0944881439209,295 90,0,0,4.33858251571655,264 91,0,0,4.33858251571655,264 92,0,0,4.33858251571655,264 93,0,0,4.0944881439209,295 94,0,0,4.84251976013184,200 95,0,0,4.23622035980225,277 "EOF" PROGRAM: 123 //a comment to be shown in GMT as a warning - good for indicating which programs are filled in COMMENT: program 123 - old default for Vacca - pre vacca works in november 2013 // 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: 48,0,0,3.10236215591431,387 49,0,0,2.61417317390442,449 50,0,0,3.00787401199341,399 51,0,0,3.48818898200989,338 52,0,0,3.97637796401978,276 53,0,0,3.00787401199341,399 54,0,0,3.61417317390442,322 55,0,0,3.13385820388794,383 56,0,0,4.03937005996704,268 57,0,0,3.87401580810547,289 58,0,0,3.84251976013184,293 59,0,0,3.84251976013184,293 60,0,0,3.51968502998352,334 61,0,0,4.07086610794067,264 62,0,0,4.00787401199341,272 63,0,0,3.45669293403625,342 64,0,0,5.85039377212524,324 65,0,0,5.60629940032959,355 66,0,0,6.30708646774292,266 67,0,0,6.20472431182861,279 68,0,0,6.15748023986816,285 69,0,0,6.30708646774292,266 70,0,0,5.85039377212524,324 71,0,0,6.30708646774292,266 72,0,0,6.30708646774292,266 73,0,0,6.30708646774292,266 74,0,0,6.30708646774292,266 75,0,0,6.10236215591431,292 76,0,0,6.30708646774292,266 77,0,0,6.25196838378906,273 78,0,0,6.30708646774292,266 79,0,0,6.82677173614502,200 80,0,0,4.33858251571655,264 81,0,0,4.02362203598022,304 82,0,0,4.29921245574951,269 83,0,0,4.33858251571655,264 84,0,0,4.33858251571655,264 85,0,0,4.84251976013184,200 86,0,0,4.12598419189453,291 87,0,0,4.26771640777588,273 88,0,0,4.16535425186157,286 89,0,0,4.0944881439209,295 90,0,0,4.33858251571655,264 91,0,0,4.33858251571655,264 92,0,0,4.33858251571655,264 93,0,0,4.0944881439209,295 94,0,0,4.84251976013184,200 95,0,0,4.23622035980225,277 "EOF"