Commit Graph

6177 Commits

Author SHA1 Message Date
Ben Loftis
5493e20c84 Add all_tracks_rec actions 2016-01-19 14:00:03 -06:00
Paul Davis
fe3d85b204 Revert "mackie: still respond to route groups visibility changes"
This reverts commit a9ec547457.
2016-01-19 14:16:49 -05:00
Paul Davis
a9ec547457 mackie: still respond to route groups visibility changes 2016-01-19 13:38:29 -05:00
Paul Davis
0a6eed2b33 remove ipmidi debugging 2016-01-18 16:57:50 -05:00
Paul Davis
650ee5a317 use cout instead of cerr, since this debugging is for windows 2016-01-18 15:53:28 -05:00
Paul Davis
97f180c432 IP MIDI debugging 2016-01-18 14:45:36 -05:00
Paul Davis
64c9198d60 add group disposition argument to Route::set_gain() and use it in various UIs
Executive decisions were necessary in a couple of places about the correct group disposition
behaviour, notably faderport and OSC surfaces
2016-01-18 12:11:09 -05:00
Paul Davis
1948b50a68 working version of new gain control design 2016-01-18 12:11:08 -05:00
Paul Davis
55094b7237 move Amp::GainControl out into its own source module and out of Amp 2016-01-18 12:11:08 -05:00
Paul Davis
d1033819bd change ownership of the AutomationControl used by Amp.
It used to be owned by Amp. Now it is owned by Amp's owner
2016-01-18 12:11:08 -05:00
Len Ovens
7b08d650c0 Change last commit to use it's own variable rather than borrowing solo's 2016-01-16 14:40:03 -08:00
Len Ovens
65be9fa2fa Mackie Control: fix global Solo lamp to get signalled for listens active too. 2016-01-16 13:53:52 -08:00
Robin Gareus
d14e3ccc24 force LV2 plugin-state save for templates - #6709 2016-01-15 13:44:17 +01:00
Robin Gareus
aacf086246 add API to query signal value of audio-latency measurement 2016-01-14 19:10:04 +01:00
Paul Davis
da087e920b ensure that each and every audioengine-related thread has a unique name 2016-01-14 09:05:06 -05:00
Tim Mayberry
9a52cefd13 Fix bug 6725 regions incorrectly moved after tempo change when glued to BBT time
Playlist::_split_region copies the region and BBT_Time member is default
constructed so position is bar 1 beat 1.

The regions sample position is then initialized to the new position using the
property list.

Playlist::add_region_internal is then used to add new regions to the playlist
which calls region->set_position() but as the region position has already been
initialized it does not recompute the _bbt_time member based on the new sample
position.

Then when a tempo change occurs and Region::update_after_tempo_map_change is
called the default initialized _bbt_time member is used to incorrectly
determine the new sample position.

