Opened 14 years ago

Closed 14 years ago

#5664 closed bug (fixed)

midi server should supply event time for incoming data

Reported by: Pete Owned by: korli
Priority: normal Milestone: R1
Component: Servers/midi_server Version: R1/alpha1
Keywords: Cc: pete.goodeve@…
Blocked By: Blocking:
Platform: All

Description

In BeOS, the events in a MIDI stream that arrives on an external port are tagged with the current system time. The current Haiku code doesn't do this (it leaves out the optional final time parameter in the 'Spray...' calls.

As this information is rather vital for many applications (like recording MIDI!), I'm attaching a patch for .../servers/midi/PortDrivers.cpp that remedies things.

Attachments (1)

PortDrivers.diff (3.0 KB ) - added by Pete 14 years ago.
Patch to add time data to incoming MIDI

Download all attachments as: .zip

Change History (3)

by Pete, 14 years ago

Attachment: PortDrivers.diff added

Patch to add time data to incoming MIDI

comment:1 by Pete, 14 years ago

Cc: pete.goodeve@… added

comment:2 by korli, 14 years ago

Resolution: fixed
Status: newclosed

Committed in hrev36018.

Note: See TracTickets for help on using tickets.