6977bd945e
fix AU configure_io return value (bool not int)
2016-03-29 23:36:44 +02:00
700513e411
C++11/C++98 compat mainly for OSX/clang
2016-03-29 21:50:40 +02:00
3aade3801d
plugin-pin management.. nearly there
...
Connection logic is in place - except for handling
Impossible Matches for plugins with configurable I/O Plugins.
Test, test, then optimize things & remove debug output.
Then we also need an API for labels according to i/o maps,
restore custom maps.. etc. The usual.
2016-03-29 19:49:37 +02:00
e0dbb95b72
extend channel-map
...
add tests for identity matrix, monotonic, subset,
which are handy to verify if inplace processing is possible.
add `unset()` for upcoming GUI work.
2016-03-29 19:49:37 +02:00
234b06a18c
OSC: Changed gainVCA to gainfader as VCA is already used.
2016-03-29 07:58:20 -07:00
a5b06c5a41
fix gain automation copy/paste -- #6842
2016-03-28 21:45:44 +02:00
2972fe0fc2
leave a ToDo note
2016-03-28 21:42:46 +02:00
e063e4bf1d
one more ENSURE_GUI_THREAD()
2016-03-28 19:15:10 +02:00
8acf782bd2
reduce header dependencies (part 2/2)
2016-03-28 19:14:56 +02:00
a2108090cf
reduce header dependencies (part 1/2)
2016-03-28 19:13:10 +02:00
ecf5bee4c5
cont'd work on Pin Dialog Display
2016-03-28 18:25:34 +02:00
bff4972e5b
add mixer strip context menu to en/disable strict-i/o
2016-03-28 18:25:34 +02:00
89ae64c39f
use strict i/o preference during import
2016-03-28 18:25:34 +02:00
a16c7a8a90
add option to create new routes with strict-i/o enabled.
2016-03-28 18:25:34 +02:00
5f16e48d7e
expose strict-i/o preference
2016-03-28 18:25:34 +02:00
378ea77da4
add strict-i/o preference (for new tracks)
2016-03-28 18:25:34 +02:00
3eb5f76edb
OSC: fix issue 6839, make all OSC gaindB values below -192, inf.
2016-03-27 17:46:14 -07:00
11cbcd793f
add some more documentation
2016-03-27 22:39:10 +02:00
898525de95
lua bindings for ChanCount
2016-03-27 22:39:03 +02:00
840c0599bf
fix empty plugin window when switching generic to custom and back.
...
possibly since 0106047fd2
- show_all() was removed from show_own_window()
2016-03-27 21:40:57 +02:00
62d2d22b44
get started with Pin Manager - currently display-only.
2016-03-27 21:35:42 +02:00
30e45fc28f
prepare Pin Management GUI
...
We need to store a pointer in the backend to allow to share the Proxy
between Mixer and Editor-Mixer.
2016-03-27 21:34:32 +02:00
c444105710
closing in on pin management.
...
overall the PluginInsert API is complete.
many implementation details remain.
2016-03-27 21:33:40 +02:00
41b1ecaaf0
VSTs don't process in-place
2016-03-27 18:51:30 +02:00
17e809bdc3
allow no-inplace processing
...
PluginInsert supports that due to Pin Management
2016-03-27 18:51:08 +02:00
6e0bc5d694
add ChanMapping comparator
2016-03-27 17:36:18 +02:00
28868363fa
proper C++ comment
2016-03-26 22:15:03 +01:00
c8db4fcfc6
format lua reference in ardour-manual compatible html
2016-03-26 21:27:13 +01:00
cf08483647
further pin management prototyping.
2016-03-26 19:39:28 +01:00
6c3559dc6c
OSC: added a linear VCA style gain control for faders that are 0 to 1 linear.
...
path = /ardour/routes/gainVCA if RID position
2016-03-26 11:38:19 -07:00
yonideshi
35e4c9936d
Renaming issue in regions list
2016-03-26 18:39:52 +01:00
9853d2a911
step by step evolution of plugin pin management
2016-03-26 18:38:57 +01:00
f269e39115
strict i/o: limit output channels.
2016-03-26 15:52:32 +01:00
9228b3e00b
add a script to read core files in gdb/lldb
2016-03-26 15:51:56 +01:00
d5c1ea11c3
allocate buffers for all possible plugin configurations
2016-03-26 15:02:03 +01:00
5291fba919
tweak plugin-pin management dev script
2016-03-26 14:56:25 +01:00
6b33ebaafa
update luadoc
2016-03-26 14:55:16 +01:00
75e34b291b
move LuaOSC into Ardour namespace
2016-03-26 14:54:45 +01:00
56a41b9347
add "revert" button to lua script window
2016-03-26 14:54:10 +01:00
3f71e669ae
add lua script to test channel-mapping, update doc
2016-03-26 01:06:33 +01:00
1503db4a28
prototype support for arbitrary plugin channel maps
2016-03-26 01:03:46 +01:00
0954efffd3
add "no-inplace" buffers.
...
When allowing to cross-connect plugin-ports, inplace processing can
no longer be used. We need a complete set of independent input and
output buffers.
Since scratch and silent buffers are used by the various plugin
implementations we cannot re-use them in the PluginInsert.
Besides we need a complete BufferSet which can hold both: ins + outs.
2016-03-26 00:40:51 +01:00
6d735dafe2
amend last commit
2016-03-25 20:40:26 +01:00
5fb5a20e08
add a dedicated channel map per plugin
2016-03-25 20:34:42 +01:00
8af8fcab84
add a convenient script header
2016-03-25 20:00:56 +01:00
c49d6fdb20
lua bindings to test strict i/o
2016-03-25 20:00:53 +01:00
edaeaf57ba
prepare strict-i/o configuration.
2016-03-25 20:00:48 +01:00
79d63d8701
prepare Plugin Pin Management
2016-03-25 19:08:21 +01:00
9a8a164930
add some more documentation
2016-03-25 16:50:45 +01:00
dd27620566
filter declarations in C++, improve luadoc
2016-03-25 16:31:16 +01:00