ardour.git
8 years agospecial case mixbus.
Robin Gareus [Wed, 30 Mar 2016 00:22:31 +0000 (02:22 +0200)]
special case mixbus.

8 years agofix copy/paste typo
Robin Gareus [Wed, 30 Mar 2016 00:10:22 +0000 (02:10 +0200)]
fix copy/paste typo

8 years agoDelegated plugin configuration is now always successful.. except
Robin Gareus [Wed, 30 Mar 2016 00:06:59 +0000 (02:06 +0200)]
Delegated plugin configuration is now always successful.. except

..in case of outright errors (e.g. data format mismatch)
or non-implemented edge-cases e.g. midi generators
(no audio in, no midi in, no audio-out) or control-data filters (only
control ports).

8 years agolua exception constitues configuration failure
Robin Gareus [Tue, 29 Mar 2016 21:38:42 +0000 (23:38 +0200)]
lua exception constitues configuration failure

8 years agoabort if configuration fails
Robin Gareus [Tue, 29 Mar 2016 21:37:36 +0000 (23:37 +0200)]
abort if configuration fails

8 years agofix AU configure_io return value (bool not int)
Robin Gareus [Tue, 29 Mar 2016 21:36:44 +0000 (23:36 +0200)]
fix AU configure_io return value (bool not int)

8 years agoC++11/C++98 compat mainly for OSX/clang
Robin Gareus [Tue, 29 Mar 2016 19:50:40 +0000 (21:50 +0200)]
C++11/C++98 compat mainly for OSX/clang

8 years agoplugin-pin management.. nearly there
Robin Gareus [Tue, 29 Mar 2016 17:43:09 +0000 (19:43 +0200)]
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.

8 years agoextend channel-map
Robin Gareus [Tue, 29 Mar 2016 17:12:29 +0000 (19:12 +0200)]
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.

8 years agoOSC: Changed gainVCA to gainfader as VCA is already used.
Len Ovens [Tue, 29 Mar 2016 14:58:20 +0000 (07:58 -0700)]
OSC: Changed gainVCA to gainfader as VCA is already used.

8 years agofix gain automation copy/paste -- #6842
Robin Gareus [Mon, 28 Mar 2016 19:45:44 +0000 (21:45 +0200)]
fix gain automation copy/paste --  #6842

8 years agoleave a ToDo note
Robin Gareus [Mon, 28 Mar 2016 19:42:46 +0000 (21:42 +0200)]
leave a ToDo note

8 years agoone more ENSURE_GUI_THREAD()
Robin Gareus [Mon, 28 Mar 2016 17:15:10 +0000 (19:15 +0200)]
one more ENSURE_GUI_THREAD()

8 years agoreduce header dependencies (part 2/2)
Robin Gareus [Mon, 28 Mar 2016 17:14:56 +0000 (19:14 +0200)]
reduce header dependencies (part 2/2)

8 years agoreduce header dependencies (part 1/2)
Robin Gareus [Mon, 28 Mar 2016 17:13:10 +0000 (19:13 +0200)]
reduce header dependencies (part 1/2)

8 years agocont'd work on Pin Dialog Display
Robin Gareus [Mon, 28 Mar 2016 16:25:17 +0000 (18:25 +0200)]
cont'd work on Pin Dialog Display

8 years agoadd mixer strip context menu to en/disable strict-i/o
Robin Gareus [Mon, 28 Mar 2016 15:38:43 +0000 (17:38 +0200)]
add mixer strip context menu to en/disable strict-i/o

8 years agouse strict i/o preference during import
Robin Gareus [Mon, 28 Mar 2016 15:37:27 +0000 (17:37 +0200)]
use strict i/o preference during import

8 years agoadd option to create new routes with strict-i/o enabled.
Robin Gareus [Mon, 28 Mar 2016 16:07:43 +0000 (18:07 +0200)]
add option to create new routes with strict-i/o enabled.

8 years agoexpose strict-i/o preference
Robin Gareus [Mon, 28 Mar 2016 15:50:35 +0000 (17:50 +0200)]
expose strict-i/o preference

