summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-11-25restore measured Insert latencyRobin Gareus
2015-11-25faderport: track GUI selection, use first selected route; implement mute, sol...Paul Davis
2015-11-25faderport: put back the working version of operations.ccPaul Davis
2015-11-24stub file to enable nightly buildsBen Loftis
2015-11-24faderport: more global button functions addedPaul Davis
2015-11-24add goto_zero() function for BasicUIPaul Davis
2015-11-24faderport: more interesting behaviour for the play button (locate to last sta...Paul Davis
2015-11-24clarify a DEBUG_TRACE remarkPaul Davis
2015-11-24faderport: make loop, prev marker, next marker and marker buttons do stuffPaul Davis
2015-11-24add debug "bits" for FaderPortPaul Davis
2015-11-24faderport: allow forcing LED state for use in ::all_lights_out()Paul Davis
2015-11-24faderport: fix modifiers for rewind, stop, undo etc ; listen to session trans...Paul Davis
2015-11-24fadeport: restructure button info actions to allow modifiers (shift, rewind, ...Paul Davis
2015-11-24give the faderport its own thread and event loop, rather than riding on the b...Paul Davis
2015-11-24faderport: after connecting, turn off all lights, then party with them, then ...Paul Davis
2015-11-24add some faderport infrastructure for button handling, and bind up the transp...Paul Davis
2015-11-24namespace and filename cleanupPaul Davis
2015-11-25Prevent crash at session-close when analysing.Robin Gareus
2015-11-24remove debugging outputPaul Davis
2015-11-24create data structure to handle the fact that faderport firmware 1.38 uses di...Paul Davis
2015-11-24get faderport i/o working, basics of identifying control activityPaul Davis
2015-11-24rough-in for faderport protocol backendBen Loftis
2015-11-24prevent concurrent peak-file init.Robin Gareus
2015-11-24update configure time tests and code to use libsndfile 1.0.26's version of th...Paul Davis
2015-11-23allow use of (N)RPN messages in generic MIDI binding maps (UNTESTED)Paul Davis
2015-11-23more corrections for libmidi++ (N)RPN APIPaul Davis
2015-11-23change API for libmidi++ RPN-related signals to be more usefulPaul Davis
2015-11-23add (N)RPN handling to libmidi++Paul Davis
2015-11-23make copies of global lists before extendingNils Philippsen
2015-11-21cont'd 20262abe (keep all playlists)Robin Gareus
2015-11-21prepare "delete all playlists" cleanup optionRobin Gareus
2015-11-21fix playlist refcount on track un-freeze.Robin Gareus
2015-11-21remove cruftRobin Gareus
2015-11-20prevent deletion of playlists on frozen tracks:Robin Gareus
2015-11-20add API to read snapshot name from instant.xmlRobin Gareus
2015-11-20remember in-use snapshot/session name in instant.xmlRobin Gareus
2015-11-20remove cruftRobin Gareus
2015-11-19provide user preference for pre-rollBen Loftis
2015-11-19remove debug messageRobin Gareus
2015-11-19line-wrap fatal message (that's not done automatically)Robin Gareus
2015-11-19allow to rename the session root folder - fixes #6557Robin Gareus
2015-11-19Fix windows build when using pthreads-win32 libraryTim Mayberry
2015-11-19Use a range of values for ASIO buffer sizes if provided by driverTim Mayberry
2015-11-19Add support for callback API to portaudio backend but keep blocking API as de...Tim Mayberry
2015-11-18add dedicated API to check plugin classRobin Gareus
2015-11-18reduce math weirdness (thanks to Steven Yi)Robin Gareus
2015-11-17use thread private data **pointer** correctly for Stateful::ID regenerationPaul Davis
2015-11-16fix inadvertently commit error related to at-process-exit deletion for thread...Paul Davis
2015-11-16correct value testing for Stateful thread-private variable controlling ID reg...Paul Davis
2015-11-14get PlaylistDisposition argument of Session::new_route_from_template() workingPaul Davis