mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +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:
@@ -124,7 +124,7 @@ PtTimestamp Pt_Time()
|
||||
}
|
||||
|
||||
|
||||
void Pt_Sleep(long duration)
|
||||
void Pt_Sleep(int32_t duration)
|
||||
{
|
||||
usleep(duration * 1000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user