8 years agoadd strict-i/o preference (for new tracks)
Robin Gareus [Mon, 28 Mar 2016 15:36:05 +0000 (17:36 +0200)]
add strict-i/o preference (for new tracks)

8 years agoOSC: fix issue 6839, make all OSC gaindB values below -192, inf.
Len Ovens [Mon, 28 Mar 2016 00:46:14 +0000 (17:46 -0700)]
OSC: fix issue 6839, make all OSC gaindB values below -192, inf.

8 years agoadd some more documentation
Robin Gareus [Sun, 27 Mar 2016 20:39:10 +0000 (22:39 +0200)]
add some more documentation

8 years agolua bindings for ChanCount
Robin Gareus [Sun, 27 Mar 2016 20:39:03 +0000 (22:39 +0200)]
lua bindings for ChanCount

8 years agofix empty plugin window when switching generic to custom and back.
Robin Gareus [Sun, 27 Mar 2016 19:40:57 +0000 (21:40 +0200)]
fix empty plugin window when switching generic to custom and back.

possibly since 0106047fd2 - show_all() was removed from show_own_window()

8 years agoget started with Pin Manager - currently display-only.
Robin Gareus [Sun, 27 Mar 2016 19:35:42 +0000 (21:35 +0200)]
get started with Pin Manager - currently display-only.

8 years agoprepare Pin Management GUI
Robin Gareus [Sun, 27 Mar 2016 19:34:32 +0000 (21:34 +0200)]
prepare Pin Management GUI

We need to store a pointer in the backend to allow to share the Proxy
between Mixer and Editor-Mixer.

8 years agoclosing in on pin management.
Robin Gareus [Sun, 27 Mar 2016 19:33:40 +0000 (21:33 +0200)]
closing in on pin management.

overall the PluginInsert API is complete.
many implementation details remain.

8 years agoVSTs don't process in-place
Robin Gareus [Sun, 27 Mar 2016 16:51:30 +0000 (18:51 +0200)]
VSTs don't process in-place

8 years agoallow no-inplace processing
Robin Gareus [Sun, 27 Mar 2016 16:51:08 +0000 (18:51 +0200)]
allow no-inplace processing

PluginInsert supports that due to Pin Management

8 years agoadd ChanMapping comparator
Robin Gareus [Sun, 27 Mar 2016 15:36:18 +0000 (17:36 +0200)]
add ChanMapping comparator

8 years agoproper C++ comment
Robin Gareus [Sat, 26 Mar 2016 21:15:03 +0000 (22:15 +0100)]
proper C++ comment

8 years agoformat lua reference in ardour-manual compatible html
Robin Gareus [Sat, 26 Mar 2016 20:27:13 +0000 (21:27 +0100)]
format lua reference in ardour-manual compatible html

8 years agofurther pin management prototyping.
Robin Gareus [Sat, 26 Mar 2016 18:38:34 +0000 (19:38 +0100)]
further pin management prototyping.

8 years agoOSC: added a linear VCA style gain control for faders that are 0 to 1 linear.
Len Ovens [Sat, 26 Mar 2016 18:38:19 +0000 (11:38 -0700)]
OSC: added a linear VCA style gain control for faders that are 0 to 1 linear.
path = /ardour/routes/gainVCA if RID position

8 years agoRenaming issue in regions list
yonideshi [Sat, 19 Mar 2016 14:33:00 +0000 (15:33 +0100)]
Renaming issue in regions list

8 years agostep by step evolution of plugin pin management
Robin Gareus [Sat, 26 Mar 2016 17:38:57 +0000 (18:38 +0100)]
step by step evolution of plugin pin management

8 years agostrict i/o: limit output channels.
Robin Gareus [Sat, 26 Mar 2016 14:52:32 +0000 (15:52 +0100)]
strict i/o: limit output channels.

8 years agoadd a script to read core files in gdb/lldb
Robin Gareus [Sat, 26 Mar 2016 14:51:56 +0000 (15:51 +0100)]
add a script to read core files in gdb/lldb

8 years agoallocate buffers for all possible plugin configurations
Robin Gareus [Sat, 26 Mar 2016 14:02:03 +0000 (15:02 +0100)]
allocate buffers for all possible plugin configurations