So the change removes the initialization of the new region position using the
property list initialization method and just lets the playlist set the position
of the region in Playlist::add_region_internal so that the region _bbt_time
member is recomputed in Region::set_position_internal.
2016-01-14 07:05:04 +10:00
Paul Davis
539d924691 fix const-ness issue.
This one is debatable, but since we know that the filter method is const with respect to the AUPluginInfo
object, the const_cast<> seems like the simplest AND cleanest solution
2016-01-09 14:03:13 -05:00
Robin Gareus
e6e7377cd8 API evolution
The Session-reference is only needed to instantiate/load the plugin.
Indexing presets is not supposed to call load() and be const WRT to
PluginInfo
2016-01-09 15:22:16 +01:00
Robin Gareus
0e6f763734 and again. 2016-01-09 01:24:10 +01:00
Robin Gareus
5a047fcd15 fix typo in ce7d18bc16 2016-01-09 01:01:18 +01:00
Robin Gareus
ba450aaeaa Leave a ToDo note: distinguish LV2 user and factory presets. 2016-01-09 00:57:53 +01:00
Robin Gareus
ce7d18bc16 don't allow to delete factory presets 2016-01-09 00:51:24 +01:00
Robin Gareus
7623b4bea0 exclude AU factory presets from favorite list 2016-01-08 21:13:03 +01:00
Robin Gareus
25a128f853 Fix monitor-section session-property vs preference state.
The initial value of Config::get_use_monitor_bus() may not reflect
the current session's state when loading a session.
2016-01-08 16:01:56 +01:00
Robin Gareus
13148d29e2 translatable "Monitor" processor name 2016-01-08 14:21:14 +01:00
Robin Gareus
24344d5d11 Expose overall monitor-processor state 2016-01-08 14:20:58 +01:00
Robin Gareus
b4b0f57c0b remove default implementation to query plugin-preset names 2016-01-08 11:09:43 +01:00
Alexandre Prokoudine
425843d2fd Update Russian translation 2016-01-08 00:40:41 +01:00
Robin Gareus
087610dc56 Allow to query Windows VST user-preset-names 2016-01-07 22:58:27 +01:00
Robin Gareus
1973e6ec93 lxvst preset name display (user presets only) 2016-01-07 22:58:27 +01:00
Robin Gareus
085ffef106 LADSPA preset discovery 2016-01-07 21:05:14 +01:00
Robin Gareus
674b4ec0db discover AU presets without instantiating plugin 2016-01-07 20:35:28 +01:00
Robin Gareus
2cddd0d81f don't re-activate LV2 plugin before cleanup. 2016-01-07 18:11:35 +01:00
Robin Gareus
deb6884a53 LV2 - query presets without instantiating the plugin 2016-01-07 17:23:39 +01:00
Robin Gareus
d5dbdc9ea5 Add API to allow querying plugin-presets without instantiating the plugin 2016-01-07 17:23:39 +01:00
Robin Gareus
8a84caf4a4 NO-OP, re-order header 2016-01-07 17:23:39 +01:00
YQ-YSY
e0b9979d7f Update zh.po
update libs/ardour/po/zh.po translate English -> Chinese all done.
2016-01-05 12:30:59 -05:00
Robin Gareus
1e5bcc4f76 re-map lv2-port (symbol) with Controllable ID
LV2 plugin port indices can change, so we need to save the symbol name
with the controllable and look up the port-index on load.
2016-01-03 18:15:59 +01:00
Paul Davis
9e3299f97d change Controllable::set_value() API to include grouped control consideration.
This also removes Route::group_gain_control() and associated machinery.
Not yet tested with Mackie or other surfaces. More work to done to
start using the group capabilities, and also potentially to add
or derive more controls as RouteAutomationControls
2016-01-02 04:58:30 -05:00
Paul Davis
b5ed8495fb remove debug output 2016-01-01 06:58:56 -05:00
Paul Davis
b390d8c8a6 possible extra housekeeping for control protocol modules.
Currently this code isn't reached because we never call ControlProtocolManager::teardown() on inactive protocols. But at some point it might be appropriate to unload modules (.so/.dll/.dylib) even if the protocol was never instantiated
2015-12-30 04:11:14 -05:00
Paul Davis
2c6d92ec96 safer housekeeping for control protocol descriptors 2015-12-30 03:51:00 -05:00
Robin Gareus
75021abfd6 some good practice. 2015-12-30 00:45:24 +01:00
Robin Gareus
d58f68ae97 fix control surface discovery crash:
On OSX unloading a module deletes all references to it and
the descriptor becomes invalid.
2015-12-30 00:41:33 +01:00
Robin Gareus
2c95cb0652 keep AU cache in cache-dir 2015-12-29 23:11:01 +01:00
Paul Davis
6a8b8c8523 add check for descriptor when deciding whether to register a control surface request buffer factory 2015-12-29 05:20:50 -05:00
Robin Gareus
6f347d325a prepare VST window resize
(this only triggers resizing the parent container window (like user
resizes), which is not sufficient for all plugins.
2015-12-28 23:43:59 +01:00
Robin Gareus
be3d8bc3d0 add midi-track mute automation 2015-12-28 18:30:46 +01:00
Paul Davis
0d9efc1148 redesign cross-thread registration/signalling system
This new design will work even when threads that need to receive
messages from RT threads are created *after* the RT threads. The
existing design would fail because the RT thread(s) would never
be known the later created threads, and so signals emitted by the
RT thread and causing call_slot() in the receiver would end up
being enqueued using a lock-protected list. The new design ensures
that communication always uses a lock-free FIFO instead
2015-12-28 10:14:17 -05:00
Robin Gareus
dd9e0e49a0 proper display name for Monitor Processor 2015-12-27 18:36:20 +01:00