summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2007-07-20make scrolling work. various comments and TODO cleanupsJohn Anderson
2007-07-19Jog Wheel Fun:John Anderson
2007-07-18add README. small updates to TODOJohn Anderson
2007-07-18make sure marker_previous button can go past the previous marker if pressed t...John Anderson
2007-07-18Beginnings of writing to the LCD strip display. Some other tweaks and output ...John Anderson
2007-07-18And some comments to explain supports_feedback : false.John Anderson
2007-07-18Turn off the feedback flag, cos feedback is always on. And hopefully better s...John Anderson
2007-07-17allow surface to work with linked panners on stereo input tracks/bussesJohn Anderson
2007-07-17fix for overlapping control ids (jog wheel with F7 and external with left)John Anderson
2007-07-16better variables. Display warning if duplicate control ids are encountered.John Anderson
2007-07-04ifdefs for debug output. Fix host.rbJohn Anderson
2007-07-04move button handlers closer to their friendsJohn Anderson
2007-07-03updated scons to make powermate optional and defaults to off when not on linuxJesse Chappell
2007-06-28add basic support for the griffin powermate (a control surface) (from ben lof...Paul Davis
2007-05-07merge changes from trunkPaul Davis
2007-04-15ffwd/rew to +-4John Anderson
2007-04-11button to add new marker location at current transport positionJohn Anderson
2007-04-11add ffwd and rewind, and use frmm_left and frm_right for marker prev/next. Re...John Anderson
2007-04-07better variable name for midi feedback fighter. added MCU midi port to syste...Jesse Chappell
2007-04-07fixed midi control feedback fightingJesse Chappell
2007-04-05A fix to make MIDI controller state save properly, also fixed a bind cancel r...Sampo Savolainen
2007-03-17Warning fix.David Robillard
2007-03-13no more strerror_rJohn Anderson
2007-03-13Fixed error handling to use XSI strerror_r(), not the GNU version.Taybin Rutkin
2007-03-11implement button for global soloJohn Anderson
2007-03-11to fix the abort on shutdown bug, make sure SurfacePort destructor doesn't ki...John Anderson
2007-03-10clean up shutdownJohn Anderson
2007-03-09Stop trying to talk to device on startup. Remap some bcf buttons.John Anderson
2007-03-09Finish automation polling. Get rid of strip_from_route.John Anderson
2007-03-09poll for automationJohn Anderson
2007-03-09just return an empty buffer if the port read failsJohn Anderson
2007-03-02add locks around port read/write. Much more stable on startup now.John Anderson
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-02-23Replaces tabs with spaces in python file.Taybin Rutkin
2007-02-23sndfile include fix for tranzport code as wellPaul Davis
2007-02-22sndfile including fix.Taybin Rutkin
2007-02-20new (commented) continuous scroll from ben; fix for max() issues in MCP codePaul Davis
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ...Paul Davis
2007-02-20update surface when remote ids changeJohn Anderson
2007-02-19make transport buttons and shuttle controller work with MIDI CC'sPaul Davis
2007-02-19update to include needed stdint.h on slightly older gccJesse Chappell
2007-02-17Don't add duplicate remote_control_id to active banks. Notes and tweaks.John Anderson
2007-02-16Fix for building on MacOS X.Taybin Rutkin
2007-02-15Fix two small bugs in ControlProtocolManager:John Anderson
2007-02-14merge r1449 from surfaces branch to include mackie surface and tranzport upda...John Anderson
2007-01-07Warning fixes.David Robillard
2007-01-03do proper install on x86_64 system, remove stupid debuggig code from panner, ...Paul Davis
2006-12-29Mike Taht's great work on the tranzport driver.Sampo Savolainen
2006-12-20small but major fix for Controllable state storage (do not create illegal XML...Paul Davis
2006-12-19next step of generic MIDI feedback fix - remove static _send_feedback from MI...Paul Davis