8 years agotweak plugin-pin management dev script
Robin Gareus [Sat, 26 Mar 2016 13:56:25 +0000 (14:56 +0100)]
tweak plugin-pin management dev script

8 years agoupdate luadoc
Robin Gareus [Sat, 26 Mar 2016 13:55:16 +0000 (14:55 +0100)]
update luadoc

8 years agomove LuaOSC into Ardour namespace
Robin Gareus [Sat, 26 Mar 2016 13:54:45 +0000 (14:54 +0100)]
move LuaOSC into Ardour namespace

8 years agoadd "revert" button to lua script window
Robin Gareus [Sat, 26 Mar 2016 13:54:10 +0000 (14:54 +0100)]
add "revert" button to lua script window

8 years agoadd lua script to test channel-mapping, update doc
Robin Gareus [Sat, 26 Mar 2016 00:06:33 +0000 (01:06 +0100)]
add lua script to test channel-mapping, update doc

8 years agoprototype support for arbitrary plugin channel maps
Robin Gareus [Sat, 26 Mar 2016 00:03:46 +0000 (01:03 +0100)]
prototype support for arbitrary plugin channel maps

8 years agoadd "no-inplace" buffers.
Robin Gareus [Fri, 25 Mar 2016 23:40:51 +0000 (00:40 +0100)]
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.

8 years agoamend last commit
Robin Gareus [Fri, 25 Mar 2016 19:40:26 +0000 (20:40 +0100)]
amend last commit

8 years agoadd a dedicated channel map per plugin
Robin Gareus [Fri, 25 Mar 2016 19:34:42 +0000 (20:34 +0100)]
add a dedicated channel map per plugin

8 years agoadd a convenient script header
Robin Gareus [Fri, 25 Mar 2016 18:58:56 +0000 (19:58 +0100)]
add a convenient script header

8 years agolua bindings to test strict i/o
Robin Gareus [Fri, 25 Mar 2016 18:13:16 +0000 (19:13 +0100)]
lua bindings to test strict i/o

8 years agoprepare strict-i/o configuration.
Robin Gareus [Fri, 25 Mar 2016 19:00:48 +0000 (20:00 +0100)]
prepare strict-i/o configuration.

8 years agoprepare Plugin Pin Management
Robin Gareus [Fri, 25 Mar 2016 18:08:21 +0000 (19:08 +0100)]
prepare Plugin Pin Management

8 years agoadd some more documentation
Robin Gareus [Fri, 25 Mar 2016 15:50:45 +0000 (16:50 +0100)]
add some more documentation

8 years agofilter declarations in C++, improve luadoc
Robin Gareus [Fri, 25 Mar 2016 15:31:16 +0000 (16:31 +0100)]
filter declarations in C++, improve luadoc

8 years agomonospace font for Lua Script Window
Robin Gareus [Fri, 25 Mar 2016 00:49:14 +0000 (01:49 +0100)]
monospace font for Lua Script Window

8 years agoupdate doc scripts, disregard "const" when matching ABIs
Robin Gareus [Fri, 25 Mar 2016 00:22:23 +0000 (01:22 +0100)]
update doc scripts, disregard "const" when matching ABIs

8 years agoadd some more documentation
Robin Gareus [Fri, 25 Mar 2016 00:21:14 +0000 (01:21 +0100)]
add some more documentation

8 years agoupdate luadoc scripts
Robin Gareus [Thu, 24 Mar 2016 23:43:15 +0000 (00:43 +0100)]
update luadoc scripts

8 years agoadd namespace for consistent clang + gcc-abi symbols (luadoc)
Robin Gareus [Thu, 24 Mar 2016 23:40:09 +0000 (00:40 +0100)]
add namespace for consistent clang + gcc-abi symbols (luadoc)

8 years agoRevert "test workaround for OSX IK-Multimedia Plugin GUIs."
Robin Gareus [Thu, 24 Mar 2016 22:00:06 +0000 (23:00 +0100)]
Revert "test workaround for OSX IK-Multimedia Plugin GUIs."

This reverts commit b031d762c9cd0ff5704d966deb9ac234f8e18d6a.

8 years agofix out-of-order d'tor which garbles the lua stack.
Robin Gareus [Thu, 24 Mar 2016 21:53:59 +0000 (22:53 +0100)]
fix out-of-order d'tor which garbles the lua stack.

8 years agoupdate generated luadoc, zlib compress json
Robin Gareus [Thu, 24 Mar 2016 20:58:29 +0000 (21:58 +0100)]
update generated luadoc, zlib compress json

8 years agoConsistent C++ & Lua Namespace/Class names + documentation.
Robin Gareus [Thu, 24 Mar 2016 20:36:07 +0000 (21:36 +0100)]
Consistent C++ & Lua Namespace/Class names + documentation.

8 years agoadd doxygen comments to lua-binding doc, compress json.
Robin Gareus [Thu, 24 Mar 2016 21:02:38 +0000 (22:02 +0100)]
add doxygen comments to lua-binding doc, compress json.

8 years agoAdd small llvm/libclang util to exctract doxygen comments
Robin Gareus [Thu, 24 Mar 2016 18:53:27 +0000 (19:53 +0100)]
Add small llvm/libclang util to exctract doxygen comments

8 years ago'LuaScriptParams' stuff needs to be visible if it's to be used outside of libardour
John Emmas [Thu, 24 Mar 2016 14:53:31 +0000 (14:53 +0000)]
'LuaScriptParams' stuff needs to be visible if it's to be used outside of libardour

8 years agoAccommodate newly introduced source(s) in our MSVC project (libardour)
John Emmas [Thu, 24 Mar 2016 14:52:01 +0000 (14:52 +0000)]
Accommodate newly introduced source(s) in our MSVC project (libardour)

8 years agoreset lua console interpreter when session changes (drop references)
Robin Gareus [Thu, 24 Mar 2016 00:52:24 +0000 (01:52 +0100)]
reset lua console interpreter when session changes (drop references)

8 years agocont'd work on Lua Script Console
Robin Gareus [Thu, 24 Mar 2016 00:44:06 +0000 (01:44 +0100)]
cont'd work on Lua Script Console

8 years agogcc4 compat
Robin Gareus [Wed, 23 Mar 2016 23:32:18 +0000 (00:32 +0100)]
gcc4 compat

8 years agoAdd some introductory lua-doc paragraph
Robin Gareus [Wed, 23 Mar 2016 22:46:19 +0000 (23:46 +0100)]
Add some introductory lua-doc paragraph

8 years agoadd/update lua scripts
Robin Gareus [Wed, 23 Mar 2016 22:45:39 +0000 (23:45 +0100)]
add/update lua scripts

8 years agotowards a proper lua script console UI
Robin Gareus [Wed, 23 Mar 2016 22:44:35 +0000 (23:44 +0100)]
towards a proper lua script console UI

8 years agoupdate lua script file management:
Robin Gareus [Wed, 23 Mar 2016 22:42:38 +0000 (23:42 +0100)]
update lua script file management:

* clean up Script discovery API
* add "Snippet" script type
* expose user-script dir
* add temporary error-debug information

8 years agoHide lua script selector before showing lua parameter dialog.
Robin Gareus [Wed, 23 Mar 2016 12:50:43 +0000 (13:50 +0100)]
Hide lua script selector before showing lua parameter dialog.

8 years agoUI part of lua code/header consolidation.
Robin Gareus [Wed, 23 Mar 2016 12:49:25 +0000 (13:49 +0100)]
UI part of lua code/header consolidation.

8 years agorefactor lua header includes
Robin Gareus [Wed, 23 Mar 2016 12:46:57 +0000 (13:46 +0100)]
refactor lua header includes

8 years agotest workaround for OSX IK-Multimedia Plugin GUIs.
Robin Gareus [Wed, 23 Mar 2016 15:58:03 +0000 (16:58 +0100)]
test workaround for OSX IK-Multimedia Plugin GUIs.

8 years ago LV2_EXTENDED also needs to be defined when building gtk2_ardour
John Emmas [Sun, 20 Mar 2016 14:54:57 +0000 (14:54 +0000)]
 LV2_EXTENDED also needs to be defined when building gtk2_ardour

