fix up enum mess caused by switching from JACK to Engine as the name for jack-related...
[ardour.git] / libs / surfaces /
2013-09-16 Paul Davisfix language issue
2013-09-16 Paul Davisallow waf to handle inconsistent case where cwiid.h...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-06 Paul Davistighten up error handling a little bit during various...
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-09-03 Paul Davisfix error introduced during recent changes to Mackie...
2013-08-24 Paul Davisfix confusion about whether flip_mode in the Mackie...
2013-08-14 Paul Davisfix merge issues with master
2013-08-14 Paul Davisremove misleading + incorrect documentation
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-07-28 Robin Gareusfix compiler warnings.
2013-07-24 Paul Davispart-way through getting the audioengine changes to...
2013-07-16 Paul DavisRevert "C++11 Building - Use new style struct field...
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Michael R. FisherC++11 Building - Use new style struct field inititializing
2013-06-10 Paul Davissave and restore Generic MIDI threshold/smoothing value
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin GareusRevert all close-on-exec changes from earlier today
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin Gareusmore OSC socket fcntl() close-on-exec
2013-06-07 Robin GareusOSC bail out if server cannot be started
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin Gareusclose network sockets on fork
2013-06-06 Robin Gareusfix compiler warnings
2013-06-06 Paul Daviscorrect previous premature commit re: OSC and send...
2013-06-06 Paul Davisimplement OSC /ardour/route/send/gainabs and /ardour...
2013-06-06 Paul Davismove control surface prefs onto their own tab in the...
2013-05-01 Paul DavisMerge branch 'license-fix' of https://github.com/adikno...
2013-04-22 Adrian KnothDrop obsolete powermate code from libs/surface
2013-04-06 Paul Davisrename Route::is_hidden() to Route::is_auditioner(...
2013-04-06 Paul Davisfix reload of Generic MIDI binding state when the targe...
2013-04-05 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-30 Julien de KozakFix some compilation warnings
2013-03-20 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-20 Paul Davisinitial, prototype modifications to permit compilation...
2013-03-18 Paul Davismissing part of the midi map fix
2013-03-18 Paul Davisreturn the full MIDI map search path from system_midi_m...
2013-03-17 Robin Gareusremove cruft (old cvsignore files)
2013-03-06 Paul Davisfor MCP devices that don't handshake, turn them on...
2013-01-21 Paul Davisfix crash when deleting a processor with a controllable...
2013-01-17 Paul Davisa few small fixes that help pitchbend control of things...
2013-01-17 Paul Davisfix up Location::first_location_(after|before) to do...
2013-01-16 Paul Davisadd copyright comments
2013-01-07 Paul Davisreinstate wiimote support, thanks to work by jannis...
2013-01-06 Paul Davisfix continuing SNAFUs with ::set_state() for control...
2012-12-31 Paul Davisavoid crash when switching devices in mackie control...
2012-12-31 Paul Davisavoid crashing in a wierd case (possibly a race) in...
2012-12-19 Paul Davisfeedback for toggled MIDI controls now sends 0 or 127...
2012-12-19 Paul Davisprevent crash when saving learned MIDI binding that...
2012-10-24 Paul Davissave + restore OSC active+feedback state (#5023)
2012-10-17 Paul Davisforward part the backend part of the generic MIDI contr...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-23 Paul Davisforward-port generic MIDI and transport controllable...
2012-06-28 Carl HetheringtonConnect to controllable->Destroyed in all cases; fixes...
2012-06-28 Carl HetheringtonAdd what I think is a missing lock when reading control...
2012-06-28 Paul Davisfix MIDI binding stuff when the controllable does actua...
2012-06-26 Paul Davissome generic midi debugging plus an assert
2012-06-26 Paul Davisfix up some issues introduced by lifecycle tracking...
2012-06-26 Paul Davisdisconnect from a Controllable when it is destroyed
2012-06-25 Carl HetheringtonPatch from royvegard to add a set-bank midi function
2012-06-25 Paul Davisadd late/lazy binding between generic MIDI bindings...
2012-06-23 Tim MayberryRemove unused or unnecessary header includes
2012-06-23 Tim MayberryUse std::string and Glib instead of pbd/filesystem...
2012-06-23 Tim MayberryUse Glib instead of pbd/filesystem.h in GenericMidiCont...
2012-06-23 Tim MayberryUse Glib::file_test instead of PBD::sys::exists
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-19 Carl HetheringtonHush some debug messages.
2012-06-16 Carl HetheringtonReturn silence from read_from_sources() if we try to...
2012-06-16 Paul DavisMCP: patch from seablade to fix pot displays (both...
2012-06-14 Carl HetheringtonFix uninitialised variable.
2012-06-13 Carl HetheringtonSlightly tweaked patch from royvegard to add optional...
2012-06-13 Carl HetheringtonFix some uninitialised variable warnings.
2012-06-13 Rodrigo SeveroSmall change to Timecode display (SMTPE) in the Mackie.
2012-06-13 Rodrigo SeveroPrevents a master fader being created without a control...
2012-06-12 Rodrigo SeveroBogus commit to comment commit 12689:
2012-06-12 Rodrigo Severogit-svn-id: svn://localhost/ardour2/branches/3.0@12689...
2012-06-09 Carl HetheringtonSend OSC URL announcement to the info stream.
2012-06-09 Carl HetheringtonFix crash in tests; not sure about the root cause.
2012-06-09 Carl HetheringtonFix crash when MackieControlProtocol has gone away.
2012-06-09 Paul DavisMCP: latest patch from Rodrigo:
2012-06-06 Paul DavisMCP: latest patch from Rodrigo:
2012-06-02 Paul DavisMCP: another patch from rodrigo:
2012-06-01 Paul Davisrevert part of earlier MCP patch from rodrigo
2012-06-01 Paul DavisMCP: Patch from Rodrigo that:
2012-05-30 Paul DavisMCP: metering changes from rodrigo, makes metering...
2012-05-30 Paul DavisMCP: remove misleading and confusing and out of date...
2012-05-29 Paul DavisMCP: correct display of timecode
2012-05-29 Paul DavisMCP: fix assigment of outbound sysex messages, and...
2012-05-29 Paul Davisfix missing negation from previous MCP commit
2012-05-29 Paul Davispatch from rodrigo severo to make mackie timecode displ...
2012-05-27 Paul DavisMCP: remember to drain the x-thread FIFO that tells...
2012-05-25 Paul Davismissing method for MCP
2012-05-24 Paul Davisadd support for <HasMeters value=XX/> stanza in MCP...
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-22 Paul DavisMCP: pay attention to listen changes as well as solo...
next