Music Sequencer
-
I am trying to produce a music sequencer which looks like a table but isn't, It needs to be 7 down and abiut 15 across. I was thinking about inplementing it using rectangles? Each of the seven down will be a different music note but the 15 along will be the same as the first one in the line all the way along. So that when i press a note i can play a tune. What i need it to do is save the buttons i press somehow and then i have a button for playback. Any Ideas
-
I am trying to produce a music sequencer which looks like a table but isn't, It needs to be 7 down and abiut 15 across. I was thinking about inplementing it using rectangles? Each of the seven down will be a different music note but the 15 along will be the same as the first one in the line all the way along. So that when i press a note i can play a tune. What i need it to do is save the buttons i press somehow and then i have a button for playback. Any Ideas
mavgoose wrote: I was thinking about inplementing it using rectangles? May be simpler to implement this as an "array" of owner draw CButton; you can then use MFC messages to handle the triggering of the note.
Maximilien Lincourt Your Head A Splode - Strong Bad