mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-25 23:44:13 +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:
@@ -1,5 +1,8 @@
|
||||
typedef long (*mixer_process_fn)(void *mix, float **buffer, long n);
|
||||
|
||||
void scorealign(void *mixer, mixer_process_fn fn_ptr,
|
||||
#include "ScoreAlignParams.h"
|
||||
|
||||
int scorealign(void *mixer, mixer_process_fn fn_ptr,
|
||||
int chans, double srate,
|
||||
double end_time, Alg_seq *seq);
|
||||
double end_time, Alg_seq *seq, SAProgress *progress,
|
||||
ScoreAlignParams ¶ms);
|
||||
|
||||
Reference in New Issue
Block a user