Commit Graph

50 Commits

Author SHA1 Message Date
496e6f2a4c New implementation for single-fader mackie devices (reverts b96d8e) 2019-10-22 14:39:38 -05:00
b96d8e7ffa Add support for single-fader MCU devices: XTouch One and RuCo. (needs testing) 2019-10-20 22:24:32 -05:00
967c66790c Add device file for Behringer X-Touch One 2019-07-24 11:50:13 -05:00
ba495e2051 Add a device for X-touch + two X-touch compact devices.
This also works for X-Touch with x-Touch extenders.
2019-06-14 13:36:56 -05:00
ac4867089a Add mackie device for X-Touch + X-Touch Compact 2019-06-13 14:20:02 -05:00
7054b2ffc7 switch remaining use of Common/ToggleMixerList to Mixer/ToggleMixerList 2019-03-18 10:58:02 -07:00
605b7783ee fix more Window/show-* to Common/show-* details 2018-12-10 18:43:35 -05:00
b1d7eabf54 iCon device tweaks: faster timecode display refresh rate. Submitted by Michal Barhon. 2018-02-10 22:43:53 -06:00
dddfa1ddd8 Add qex + qcon mcp device file (expander on left). Submitted by Michal Barhon. 2018-02-10 22:43:53 -06:00
79cb57e31a Updated mcp files for iCON Qcon controller. 2018-02-01 14:39:59 -06:00
47291389bc Mackie MCP: Assign some F-keys for default user profile. 2017-05-12 15:43:50 +02:00
cc4cab6d23 MCP Add X-Touch Mini MCP map 2017-03-20 18:51:12 -07:00
138aa61366 add mcp device files for artist series controllers 2016-10-19 23:00:05 -05:00
d84a8222f2 add MCP device file for Nucleus-via-platform MIDI 2016-02-18 20:28:56 -05:00
97f523d396 Mackie: Behringer XT Compact has transport buttons 2016-02-06 14:09:37 -06:00
dbb48bfff9 mackie: change name of default user profile 2016-02-04 11:24:26 -05:00
9eacddc7a6 Mackie protocol: Remove unused MCP .device and .profile files 2016-02-04 08:57:41 -06:00
7f82e7769f zero more stuff out when leaving subview mode 2016-02-03 17:25:28 -05:00
e8348ecc1c Mackie protocol: XTouch profile with expanded editing options 2016-01-31 11:21:55 -06:00
b40717604c Mackie Protocol: HasSeparateMeters flag for X-Touch devices 2016-01-29 10:31:47 -06:00
c064135436 Added Behringer X-Touch device files. 2016-01-29 10:10:17 -06:00
3893f62657 Mackie Control: Disable Selected group in User/Selected view mode to allow individual adjustment. 2015-11-26 06:55:25 -08:00
6c85f976de add new (unfinished) device info file for FaderPort 2015-11-18 17:54:47 -05:00
0043dc38a3 introduce separate-meters concept for Mackie.
Devices like the SSL Nucleus have meters displayed separately from their 55x2 display
2015-10-13 10:04:58 -04:00
4ef45aacc1 add DeviceType specifier for mackie devices.
Incomplete, because we need a way to handle multiple devices of different types
2015-10-03 13:13:58 -04:00
2a420184b9 initial pass at a profile (key bindings) for MCU Pro surface.
Lots more work to do here
2015-10-02 22:10:28 -04:00
6982213198 Added Mackie device files for three surfaces. 2015-09-08 20:58:56 -07:00
ea0e4a01ca Add MCP device files for extender use. 2015-08-22 08:19:51 -07:00
938f365cc1 Added MasterPosition value=0 to all mcp device files as this is saved and will not default 2015-07-27 16:17:38 -04:00
71feea97a0 Clean up mackie surface profile editor from things that don't work or match the mackie hardware (fixes #6342) 2015-06-04 15:02:51 -07:00
Jeremy Carter
af4095c0e9 bcf2000: make play button toggle roll 2014-11-14 15:35:19 -05:00
Jeremy Carter
19186534d7 Fix ChannelLeft command in BCF2000 mackie profile 2014-11-14 14:52:58 -05:00
114792777d add new MCP device file for original Mackie Control 2014-09-11 12:55:53 -04:00
058986f77b finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
5fcae2113f new Mackie Control device file for Qcon controller (from #5634) 2013-08-08 15:26:42 -04:00
8fe10ed4f8 new device profile for BCF2000 from James Roberts
git-svn-id: svn://localhost/ardour2/branches/3.0@12450 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-25 19:39:12 +00:00
239d56ccb9 add BCF2000 device info file for MCP
git-svn-id: svn://localhost/ardour2/branches/3.0@12439 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-24 19:26:50 +00:00
95b2d07bd2 remove unused segmented display parameter from MCP device info files
git-svn-id: svn://localhost/ardour2/branches/3.0@12438 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-24 19:23:26 +00:00
df77e56905 add newline
git-svn-id: svn://localhost/ardour2/branches/3.0@12335 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-20 12:19:29 +00:00
c951467b08 add MCP device file for Steinberg CMC series
git-svn-id: svn://localhost/ardour2/branches/3.0@12334 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-20 12:18:16 +00:00
813c5f0af9 major rationalization of use of search paths. ardour now has just 4 functions used to define how external resources are located: ardour_config_search_path() (for system or user specific configuration data), ardour_data_search_path() (for machine, user and system independent data), ardour_dll_directory() (base directory where shared libraries are found) and user_config_directory(). These are now used throughout the code. the config, data and dll paths/directories can be overridden by environment variables. the user config dir is added as the first element of the first two search paths, and use selectively when searching for a few other things.
This commit re-enabes ./waf install, and it is believed that it works fully at this point (more testing likely required)

git-svn-id: svn://localhost/ardour2/branches/3.0@12326 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-18 17:24:06 +00:00
7bb1c273a4 revert SSL Nucleus device info to use builtin ipMIDI
git-svn-id: svn://localhost/ardour2/branches/3.0@12125 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-30 15:56:20 +00:00
eaa7cc5a73 fix up some const-ness issues starting from Evoral::Event::set(), and intersect with removing Mackie..MidiByteArray::bytes() method which made a copy of the data every time we wrote it
git-svn-id: svn://localhost/ardour2/branches/3.0@12124 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-30 15:54:13 +00:00
2bae75fa0b MCP: dynamic ipMIDI ports, more default key bindings, various minor fixes
git-svn-id: svn://localhost/ardour2/branches/3.0@12092 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-25 21:21:36 +00:00
33140f3267 add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and use it if requested inside MCP code. required renaming the pre-existing MIDI::Port as MIDI:JackMIDIPort - MIDI::Port becomes the base type for both JackMIDIPort and IPMIDIPort
git-svn-id: svn://localhost/ardour2/branches/3.0@12069 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-24 02:28:51 +00:00
95f5c3cc80 MCP: some button handling fixes
git-svn-id: svn://localhost/ardour2/branches/3.0@12019 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-18 21:34:15 +00:00
40750ba0bb MCP:maybe functioning button binding stuff, plus save-to-disk-on-change (still needs naming interaction for new profile)
git-svn-id: svn://localhost/ardour2/branches/3.0@12000 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-18 03:24:59 +00:00
6bd6f58dee MCP: somewhat functional (?) full keybinding GUI
git-svn-id: svn://localhost/ardour2/branches/3.0@11999 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-17 21:36:48 +00:00
934ad9ab63 MCP: first profile file
git-svn-id: svn://localhost/ardour2/branches/3.0@11998 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-17 20:41:51 +00:00
b9ff443085 MCP: various work on the button binding GUI
git-svn-id: svn://localhost/ardour2/branches/3.0@11997 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-17 20:41:31 +00:00