|
9d2538ae72
|
remove any reference to Route in Generic MIDI support (basically a NO-OP)
|
2016-05-31 15:30:43 -04:00 |
|
|
d31527f2e6
|
improve/extend Session::controllable_by_descriptor()
|
2016-05-31 15:30:43 -04:00 |
|
|
c448b805d1
|
fix implementation of Session::get_remote_nth_stripable()
|
2016-05-31 15:30:43 -04:00 |
|
|
05647470ef
|
add required MuteControl method
|
2016-05-31 15:30:43 -04:00 |
|
|
2ff7821128
|
expand and correct accepted syntax for ControllableDescriptor strings
note: manual needs updating to reflect this
|
2016-05-31 15:30:43 -04:00 |
|
|
31a8f01d16
|
fix thinko in use of sizeof() for bitshifting
|
2016-05-31 15:30:43 -04:00 |
|
|
cefd3ac8be
|
convert faderport to use Stripable instead of Route
|
2016-05-31 15:30:43 -04:00 |
|
|
7eb2d1d16d
|
make ::muted_by_others_soloing() part of the Muteable API
|
2016-05-31 15:30:43 -04:00 |
|
|
7321e1b4a2
|
add MonitorProcessor accessor to Stripable API
|
2016-05-31 15:30:43 -04:00 |
|
|
186209c03c
|
fix crash in mackie code caused by assumption that all Stripables have meters
|
2016-05-31 15:30:43 -04:00 |
|
|
04b3d9c874
|
fix an issue with the add bus/track dialog name template, left unchanged after selecting for VCA masters
|
2016-05-31 15:30:43 -04:00 |
|
|
83052ad18c
|
clean up debug output for OrderKeys
|
2016-05-31 15:30:42 -04:00 |
|
|
2c27b3df93
|
improve debug output
|
2016-05-31 15:30:42 -04:00 |
|
|
201c5825ac
|
remove debug output
|
2016-05-31 15:30:42 -04:00 |
|
|
daab42f209
|
use Session::notify_presentation_info_changed() rather than emitting Stripable::PresentationInfoChange after editor-based reordering
|
2016-05-31 15:30:42 -04:00 |
|
|
6ef7139fb3
|
missing initialization
|
2016-05-31 15:30:42 -04:00 |
|
|
2c9c210213
|
manually fix rebase/merge issues caused by addition of plugin presets to methods which add a new track/bus
|
2016-05-31 15:30:42 -04:00 |
|
|
4b0a235f91
|
manually fix rebase/merge issues for Mackie Control support
|
2016-05-31 15:30:42 -04:00 |
|
|
01890af71e
|
temporarily remove Session::new_midi_track from lua api
|
2016-05-31 15:30:42 -04:00 |
|
|
4b7bbacaaa
|
make mackie surfaces aware of VCAs
|
2016-05-31 15:30:42 -04:00 |
|
|
c34ad3a723
|
convert Mackie Control Surface support to use Stripable, not Route
|
2016-05-31 15:30:42 -04:00 |
|
|
153d2a1c1b
|
tweak Editor to use Stripable methods for control-surface-driven selection
|
2016-05-31 15:30:42 -04:00 |
|
|
3eae4b0974
|
tweak Editor to use Stripable methods for control-surface-driven selection
|
2016-05-31 15:30:42 -04:00 |
|
|
1a8769ab03
|
add two more AutomationControl fetch methods to Stripable
|
2016-05-31 15:30:42 -04:00 |
|
|
937af04ba0
|
more const value_as_string fixes
|
2016-05-31 15:30:42 -04:00 |
|
|
14fb1367a2
|
fix check for order max in PresentationInfo::parse (string&)
|
2016-05-31 15:30:42 -04:00 |
|
|
38dde7f818
|
add Session::get_stripables()
|
2016-05-31 15:30:42 -04:00 |
|
|
d7cce2ff7d
|
implementation side of Controllable::get_user_string() with const arg
|
2016-05-31 15:30:42 -04:00 |
|
|
99bc6a4290
|
add two more AutomationControl fetch methods to VCA
|
2016-05-31 15:30:42 -04:00 |
|
|
dd57a83793
|
add Stripable analogs for Route signals and methods in ControlProtocol
These will go away once all surfaces have migrated to Stripables
|
2016-05-31 15:30:42 -04:00 |
|
|
96faa622ee
|
fwd declaration of Stripable and associated lists
|
2016-05-31 15:30:42 -04:00 |
|
|
534b2de35b
|
Add PanControllable::get_user_string() (provide indirect access to Panner::value_as_string(); make ::get_user_string() use a const arg everywhere
|
2016-05-31 15:30:42 -04:00 |
|
|
8346fab567
|
remove irrelevant, out of date and incorrect comment
|
2016-05-31 15:30:42 -04:00 |
|
|
d5127001bb
|
move ControllableDescriptor from libpbd to libardour; add support for describing VCAs
|
2016-05-31 15:30:42 -04:00 |
|
|
52d4cea712
|
fix dialog message shown when a backup of an old session file is made
|
2016-05-31 15:30:42 -04:00 |
|
|
e0ff70cf86
|
first vaguely working version using PresentationInfo
remote control ID and "order keys" have been removed.
|
2016-05-31 15:30:42 -04:00 |
|
|
bae9474e9f
|
make VCA delete button work
|
2016-05-31 15:30:42 -04:00 |
|
|
0ab10bf8e3
|
API and implementation tweaks for destroying VCAs
|
2016-05-31 15:30:42 -04:00 |
|
|
ba4464dc3c
|
show/hide VCA assign buttons depending on VCA existence
|
2016-05-31 15:30:42 -04:00 |
|
|
f485cfa324
|
rearrange inheritance so that Automatable IS-A Slavable
Share assign code via Slavable; add visibility tags to Slavable+SlavableAutomationControl
|
2016-05-31 15:30:41 -04:00 |
|
|
eee3837245
|
remove explicit setting of Toggle flag for AutomationControls
Make it be based on the ParameterDescriptor, which indicates toggle status anyway
|
2016-05-31 15:30:41 -04:00 |
|
|
52b150ba5d
|
generalize VCA assign/unassign code.
Need to share this approach across Slavables
|
2016-05-31 15:30:41 -04:00 |
|
|
f2984260d4
|
add rec-enable and monitor controls to VCAs
|
2016-05-31 15:30:41 -04:00 |
|
|
1e9b2abe73
|
save and restore vca assignments
|
2016-05-31 15:30:41 -04:00 |
|
|
760beab7fa
|
use Slavable API in GUI
|
2016-05-31 15:30:41 -04:00 |
|
|
83e51ee69b
|
add Slavable API for VCA assign/unassign
|
2016-05-31 15:30:41 -04:00 |
|
|
69f67b6198
|
use setlocale() in preference to gtk_set_locale()
|
2016-05-31 15:30:41 -04:00 |
|
|
84a0386f9c
|
new files
|
2016-05-31 15:30:41 -04:00 |
|
|
b4c43f0878
|
improve clean-up of GUI VCA-related objects
|
2016-05-31 15:30:41 -04:00 |
|
|
be4e898996
|
improve cleanup of VCA related objects
|
2016-05-31 15:30:41 -04:00 |
|