Opened 15 years ago
Closed 15 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)
Change History (3)
by , 15 years ago
Attachment: | PortDrivers.diff added |
---|
comment:1 by , 15 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
Patch to add time data to incoming MIDI