2 midi events in one object name-Ruby
Posted: Tue Dec 24, 2013 2:48 pm
Arrgh!
There is something really simple I am missing here,
So I want to make 2 different MIDI events into one object.
I want @off to have these 2 events encompassed>
@off1[i] = Midi.new 128,1,127-i,127
@off2[i] = Midi.new 128,2,127-i,0
I want to send both of these at the same time.
So I'm hoping I can get the object @off to reference both,
either in the init or event
How to? plsthx 8D
There is something really simple I am missing here,
So I want to make 2 different MIDI events into one object.
I want @off to have these 2 events encompassed>
@off1[i] = Midi.new 128,1,127-i,127
@off2[i] = Midi.new 128,2,127-i,0
I want to send both of these at the same time.
So I'm hoping I can get the object @off to reference both,
either in the init or event
How to? plsthx 8D