Page 1 of 1
Posted: 15 Nov 2008, 00:13
by ethnix73
With this patch you can define a list of four different midi message who will be triggered/sent at the same time.
Credits to Bsork because it uses somes sub-patches from the "playlist" patch in the audio add-ons:
http://www.sensomusic.com/forums/viewtopic.php?id=922
Needs to be completed with data message...
In the midi add-ons section.
Posted: 16 Nov 2008, 12:51
by amiga909
whooa, a giant patch.
tkx for the addon.
always nice to see new midi tools
tried to understand what it does - and I failed.
maybe you could tell more about the intended usage? what does it do that would be hard to achieve otherwise?
Posted: 16 Nov 2008, 14:10
by ethnix73
it works the same way as "playlist" by Bsork...
Each time you hit one of the "play" button, a set of four midi message are sent. You can choose for each one, what kind of message it is, his number, his value (fixed or a curve). The idea is to have a list of pre-configured midi message, wich can be sent with only one button. It can be useful for exemple to send four program change to external gear within a song...or to send four CC to a VSTi or external gear with curve "option". It's up to you.
For exemple, move the edit/current slider to 0, click on the "edit mode switch" and do your settings. Then click append (or update). Then move the "edit/current" slider to 1, do your settings...
When you're ok, deactivate the "edit mode" switch. Then you will be able to play your list backward or forward with
"<< Play" and "Play >>" buttons. It can be useful for exemple to send four program change to external gear within a song...
Bsork wrote "you can store sets of parameters within a single array, and add or truncate entries at the end, as well insert, update and delete entries from the array".
Hope it helps you.