View Full Version : Iplug MIDI
olilarkin
04-04-2009, 03:27 AM
I'm interested in sending MIDI in and out of an Iplug plugin. Would anyone be so kind as to point me in the right direction, i.e. which functions to implement and where?
thanks very much, sorry for being a noob
Oli
schwa
04-04-2009, 04:41 AM
You plugin should supply an implementation for ProcessMidiMsg to handle incoming messages, can use its inherited SendMidiMsg to send outgoing messages.
olilarkin
04-21-2009, 02:23 AM
thanks schwa. Is it possible to do sample accurate MIDI this way?
cheers,
oli
schwa
04-21-2009, 04:20 AM
Sure, the midi events all carry a frame offset which is the offset in samples from the start of the current audio buffer block.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.