summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/surface_port.cc
AgeCommit message (Expand)Author
2007-08-01#ifdef around debug cout calls. Make sure -DDEBUG is passed to compiler.John Anderson
2007-07-21optimisations on control paths that are used for every midi eventJohn Anderson
2007-07-20removed used of MIDI::Port::number() from mackie surface codePaul Davis
2007-07-19Jog Wheel Fun:John Anderson
2007-07-18Beginnings of writing to the LCD strip display. Some other tweaks and output ...John Anderson
2007-07-04ifdefs for debug output. Fix host.rbJohn Anderson
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-11to fix the abort on shutdown bug, make sure SurfacePort destructor doesn't ki...John Anderson
2007-03-09Stop trying to talk to device on startup. Remap some bcf buttons.John 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-14merge r1449 from surfaces branch to include mackie surface and tranzport upda...John Anderson