Author |
Topic: continuous events (Read 889 times) |
|
SergeD
Member
 
 MIDI-OX Rules!
Posts: 18
|
 |
continuous events
« on: Jan 19th, 2003, 10:52pm » |
Quote Modify
|
Hi Jamie, Is this possible to create live continuous events like the following example ? 1:000:00 Note On C 1:000:00 CC #02 with value 70 2:000:00 Note Off C When midi-ox would receive CC #02, by some means (with Wsh or VB ?) a program would transmit decreasing value -10 for CC #11 at every 60 Ppq until the Note off append. The results would resemble like this : 1:000:00 Note On C 1:000:00 CC #02 with value 70 1:060:00 CC #11 with value 60 1:120:00 CC #11 with value 50 1:180:00 CC #11 with value 40 etc... 2:000:00 Note Off C I have made a program in Perl for this purpose but it is a batch process. Would be nice to have it live. Is it feasible (at least with Wsh or VB) ? Any suggestion ? SergeD
|
|
IP Logged |
|
|
|
Jamie OConnell
Administrator
    


Gender: 
Posts: 2027
|
 |
Re: continuous events
« Reply #1 on: Jan 20th, 2003, 11:51am » |
Quote Modify
|
Yes, you would need to use the Scripting capability to do this, as there is no built-in mechanism to generate continuous controller info over time. You can use Perl as your WSH language.
|
|
IP Logged |
--Jamie Music is its own reward.
|
|
|
SergeD
Member
 
 MIDI-OX Rules!
Posts: 18
|
 |
Re: continuous events
« Reply #2 on: Jan 21st, 2003, 9:54am » |
Quote Modify
|
Thank you Jamie, SergeD
|
|
IP Logged |
|
|
|
|