summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-04-30Remove unused return value.Carl Hetherington
2012-04-30fix up some const-ness issues starting from Evoral::Event::set(), and interse...Paul Davis
2012-04-30add explicit inverse fade in/out curves for use when doing constant power xfa...Paul Davis
2012-04-30Remove unused options related to crossfades.Carl Hetherington
2012-04-29Handle update of crossfades on explicit relayer more efficiently.Carl Hetherington
2012-04-28Remove unused variable.Carl Hetherington
2012-04-28Fix detection of 2.X sessions.Carl Hetherington
2012-04-28control surfaces: make it possible to keep display of current GUI/selection s...Paul Davis
2012-04-27Crossfades: default xfades are now constant-power, -3dB rule, other options a...Paul Davis
2012-04-27MCP: failure to rebank for cases where num_routes < num_strips but we're not ...Paul Davis
2012-04-27Raise an exception if we fail to create our graphCarl Hetherington
2012-04-27Possibly hacky fix for tests on newer Ubuntu (or maybeCarl Hetherington
2012-04-27remove unnecessary gcc 4.7 "fix"Paul Davis
2012-04-27**EVEN better** gcc 4.7 fixPaul Davis
2012-04-27**better** gcc 4.7 fixPaul Davis
2012-04-27gcc 4.7 fixPaul Davis
2012-04-26MCP: ctrl-select toggle selections status, analogous to GUI opPaul Davis
2012-04-26MCP: more sensible version of previous commit, and better behaviour for play ...Paul Davis
2012-04-26MCP: fix handling of vpot pressesPaul Davis
2012-04-26slightly explanatory comment for crossfadingPaul Davis
2012-04-26fix initialization of control protocols so that brand new sessions get workin...Paul Davis
2012-04-26MCP: properly (?) handle bank/channel scrolling with locked stripsPaul Davis
2012-04-26Use Glib::Threads::RecMutex rather than Glib::RecMutex whereCarl Hetherington
2012-04-26MCP: lots of good stuff - recenable bug fixed, cursor keys for vertical scrol...Paul Davis
2012-04-25MCP: dynamic ipMIDI ports, more default key bindings, various minor fixesPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-25MCP: quick build fixPaul Davis
2012-04-25MCP: various fixes, plus removal of ui_bind() (just for mackie code)Paul Davis
2012-04-24revert previous commit (it should work, but did not); minor tweaks elsewherePaul Davis
2012-04-24make generic MIDI support handle SendFeedback() in process()-context, not in ...Paul Davis
2012-04-24likely fix for various odd problems with cross-thread callbacksPaul Davis
2012-04-24revert previous commitPaul Davis
2012-04-24debugging: stop MidiControlUI from actually executing slots via CallSlotPaul Davis
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-24ipMIDI: typoPaul Davis
2012-04-24ipMIDI: credit where credit is duePaul Davis
2012-04-24MCP: remove debug outputPaul Davis
2012-04-24move the point at which PannersLegal is emitted (thus resetting panners). It ...Paul Davis
2012-04-24MCP: remove debugging related to selection that turned out to be about some J...Paul Davis
2012-04-24remove various debugging outputPaul Davis
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis
2012-04-23Get the _note_mode set up correctly in a MidiDiskstreamCarl Hetherington
2012-04-23move MIDI::Manager::cycle_{start,end}() calls from Session into AudioEngine s...Paul Davis
2012-04-23libmidi++: fix a bunch of issues with previous commitPaul Davis
2012-04-23libmidi++: split apart "base-y" aspects of MIDI::Port into MIDI::PortBase and...Paul Davis
2012-04-23ControlProtocol doesn't actually need any record of an event loop and doesn't...Paul Davis
2012-04-22MCP: another bevy of changes, including working jog wheelPaul Davis
2012-04-22Use a list of ControlPoints to hold the automation selection,Carl Hetherington
2012-04-22MCP: a fistful of improvements. probably best to just try it and see what it ...Paul Davis
2012-04-21Use URI defines from LV2 headers instead of error-prone hardcoded URIs.David Robillard