summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-07-03bundle a-compRobin Gareus
2016-07-02only reconfigure lua DSP plugins if channelcount changesRobin Gareus
2016-07-02extend lua API:Robin Gareus
2016-07-02remove Session::get_nth_stripable.ccPaul Davis
2016-07-01OSC: Account for some select edge casesLen Ovens
2016-07-01OSC: make sure out of bank strip can not be converted to a stripable.Len Ovens
2016-07-01OSC: Don't look for which stripable is selected until we actually need it, It...Len Ovens
2016-07-01OSC: Change all time feedback to /position/<type>Len Ovens
2016-07-01use correct property when PresentationInfo::color is set from XMLPaul Davis
2016-07-01fix logic of PresentationInfo::color_set()Paul Davis
2016-07-01add the potential for a bit more debugging of signal connectsPaul Davis
2016-07-01add the potential for a bit more debugging of signal connectsPaul Davis
2016-07-01fix jack_port_rename() detectionRobin Gareus
2016-07-01some debug message for lua processorsRobin Gareus
2016-06-30use initialization, not explicit assignmentPaul Davis
2016-06-29OSC: Select tweak.Len Ovens
2016-06-29OSC: Reworked select to follow Gui selected strip regardless of it's inclusio...Len Ovens
2016-06-28remove debug output and add a few suggestive commentsPaul Davis
2016-06-28changes in logic used by source cleanup to avoid endless recursion in session...Paul Davis
2016-06-28ignore automation for non-automatables.Robin Gareus
2016-06-28some more translation fixesRobin Gareus
2016-06-28tweak b7e645ec6, use session start/end positionRobin Gareus
2016-06-27switching to "touch" implies existing automation.Robin Gareus
2016-06-26add a debug mode (in synth) to track down lost note-onRobin Gareus
2016-06-26Enable build for FreeBSD (part 1/2)Robin Gareus
2016-06-26Use correct type of std::map::countSam Thursfield
2016-06-25fix typoRobin Gareus
2016-06-25fix typos in prev commitRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-06-25Fix counting thinko in tests.nick_m
2016-06-23more tweaks to HTML output when printing key bindingsPaul Davis
2016-06-22OSC: master/monitor forced to sort at endLen Ovens
2016-06-22OSC: Fix math off by one, Check for all stripable controls because VCAs have ...Len Ovens
2016-06-22another C++98 fixRobin Gareus
2016-06-22fix gcc4 builds C++98Robin Gareus
2016-06-21OSC: Might help if I used the right variable, Really fix select.Len Ovens
2016-06-21OSC: Fix out of range track. (crash)Len Ovens
2016-06-21OSC: Add strip type selection.Len Ovens
2016-06-21always run amp/trim LPFRobin Gareus
2016-06-21use new keyboard modifier names, and replace GDK names with better versionsPaul Davis
2016-06-21provide some Keyboard:: methods to get access to other versions of modifier n...Paul Davis
2016-06-20some modest improvements in the html rendering of key bindings, plus use of n...Paul Davis
2016-06-18Remove confusion over ambiguous symbolsJohn Emmas
2016-06-18Make sure MSVC knows which version of 'floor()' we wantJohn Emmas
2016-06-18Use Glib::usleep() for consistencyJohn Emmas
2016-06-17fix upsampling import of X-channel files where buffersize % X != 0Robin Gareus
2016-06-16OSC: take care of track order changes too. Deal with mixer topology changes o...Len Ovens
2016-06-16OSC: Blank some more feedback values when select observer is destroyed.Len Ovens
2016-06-16set latency of sidechain portRobin Gareus
2016-06-14remove debug output from Pane codePaul Davis