man, this spot is dead… WHY? what happened? speak ppl!! :roll:
anyway, I’m using midimessage to handle processEvents stuff in the plugin filter template… and I noticed that midiEvents is an ownedarray of MidiMessage (which rocks btw). My question is… is it a good idea to dynamically allocate this stuff in something which will be called several times? or is it better just to allocate a fixed size (that you know it won’t exceed) in the constructor and not have it constantly resizing the ownedarray?
tips… advice… anyone?
:?: