13
0
livetrax/libs
Albert Graef 38bccabeca MCP: Allow the current bank to move right one channel even if this results in a partial bank.
Rationale: This change is trivial, but Ardour's behavior of refusing to move right one channel unless a full bank remains has been there for a long time, and there are probably good reasons for it. This design was likely conceived when all MCP-compatible devices had banks of 8 faders anyway. However, with the advent of affordable single-strip devices like the X-Touch ONE it becomes a real issue.

Single-strip devices can only access the first channel in the current bank, so relaxing this restriction is the easiest way to enable such devices to access all strips, while still maintaining the usual bank size of 8. Note that maintaining a bank size of 8 is beneficial even with single-strip devices for several reasons:

- It allows use of the bank switch buttons to flip through a large number of strips more quickly.

- It maintains compatibility with existing device descriptions. E.g., the X-Touch ONE can be used with the existing X-Touch device description without any ado.

- Most importantly, it maintains compatibility with other MCP-compatible controllers which do have 8 strips and may be connected to Ardour at the same time. E.g., one might want to use an X-Touch Mini, or even a full-size X-Touch along with the X-Touch ONE in some use cases. Changing the bank size to 1 affects all connected MCP devices, so you'd rather keep the bank size to 8 in such scenarios. (Ardour should preferably have separate bank size settings for each connected MCP device, but that isn't possible right now since only one MCP device description can be active at the same time.)
2018-09-27 11:31:13 -04:00
..
appleutility
ardour consolidate all transport masters on a SafeTime object that is a member of the TransportMaster base class. 2018-09-27 11:31:13 -04:00
ardouralsautil
audiographer Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
backends Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
canvas Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
clearlooks-newer Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
evoral Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
fluidsynth Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
fst remove aeffectx.h; use vestige.h 2018-06-04 17:38:41 -04:00
gtkmm2ext remove debug output 2018-09-23 13:48:19 -04:00
hidapi
libltc Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
lua Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
midi++2 change type of MIDI::Parser::position signal to include timestamp 2018-09-27 11:31:13 -04:00
panners Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
pbd Fix --no-nls (2/5), prefer #if in libs 2018-09-21 19:03:33 +02:00
plugins Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
ptformat Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
qm-dsp Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
surfaces MCP: Allow the current bank to move right one channel even if this results in a partial bank. 2018-09-27 11:31:13 -04:00
temporal Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
vamp-plugins Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
vfork
waveview Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
widgets Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00
zita-resampler Initial changes needed for building Mixbus (with MSVC) as version 5 2018-09-10 07:14:59 +01:00