outline a "NoSampleAccurateControl" LV2 feature:
[ardour.git] / libs / surfaces /
2015-10-10 Paul Davisnumerous changes to Mackie support, generally offering...
2015-10-09 Paul Davisvaried and wide changes to get input and output combos...
2015-10-09 Paul Davismove location where port handling stops during Mackie...
2015-10-09 Paul DavisNOOP: whitespace/indent fix
2015-10-09 Paul Davisadd TrimAutomation to list of possible pot parameters...
2015-10-09 Paul Davisremove unused and useless stuff relating to bundles...
2015-10-09 Paul Davisset up control_by_parameter map in a Mackie::Strip...
2015-10-09 Paul Davisadd device-info specific component to Mackie GUI to...
2015-10-09 Paul Davisadd DeviceChanged signal to MCP and make surface lock...
2015-10-09 Paul Davisadd new API to access AsyncMIDIPort members of Mackie...
2015-10-09 Paul Davisfor an ipMIDI surface, make the GSource used for input...
2015-10-09 Paul Davismake Mackie::Surface keep a reference to the input...
2015-10-08 Paul Davisfix initialization sequence for ipMIDI Mackie surfaces
2015-10-08 Paul Davisfix crash when switching from regular MIDI to ipMIDI...
2015-10-08 Paul Davisfix logic to reshow strip "name" after a message display
2015-10-08 Paul Davisremove debugging display of message on MCP device
2015-10-08 Paul Davisfix rebase conflicts left over after pull
2015-10-08 Paul Davislots of changes to try to get the Mackie Control displa...
2015-10-08 Paul Davismore mackie strip redisplay renames, and add a global...
2015-10-08 Paul Davissubtle rework/rename of per-strip revert-to-vpot-displa...
2015-10-08 Paul Davisremove unused per-surface button timer
2015-10-08 Len OvensAdd Trim to Mackie controls.
2015-10-07 Paul Davisadd button time and explicit bank switching to MCP...
2015-10-07 Paul Davistrack Mackie MIDI port connection status as primary...
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-10-05 Robin Gareusremove i/ofstream from libardour
2015-10-05 Paul Davisonly use HUI heartbeat with HUI devices
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-10-04 Robin Gareusalways use session rt-event to un/set solo
2015-10-03 Len OvensInitialize variable every loop so MCP devices don't...
2015-10-03 Len OvensInitialize variable every loop so MCP profiles don...
2015-10-03 Paul DavisNOOP: delete trailing whitespace
2015-10-03 Paul Davisreset IP MIDI port when deleting a mackie surface port
2015-10-03 Paul Davisreset shared_ptr to master surface when clearing surfac...
2015-10-03 Paul Davismake a start on providing direct choice of MIDI ports...
2015-10-03 Paul DavisNOOP: reformat indentation
2015-10-03 Paul Davismore code-control when laying out Mackie Control GUI...
2015-10-03 Paul Davisadd basic support for HUI heartbeat, only used for...
2015-10-03 Paul Davisadd DeviceType specifier for mackie devices.
2015-10-03 Paul DavisNOOP: reformat indentation
2015-10-03 Paul Davisadd device type to Mackie device info
2015-10-03 Paul Davisadd support to display and set key aliases in mackie GUI
2015-10-03 Robin Gareusfix windows compilation
2015-10-03 Paul Davisremove undefined and unused method declaration
2015-10-03 Paul Davisanother change from modifier_state() to main_modifier_s...
2015-10-03 Paul Davisavoid handling pitchbend (fader) messages while SHIFT...
2015-10-03 Paul Davisno longer call ::zero_all() when deleting an MCP surfac...
2015-10-03 Paul Davisuse ::main_modifier_state() in some more places
2015-10-03 Paul Davisnecessary header changes for new redisplay code in MCP
2015-10-03 Paul Davisadd new (fast) redisplay timer that pushes parameter...
2015-10-03 Paul Davisfix comment spelling
2015-10-03 Paul Davisuse Surface::reset() when deleting MackieControlProtoco...
2015-10-03 Paul Davisimplement backlight, fader touch sensitivity and recali...
2015-10-03 Paul Davisavoid sending replicated fader set position messages
2015-10-02 Paul Davisfix handler of fader (pitchbend) messages in Mackie...
2015-10-02 Paul Davisallow aliasing Mackie Control buttons to other buttons
2015-10-02 Paul Daviscatch changes in click status and alter LED appropriately
2015-10-02 Paul Davischange zoom and scrub handling to use modifier bits
2015-10-02 Paul Davisspelling correction in error message
2015-09-29 Len OvensFix Mackie control metering (fixes #6608).
2015-09-21 Len OvensVpot assign buttons don't do anything, don't light...
2015-09-21 Len OvensMake Mackie control surface LEDs for modifier keys...
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-09-09 Len OvensMade master fader touch and jog go to _master_surface...
2015-08-19 Robin Gareussave/load generic-midi motorized setting - fixes #5296
2015-08-14 Len OvensFixed Mackie control port naming for extender use ...
2015-08-13 Len OvensFixed feedback for MCP buttons and LEDs not working.
2015-08-13 Len OvensAdded end of line to debug statment
2015-08-10 Robin GareusMerge branch 'pt5-fix' of https://github.com/zamaudio...
2015-08-10 Paul DavisMerge branch 'ovenwerks-master'
2015-08-10 Len OvensMake MCP MasterPosition match MIDI port number.
2015-07-27 Paul DavisMerge branch 'ovenwerks-master'
2015-07-27 Len OvensClean up extra white space added by editor.
2015-07-27 Len OvensHandle the 4 common encoder types.
2015-07-27 Len OvensAdd enc to midi map for mcp style encoders.
2015-07-27 Len OvensMake program change toggle or 1 only.
2015-07-27 Len OvensAllow any one midi event to control only one thing.
2015-07-16 Ben Loftismerge fix
2015-07-14 Robin Gareusfix “missing operator<< for PBD::ID” (clang)
2015-07-13 Len OvensMove learned midi binding reload after midi map load...
2015-07-11 Robin Gareusfix PBD::ID string format
2015-07-10 Paul DavisMerge branch 'ovenwerks-master'
2015-07-10 Len OvensFixed pb in toggle mode to switch at half way (fixes...
2015-07-10 Len OvensFixed generic MIDI program change event size to two...
2015-07-10 Len OvensAdd debug for generic midi control
2015-06-24 Paul Davisrationalize save/restore of control surface "feedback...
2015-06-21 Len OvensAdd option to mackie control profile editor to remove...
2015-06-09 John EmmasDon't close OSC server sockets explicitly (the subseque...
2015-06-09 John EmmasAdd the new (UINTSDEFINED) preprocessor directive to...
2015-06-09 John EmmasAdd a new preprocessor directive (UINTSDEFINED) which...
2015-06-09 John EmmasAdd a new link library that's needed when building...
2015-06-08 Paul DavisMerge branch 'ovenwerks-master'
2015-06-08 Len OvensDon't allow user to change function of modifier buttons.
2015-06-04 Paul DavisMerge branch 'ovenwerks-master'
2015-06-04 Len OvensAdd an option in the MCP .device file to set master...
2015-06-04 Len OvensClean up mackie surface profile editor from things...
2015-06-04 Paul DavisMackieControl: Make ctl put v-pot in fine mode.
2015-06-04 Len OvensMake ctl put v-pot in fine mode.
2015-05-27 Paul Davisfix unsigned/signed math error
next