LV2 support.
[ardour.git] / libs / surfaces /
2008-01-05 John AndersonChange MackiePort usage to SurfacePort. Add DummyPort...
2007-12-30 John AndersonMake Mackie timecode display work. Not fully tested...
2007-12-23 John AndersonRoutes made inactive will be bank-switched out. Add...
2007-12-17 John Andersonslightly better cleanup, and some debug output
2007-09-27 Paul Davis2 patches from jdavisp3; remove some debugging output...
2007-09-27 Paul Davisauto-re-connect ALSA seq ports at startup, if they...
2007-09-18 John AndersonCode to prevent unnecessary automation midi transmits...
2007-09-09 John Andersonpad out lcd sdisplay strings to 6 chars with spaces...
2007-09-09 John Andersonmore changes to reduce unnecessary midi messages. Also...
2007-09-09 John Andersondon't write automation bytes unless something has actua...
2007-09-09 John Andersononly skip markers backwards when transport is rolling
2007-08-12 John Andersonremove duplicated gain_to_slider functions
2007-08-09 John AndersonFinally nailed the mysterious fader update bug, thanks...
2007-08-09 John Andersoneven more debug output, aimed at finding the mysterious...
2007-08-09 Paul Davisquieten down Powermate control surface discovery
2007-08-08 John Andersonmo betta debugging outout
2007-08-08 John Andersonfix for #3 mute button not lighting at startup. Because...
2007-08-01 John Anderson#ifdef around debug cout calls. Make sure -DDEBUG is...
2007-08-01 Paul Davisfixes for OS X compilation
2007-07-31 John Andersonremove some extraneous code
2007-07-31 John AndersonAdd Control::in_use. Add a timeout-generated stop event...
2007-07-31 Tim MayberryUse correct install path for powermate control surface...
2007-07-30 John Andersonpass a Strip & to strip_display instead of integer...
2007-07-22 John Andersonmore notes and comments and tings
2007-07-22 John Andersonimprove generation of surfaces from csv files. Move...
2007-07-21 John Andersonfix fader position calculation. Some indenting.
2007-07-21 John Andersonpanning left works again
2007-07-21 John Andersonoptimisations on control paths that are used for every...
2007-07-20 Paul Davisremoved used of MIDI::Port::number() from mackie surfac...
2007-07-20 John Andersonmake scrolling work. various comments and TODO cleanups
2007-07-19 John AndersonJog Wheel Fun:
2007-07-18 John Andersonadd README. small updates to TODO
2007-07-18 John Andersonmake sure marker_previous button can go past the previo...
2007-07-18 John AndersonBeginnings of writing to the LCD strip display. Some...
2007-07-18 John AndersonAnd some comments to explain supports_feedback : false.
2007-07-18 John AndersonTurn off the feedback flag, cos feedback is always...
2007-07-17 John Andersonallow surface to work with linked panners on stereo...
2007-07-17 John Andersonfix for overlapping control ids (jog wheel with F7...
2007-07-16 John Andersonbetter variables. Display warning if duplicate control...
2007-07-04 John Andersonifdefs for debug output. Fix host.rb
2007-07-04 John Andersonmove button handlers closer to their friends
2007-07-03 Jesse Chappellupdated scons to make powermate optional and defaults...
2007-06-28 Paul Davisadd basic support for the griffin powermate (a control...
2007-05-07 Paul Davismerge changes from trunk
2007-04-15 John Andersonffwd/rew to +-4
2007-04-11 John Andersonbutton to add new marker location at current transport...
2007-04-11 John Andersonadd ffwd and rewind, and use frmm_left and frm_right...
2007-04-07 Jesse Chappellbetter variable name for midi feedback fighter. added...
2007-04-07 Jesse Chappellfixed midi control feedback fighting
2007-04-05 Sampo SavolainenA fix to make MIDI controller state save properly,...
2007-03-17 David RobillardWarning fix.
2007-03-13 John Andersonno more strerror_r
2007-03-13 Taybin RutkinFixed error handling to use XSI strerror_r(), not the...
2007-03-11 John Andersonimplement button for global solo
2007-03-11 John Andersonto fix the abort on shutdown bug, make sure SurfacePort...
2007-03-10 John Andersonclean up shutdown
2007-03-09 John AndersonStop trying to talk to device on startup. Remap some...
2007-03-09 John AndersonFinish automation polling. Get rid of strip_from_route.
2007-03-09 John Andersonpoll for automation
2007-03-09 John Andersonjust return an empty buffer if the port read fails
2007-03-02 John Andersonadd locks around port read/write. Much more stable...
2007-02-28 Paul Davisremove Id: lines from many/all headers and some more...
2007-02-23 Taybin RutkinReplaces tabs with spaces in python file.
2007-02-23 Paul Davissndfile include fix for tranzport code as well
2007-02-22 Taybin Rutkinsndfile including fix.
2007-02-20 Paul Davisnew (commented) continuous scroll from ben; fix for...
2007-02-20 Paul Davismake MMC work again, make tracing MIDI input work again...
2007-02-20 John Andersonupdate surface when remote ids change
2007-02-19 Paul Davismake transport buttons and shuttle controller work...
2007-02-19 Jesse Chappellupdate to include needed stdint.h on slightly older gcc
2007-02-17 John AndersonDon't add duplicate remote_control_id to active banks...
2007-02-16 Taybin RutkinFix for building on MacOS X.
2007-02-15 John AndersonFix two small bugs in ControlProtocolManager:
2007-02-14 John Andersonmerge r1449 from surfaces branch to include mackie...
2007-01-07 David RobillardWarning fixes.
2007-01-03 Paul Davisdo proper install on x86_64 system, remove stupid debug...
2006-12-29 Sampo SavolainenMike Taht's great work on the tranzport driver.
2006-12-20 Paul Davissmall but major fix for Controllable state storage...
2006-12-19 Paul Davisnext step of generic MIDI feedback fix - remove static...
2006-12-08 Nick MainsbridgeUnbreak SMPTE ruler at non-30fps rates. Display 60fps...
2006-11-30 Paul Davisbuild tweaks to include tranzport code in tarball
2006-11-25 Tim MayberryAllow generic_midi control surface to compile by adding...
2006-11-20 Paul Davisdeeper fixes for 80/100 subframes choice
2006-11-07 Paul Davisuse libsndfile in include path for control protocol lib
2006-11-02 Paul Davisupdate tranzport code
2006-11-02 Paul Davisremove broken loop button behaviour, and don't remove...
2006-10-26 Paul Davisrec-light patch from jim duchek (thanks!)
2006-10-13 Paul Davissession export starts from session start marker; add...
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-10-05 Paul DavisGeneric MIDI control now saves+restores its state;...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-26 David RobillardFix for building with SURFACES=1 (new config system...
2006-09-25 Paul Davisthe BIG CONFIG patch
2006-08-12 Hans Fugal r259@gwythaint (orig r799): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r321@gandalf: fugalh | 2006-08-12 15:48:28 -0600
2006-08-11 Hans FugalRect fix
2006-08-10 Hans Fugalhistory snapshot name
2006-08-09 Hans Fugal r229@gwythaint (orig r769): fugalh | 2006-08-09 08...
2006-08-09 Hans Fugal r283@gandalf: fugalh | 2006-08-09 08:13:37 -0600
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
next