mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
all new implementation of audio clocks, with entirely new editing model. not entirely finished, but lookable, and usable
git-svn-id: svn://localhost/ardour2/branches/3.0@10662 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f07c92530c
commit
b25fbc8a95
29 changed files with 997 additions and 1261 deletions
|
|
@ -35,7 +35,7 @@ PatchChangeDialog::PatchChangeDialog (
|
|||
)
|
||||
: ArdourDialog (_("Patch Change"), true)
|
||||
, _time_converter (tc)
|
||||
, _time (X_("patchchangetime"), true, X_("PatchChangeTimeClock"), true, false)
|
||||
, _time (X_("patchchangetime"), true, "", true, false)
|
||||
, _channel (*manage (new Adjustment (1, 1, 16, 1, 4)))
|
||||
, _program (*manage (new Adjustment (1, 1, 128, 1, 16)))
|
||||
, _bank (*manage (new Adjustment (1, 1, 16384, 1, 64)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue