mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
[Summary] Merging from GIT
[Details] Starting point: Mar 24 2014, 11:47 PM Commit:87184ab80dTarget point: Commit:59e6694405Apr 16 2014, 4:01 PM [git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 453690]
This commit is contained in:
parent
0046ee6488
commit
ce2a519afa
103 changed files with 2160 additions and 915 deletions
|
|
@ -318,7 +318,7 @@ SMF::append_event_delta(uint32_t delta_t, uint32_t size, const uint8_t* buf, eve
|
|||
/* this should be allocated by malloc(3) because libsmf will
|
||||
call free(3) on it
|
||||
*/
|
||||
event->midi_buffer = (uint8_t*) malloc (sizeof (uint8_t*) * event->midi_buffer_length);
|
||||
event->midi_buffer = (uint8_t*) malloc (sizeof(uint8_t) * event->midi_buffer_length);
|
||||
|
||||
event->midi_buffer[0] = 0xff; // Meta-event
|
||||
event->midi_buffer[1] = 0x7f; // Sequencer-specific
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue