petegoodliffe / PGMidi

PGMidi iOS MIDI library and example code
296 stars 83 forks source link

No timestamp in MIDIPacket #10

Open bobdevos opened 11 years ago

bobdevos commented 11 years ago

The MIDIPacketListAdd() call in [PGMidi sendBytes:size:] always sends 0 as a timestamp. If you would send the actual time over here, this method is also suitable for sending midi clock signals.

So I'm wondering: Is there any reason you're sending 0 here or do you think it is a good idea to change this?

Cheers