Fix comment.
[ardour.git] / libs / surfaces /
2012-03-21 Carl HetheringtonUpdate motorised button when a motorised surface's...
2012-03-21 Carl HetheringtonMake toggle MIDIControllables with program changes...
2012-03-19 Carl HetheringtonAdd GPL boilerplate; use x->foo for (*x).foo; tidy...
2012-03-19 Carl HetheringtonAdd set_motorised().
2012-03-15 Paul Davisradically rethink export/bounce/freeze code design...
2012-03-07 Carl HetheringtonAdd motorised attribute to DeviceInfo for generic MIDI...
2012-03-06 Carl HetheringtonWork around problems with some JACK<->ALSA midi bridges...
2012-01-06 Paul Davispartially revert some of the recent work on tempo to...
2011-12-19 Paul Davisrename Timecode::BBT_Time::ticks_per_beat to Timecode...
2011-12-14 Paul Davispatch from roy vegard to stop feedback from causing...
2011-12-13 Paul Davismore fun and games with meter and the tempo map: rename...
2011-11-23 David RobillardPack toolbar combo boxes with expand=false and remove...
2011-10-22 Paul Davischange several startup messages to be triggered only...
2011-10-20 Paul Davisinclude abstract_ui.cc in mackie source to actually...
2011-10-20 Paul Davismake mackie control header include abstract_ui.h (might...
2011-10-20 Paul Davisfix minor typo
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-30 Paul Davisdon't build tranzport support unless it was asked for...
2011-09-30 Paul Davismore changes to wscript files to catch up with waf...
2011-09-30 Paul Davismake surfaces header checks non-mandatory (for OS X)
2011-09-29 David RobillardUse is_defined to check for HAVE_* variables set by...
2011-09-29 David RobillardRemove use of waf compat15 tool.
2011-09-29 David RobillardUpgrade to waf 1.6.7 and autowaf r52.
2011-09-27 Carl HetheringtonFix crash on close after Mackie modifications by making...
2011-09-26 Carl HetheringtonFix crash on startup caused by previous Mackie commits.
2011-09-26 Carl HetheringtonNo-op; formatting tidy-ups.
2011-09-26 Carl HetheringtonUpdate Mackie surface state when something is connected...
2011-09-26 Carl HetheringtonDelete MIDI port objects when the MackieControlProtocol...
2011-08-16 Paul Davisavoid compiler warnings about un-implemented MIDI funct...
2011-08-14 Paul Davismake control protocol's SelectByRID signal work, thus...
2011-08-13 Paul Davistrack changes to config parameters for MMC device id...
2011-08-10 Paul Davisif a binding map specifies controllables that don't...
2011-05-23 Carl HetheringtonFix a few missing drops of Route references.
2011-05-11 Carl HetheringtonFix compiler warning.
2011-05-05 Carl HetheringtonAdd a GUI to set the number of active extenders for...
2011-05-04 Carl HetheringtonDo log/lin mapping for Mackie faders so that they behav...
2011-05-04 Carl HetheringtonUse a timeout to reset faders' in_use flags when in...
2011-05-04 Carl HetheringtonFix crash on startup when using BCF mode for the mackie...
2011-05-04 Carl HetheringtonAdd small GUI to select Mackie / BCF2000 emulation...
2011-05-04 Carl HetheringtonComment typo.
2011-04-23 Carl HetheringtonRe-fix compile failure with --no-nls (#3111).
2011-04-22 David RobillardFix Python whitespace (follow PEP8 guidelines, reformat...
2011-03-25 Paul Davisrename OSC surface shared object so that its copied...
2011-03-25 Paul Davispermit envvar to define where to find MIDI binding...
2011-03-16 David RobillardIndent python files with spaces as per style guide.
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-02-22 Paul Davisremove semantic-free Panner::Changed signal; make macki...
2011-02-13 Carl HetheringtonGCC 4.6 fixes from oget (#3771).
2011-02-07 Carl HetheringtonPrevent various things from stopping the transport...
2011-02-06 Carl HetheringtonFix up a few mackie control surface exceptions.
2011-01-28 Sakari BergenAdd boost:: to shared_ptrs (not to be ambiguous with...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-19 Carl HetheringtonLincoln's OSC clean-ups (#3716).
2010-12-14 Paul Davismove ticks per beat from Meter to Timecode::BBT_Time...
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-13 David RobillardEliminate circular dependency kludge for control_protoc...
2010-12-11 Carl HetheringtonFix a few tiny memory leaks.
2010-12-05 Paul Daviscorrect locations for new osc files
2010-12-05 Paul Davispart of lincoln's patches for OSC/ardroid
2010-12-03 Paul Davisprovide access to plugin parameters from OSC. not teste...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Carl HetheringtonA few type fixes.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-11-29 Sakari BergenRemoving more of using boost::shared_ptr
2010-11-29 Paul Davisfix conversion of MIDI controller (7 bit) value into...
2010-11-28 Paul Davisadd non-functional meta-controls for 2in/2out panning...
2010-11-27 Paul Davischanges associated with save/restore of AutomationContr...
2010-11-26 David RobillardFix more broken indentation (whitespace changes only).
2010-11-26 Paul Davisone step closer to working vbap panning
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-10-27 Carl HetheringtonMake build scripts python2/3 agnostic.
2010-10-19 Paul Davis(3.0 version) some Mackie-emulation systems (e.g. eupho...
2010-10-05 Carl HetheringtonFix incorrect angle brackets for includes.
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-07-30 Carl HetheringtonPut Mackie surface ports into the Ardour tab of the...
2010-07-29 Carl HetheringtonFix startup of the mackie surface code.
2010-07-27 Carl HetheringtonFix up Mackie control surface to cope with changes...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-08 Carl HetheringtonTrim midi++ port code to either do in or out, but not...
2010-07-07 Carl HetheringtonFix Mackie surface after port rework.
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-06 Carl HetheringtonRemove non-JACK midi++ ports.
2010-04-08 Paul Davisadd support for "msg=" bindings and also action="SomeGr...
2010-04-06 Paul DavisMIDI/Controllables for monitor section, and related...
2010-04-02 Paul Davisremove PBD::Connection (replace use with PBD::ScopedCon...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-25 Paul Davisuse correct (RCConfig-based) name for MIDI port in...
2010-03-22 Paul Davisremove near-duplicate session constructor; change names...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-01 David RobillardFix array out of bounds error.
2010-02-01 David RobillardFix illegal iterator usage.
2010-02-01 David RobillardRemove clearly worthless (doesn't event parse, let...
2010-01-24 Paul Davisset thread name for OSC event loop/thread
next