summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Collapse)Author
2009-03-13deeper fixes for route issue/s .. make RouteSignal use shared_ptr<Route> ↵Paul Davis
rather than Route&, like the rest of Ardour. NOTE: something probably needs to handle Route::GoingAway git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4830 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-13use Session::master_out() to find the master out route, and avoid crash ↵Paul Davis
during startup of mackie support if there is no master git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4827 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-18Mini stylistic 3.0 merge.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4624 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ↵Paul Davis
track indexing; carl's patches for insert-time and double-click on redirect boxes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4279 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-26Make the wiimote code appear in the source packageSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4264 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-20Fast enough, Paul?Sampo Savolainen
Make the wiimote rediscover if disconnected. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4225 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-13Fix warnings.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4155 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-13Report init/callback thread to the frameworkSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4154 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-10More sane status led for transportSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4133 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-10Das Wiimote Blinkenlights!Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ↵Paul Davis
call it simultaneously; increase FUDGE distance for GTK/X11 when sizing comboboxselectors in editor git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4099 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-04Don't wait in vain for 1 second when quitting before wiimote is boundSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4094 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-02Bind home button to move the playhead to marker. Also stop extra thread ↵Sampo Savolainen
after the wiimote is connected. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4081 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-01By mistake, pressing B was connected to a function callSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4080 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-01Wiimote control surface. Bind one wiimote by pressing 1+2 after the surface ↵Sampo Savolainen
module is loaded. You need to bind every time you start ardour: A Toggle play/stop D-pad: Up/Down: scroll tracks in the editor Left/Right: move playhead (nudge) +/- Zoom 1 Arm selected track(s) for recording 2 Toggle recording As an extra, if you press down B and then A to stopp recording pass, Ardour scraps the recorded audio. This is a work in progress. Please test. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4079 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-19Fix classic memory error.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3766 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-30committed build changes needed for leopard buildJesse Chappell
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3650 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-14Another gcc 4.3 includeDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3606 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-10Replaced some c includes with their c++ wrappersDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3584 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ↵Paul Davis
for ongoing work on video sync; debugging output for export precision problem; minor clean up to IO::find_possible_connection(); fix up a few signed/unsigned issues; make "feature lines" always be the right height as tracks resize; change version to 2.5 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3517 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-20Removed unnecessary libusb dependency for libardour_cp.soSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3271 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-17AccessAction() OSC patch from Ryan ScottPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3258 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people ↵Paul Davis
to experiment with (probably needs a little work) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3164 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-22centralized "is this OS X" definition in build scriptsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2954 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-05Change MackiePort usage to SurfacePort. Add DummyPort for when the real port ↵John Anderson
goes away. Do some checks to not use alsa/sequencer and device=ardour ports. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2830 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-30Make Mackie timecode display work. Not fully tested because I don't have a ↵John Anderson
Mackie. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2818 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-23Routes made inactive will be bank-switched out. Add remove last capture and ↵John Anderson
save buttons on the bcf. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2813 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-17slightly better cleanup, and some debug outputJohn Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2788 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-272 patches from jdavisp3; remove some debugging output from generic MIDI; ↵Paul Davis
rationalize string usage in SoundFileOmega; allow "mode hint" when using SoundFileOmega; restore context menu import functionality; bump to v2.1 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2490 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-27auto-re-connect ALSA seq ports at startup, if they were connected; may break ↵Paul Davis
OS X compilation till tomorrow morning (US Eastern TZ) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2489 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-18Code to prevent unnecessary automation midi transmits was preventing updates ↵John Anderson
on bank switches. This fixes it. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2469 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09pad out lcd sdisplay strings to 6 chars with spaces to overwrite previous ↵John Anderson
track name git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2442 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09more changes to reduce unnecessary midi messages. Also, don't throw an ↵John Anderson
exception on port write overflow. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2441 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09don't write automation bytes unless something has actually changed in the ↵John Anderson
automated gain/pan control git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2440 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-09only skip markers backwards when transport is rollingJohn Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2428 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-12remove duplicated gain_to_slider functionsJohn Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2291 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-09Finally nailed the mysterious fader update bug, thanks to Giso Grimm. Also ↵John Anderson
move Strip::add out to controls.cc from surface.cc git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2282 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-09even more debug output, aimed at finding the mysterious fader bugJohn Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2281 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-09quieten down Powermate control surface discoveryPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2280 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-08mo betta debugging outoutJohn Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2273 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-08fix for #3 mute button not lighting at startup. Because LCD messages sent as ↵John Anderson
straight bytes instead of sysex msg. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2271 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-01#ifdef around debug cout calls. Make sure -DDEBUG is passed to compiler.John Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2209 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-01fixes for OS X compilationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2206 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-31remove some extraneous codeJohn Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2198 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-31Add Control::in_use. Add a timeout-generated stop event to Pot.John Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2197 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-31Use correct install path for powermate control surface module on x86_64. ↵Tim Mayberry
Fixes bug 1764. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2194 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-30pass a Strip & to strip_display instead of integer. Implement and use ↵John Anderson
strip_display_blank. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2186 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-22more notes and comments and tingsJohn Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2173 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-22improve generation of surfaces from csv files. Move generated code into ↵John Anderson
separate files from written code. Various comments and tweaks. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2172 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-21fix fader position calculation. Some indenting.John Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2171 d708f5d6-7413-0410-9779-e7cbd77b26cf