summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
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
2007-09-09only skip markers backwards when transport is rollingJohn Anderson
2007-08-12remove duplicated gain_to_slider functionsJohn Anderson
2007-08-09Finally nailed the mysterious fader update bug, thanks to Giso Grimm. Also mo...John Anderson
2007-08-09even more debug output, aimed at finding the mysterious fader bugJohn Anderson
2007-08-09quieten down Powermate control surface discoveryPaul Davis
2007-08-08mo betta debugging outoutJohn Anderson
2007-08-08fix for #3 mute button not lighting at startup. Because LCD messages sent as ...John Anderson
2007-08-01#ifdef around debug cout calls. Make sure -DDEBUG is passed to compiler.John Anderson
2007-08-01fixes for OS X compilationPaul Davis
2007-07-31remove some extraneous codeJohn Anderson
2007-07-31Add Control::in_use. Add a timeout-generated stop event to Pot.John Anderson
2007-07-31Use correct install path for powermate control surface module on x86_64. Fixe...Tim Mayberry
2007-07-30pass a Strip & to strip_display instead of integer. Implement and use strip_d...John Anderson
2007-07-22more notes and comments and tingsJohn Anderson
2007-07-22improve generation of surfaces from csv files. Move generated code into separ...John Anderson
2007-07-21fix fader position calculation. Some indenting.John Anderson