mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 15:15:57 +01:00
Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#define ALLOC(t, n) (t *) malloc(sizeof(t) * (n))
|
||||
#define FREE(p) free(p)
|
||||
|
||||
#define ROUND(x) ((int) (0.5 + (x)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user