andyberlin2000
Programmer
Hi!
I am experimenting with Java Sound (MIDI, mainly).
I would like to transpose a midifile (alter the musical key up/down) by pressing a button "up"/"down".
My problem: I cannot find an appropriate method.
Do I really have to process every midi event in every track and change the key value of every single note-on/off event?
If someone could come up with something better than this I would really be glad to hear about it.
Thanks in advance
Andy
I am experimenting with Java Sound (MIDI, mainly).
I would like to transpose a midifile (alter the musical key up/down) by pressing a button "up"/"down".
My problem: I cannot find an appropriate method.
Do I really have to process every midi event in every track and change the key value of every single note-on/off event?
If someone could come up with something better than this I would really be glad to hear about it.
Thanks in advance
Andy