summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2011-09-14unsigned/signed confusionPaul Davis
2011-05-13fixes for gcc 4.6 from bug #3771Paul Davis
2011-03-02remove per-file references to __STDC_FORMAT_MACROSPaul Davis
2011-02-04use PROGRAM_NAME to determine MIDI port to use for Mackie controlPaul Davis
2010-10-19some Mackie-emulation systems (e.g. euphonix) send zero for the tick count wh...Paul Davis
2010-04-20append Auto_ to auto modes so they are more easily searchableBen Loftis
2009-11-07clean up that godawful programming style in the last transport commit, and fi...Paul Davis
2009-11-07better design for range plays that leaves the range play button able to play ...Paul Davis
2009-11-05save & restore seamless loop setting when setting sync source, since JACK doe...Paul Davis
2009-11-03substantial reformatting of code (http://ardour.org/development/styleguide); ...Paul Davis
2009-10-27some checkins inspired by drobilla commits 5865 and 5866. allow more vertica...Ben Loftis
2009-10-26true/false, not TRUE/FALSEPaul Davis
2009-10-08JACK is realtime by default when started by ardour; mackie "ardour" port limi...Paul Davis
2009-10-08accurate dB/log patch from Carl, back-ported from 3.0Paul Davis
2009-10-01merge 5674:5682 and 5689-5694 from mixbus branchPaul Davis
2009-07-28use DIST_LIBDIR to allow override of LIBDIR ; gcc4.4 patches from debian (onc...Paul Davis
2009-03-13deeper fixes for route issue/s .. make RouteSignal use shared_ptr<Route> rath...Paul Davis
2009-03-13use Session::master_out() to find the master out route, and avoid crash durin...Paul Davis
2009-02-18Mini stylistic 3.0 merge.David Robillard
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ...Paul Davis
2008-11-26Make the wiimote code appear in the source packageSampo Savolainen
2008-11-20Fast enough, Paul?Sampo Savolainen
2008-11-13Fix warnings.David Robillard
2008-11-13Report init/callback thread to the frameworkSampo Savolainen
2008-11-10More sane status led for transportSampo Savolainen
2008-11-10Das Wiimote Blinkenlights!Sampo Savolainen
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ...Paul Davis
2008-11-04Don't wait in vain for 1 second when quitting before wiimote is boundSampo Savolainen
2008-11-02Bind home button to move the playhead to marker. Also stop extra thread after...Sampo Savolainen
2008-11-01By mistake, pressing B was connected to a function callSampo Savolainen
2008-11-01Wiimote control surface. Bind one wiimote by pressing 1+2 after the surface m...Sampo Savolainen
2008-09-19Fix classic memory error.David Robillard
2008-07-30committed build changes needed for leopard buildJesse Chappell
2008-07-14Another gcc 4.3 includeDoug McLain
2008-07-10Replaced some c includes with their c++ wrappersDoug McLain
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-04-20Removed unnecessary libusb dependency for libardour_cp.soSampo Savolainen
2008-04-17AccessAction() OSC patch from Ryan ScottPaul Davis
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people to...Paul Davis
2008-01-22centralized "is this OS X" definition in build scriptsPaul Davis
2008-01-05Change MackiePort usage to SurfacePort. Add DummyPort for when the real port ...John Anderson
2007-12-30Make Mackie timecode display work. Not fully tested because I don't have a Ma...John Anderson
2007-12-23Routes made inactive will be bank-switched out. Add remove last capture and s...John Anderson
2007-12-17slightly better cleanup, and some debug outputJohn Anderson
2007-09-272 patches from jdavisp3; remove some debugging output from generic MIDI; rati...Paul Davis
2007-09-27auto-re-connect ALSA seq ports at startup, if they were connected; may break ...Paul Davis
2007-09-18Code to prevent unnecessary automation midi transmits was preventing updates ...John Anderson
2007-09-09pad out lcd sdisplay strings to 6 chars with spaces to overwrite previous tra...John Anderson
2007-09-09more changes to reduce unnecessary midi messages. Also, don't throw an except...John Anderson
2007-09-09don't write automation bytes unless something has actually changed in the aut...John Anderson