summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie
AgeCommit message (Expand)Author
2014-01-23mackie code does not use poll(2) and so does not need poll.hPaul Davis
2014-01-14merge with masterPaul Davis
2014-01-15NOOP, semantic update, don't pannable's panner for direct access.Robin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-21new CP API and fix several egregious bugs with port handling when switching d...Paul Davis
2013-12-21remove debug outputPaul Davis
2013-12-14fix a crash caused by not checking if MackieControlProtocol::_surfaces_state ...Paul Davis
2013-12-13Mackie Control support now saves & restores port connections for devices not ...Paul Davis
2013-12-13remove some unused code from mackie supportPaul Davis
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to evoral, and make things workPaul Davis
2013-10-17add -fvisibility=hidden to libgtkmm2ext, and make things workPaul Davis
2013-10-17tweak up DLL=1 defs for control surfacesPaul Davis
2013-10-16Merge remote-tracking branch 'remotes/origin/master' into windows+ccJohn Emmas
2013-10-15reduce default height of mackie control GUI, as per #5713Paul Davis
2013-10-15Merge branch 'master' into windowsPaul Davis
2013-10-15fix signed/unsigned issue pointed out by old apple gccPaul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-06tighten up error handling a little bit during various setup functions for Mac...Paul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-09-05'surfaces/mackie' - Platform specific changesJohn Emmas
2013-09-05'surfaces/mackie' - Other minor changes needed for building with MSVCJohn Emmas
2013-09-05'surfaces/mackie' - Comment out some structure field names which MSVC didn't ...John Emmas
2013-09-03Merge branch 'master' into audioenginePaul Davis
2013-09-03Merge branch 'master' into windowsPaul Davis
2013-09-03fix error introduced during recent changes to Mackie control support, involvi...Paul Davis
2013-09-03use visibility macros to control visibility in control surface DLL/DSO'sPaul Davis
2013-08-24fix confusion about whether flip_mode in the Mackie support code is a bool or...Paul Davis
2013-08-14remove misleading + incorrect documentationPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-03-30Fix some compilation warningsJulien de Kozak
2013-03-06for MCP devices that don't handshake, turn them on as soon as we call ::conne...Paul Davis
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2013-01-16add copyright commentsPaul Davis
2012-12-31avoid crash when switching devices in mackie control code, add locks to prote...Paul Davis
2012-12-31avoid crashing in a wierd case (possibly a race) in Mackie supportPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-23Use std::string and Glib instead of pbd/filesystem.h in DeviceProfileTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-16Return silence from read_from_sources() if we try to read a channel that our ...Carl Hetherington
2012-06-16MCP: patch from seablade to fix pot displays (both absolute value and negativ...Paul Davis
2012-06-14Fix uninitialised variable.Carl Hetherington
2012-06-13Fix some uninitialised variable warnings.Carl Hetherington
2012-06-13Small change to Timecode display (SMTPE) in the Mackie.Rodrigo Severo
2012-06-13Prevents a master fader being created without a control at Surface::setup_mas...Rodrigo Severo
2012-06-12Bogus commit to comment commit 12689:Rodrigo Severo