(was already defined for waf builds - but was missing for MSVC)

8 years agoAccommodate newly introduced source(s) in our MSVC project (libardour)
John Emmas [Sun, 20 Mar 2016 14:48:29 +0000 (14:48 +0000)]
Accommodate newly introduced source(s) in our MSVC project (libardour)

8 years agofix compilation on OSX (in the wake of eaca325c)
Robin Gareus [Tue, 22 Mar 2016 16:03:13 +0000 (17:03 +0100)]
fix compilation on OSX (in the wake of eaca325c)

8 years agofix copy/paste typo
Robin Gareus [Tue, 22 Mar 2016 13:44:58 +0000 (14:44 +0100)]
fix copy/paste typo

8 years agoupdate luadoc
Robin Gareus [Mon, 21 Mar 2016 23:50:14 +0000 (00:50 +0100)]
update luadoc

8 years agofurther lua binding refactoring, match C++ namespaces
Robin Gareus [Mon, 21 Mar 2016 23:22:55 +0000 (00:22 +0100)]
further lua binding refactoring, match C++ namespaces

8 years agofurther lua binding refactoring, match C++ namespaces
Robin Gareus [Mon, 21 Mar 2016 23:22:48 +0000 (00:22 +0100)]
further lua binding refactoring, match C++ namespaces

8 years agoFix unused variable warning
David Robillard [Tue, 15 Mar 2016 15:16:40 +0000 (11:16 -0400)]
Fix unused variable warning

8 years agoTrim dependence on evoral types.hpp and Beats.hpp
David Robillard [Mon, 5 Oct 2015 17:58:35 +0000 (13:58 -0400)]
Trim dependence on evoral types.hpp and Beats.hpp

8 years agocatch lua exceptions.
Robin Gareus [Mon, 21 Mar 2016 20:39:11 +0000 (21:39 +0100)]
catch lua exceptions.

8 years agocont'd lua HTML doc.
Robin Gareus [Mon, 21 Mar 2016 20:15:26 +0000 (21:15 +0100)]
cont'd lua HTML doc.

8 years agoupdate scripts (Lua namespace refactoring)
Robin Gareus [Mon, 21 Mar 2016 19:58:53 +0000 (20:58 +0100)]
update scripts (Lua namespace refactoring)

8 years agoupdate Lua Binding Doc and html generator
Robin Gareus [Mon, 21 Mar 2016 18:06:51 +0000 (19:06 +0100)]
update Lua Binding Doc and html generator

8 years agoreturn values of reference params as Lua table
Robin Gareus [Mon, 21 Mar 2016 17:58:09 +0000 (18:58 +0100)]
return values of reference params as Lua table

8 years agomove std bindings out of "ARDOUR" into "C" namespace, fix Reference Params
Robin Gareus [Mon, 21 Mar 2016 17:57:20 +0000 (18:57 +0100)]
move std bindings out of "ARDOUR" into "C" namespace, fix Reference Params

8 years agoLua Array Documentation
Robin Gareus [Mon, 21 Mar 2016 17:56:16 +0000 (18:56 +0100)]
Lua Array Documentation

8 years agofirst steps towards formatting lua binding doc (JSON/HTML)
Robin Gareus [Mon, 21 Mar 2016 03:09:01 +0000 (04:09 +0100)]
first steps towards formatting lua binding doc (JSON/HTML)

8 years agoadd missing GUI lua binding classe
Robin Gareus [Mon, 21 Mar 2016 03:06:32 +0000 (04:06 +0100)]
add missing GUI lua binding classe

8 years agoadd some missing bindings (dep classes)
Robin Gareus [Mon, 21 Mar 2016 03:06:05 +0000 (04:06 +0100)]
add some missing bindings (dep classes)

8 years agorefine Lua Binding Documentation
Robin Gareus [Mon, 21 Mar 2016 03:05:43 +0000 (04:05 +0100)]
refine Lua Binding Documentation

8 years agoadd convenience lua API for looking up Plugins
Robin Gareus [Sun, 20 Mar 2016 20:16:18 +0000 (21:16 +0100)]
add convenience lua API for looking up Plugins