mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
fix deadlock in playlist::partition(); new first idle model, including message about loading visual data; make h-faders use scroll up/down and be scalable-clickable; new track menu stuff (waveform scaling/shape); fix up ordering of ruler menus; fix initial sensitivity of region menu operations
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3097 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
280ade047c
commit
cdf37e613b
25 changed files with 354 additions and 192 deletions
|
|
@ -22,17 +22,6 @@
|
|||
|
||||
#include <ardour/types.h>
|
||||
|
||||
enum WaveformShape {
|
||||
Traditional,
|
||||
Rectified
|
||||
};
|
||||
|
||||
enum WaveformScale {
|
||||
LinearWaveform=0,
|
||||
LogWaveform,
|
||||
};
|
||||
|
||||
|
||||
enum Width {
|
||||
Wide,
|
||||
Narrow,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue