mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
improvements (!) to waveform display for destructive tracks, plus a generic fix that avoid waveview attemting to read peaks before they are ready
git-svn-id: svn://localhost/trunk/ardour2@388 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1a52aeb370
commit
af70789773
12 changed files with 109 additions and 41 deletions
|
|
@ -76,7 +76,7 @@ struct _GnomeCanvasWaveView
|
|||
guint32 channel;
|
||||
void (*peak_function)(void*,gulong,gulong,gulong,gpointer,guint32,double);
|
||||
gulong (*length_function)(void *);
|
||||
gulong (*sourcefile_length_function)(void*);
|
||||
gulong (*sourcefile_length_function)(void*,double);
|
||||
void (*gain_curve_function)(void *arg, double start, double end, float* vector, guint32 veclen);
|
||||
void *gain_src;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue