mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment.
This commit is contained in:
@@ -22,7 +22,7 @@ void print_msg(long msg[], int n)
|
||||
{
|
||||
int i;
|
||||
for (i = 0; i < n; i++) {
|
||||
printf(" %d", msg[i]);
|
||||
printf(" %li", msg[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user