summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-10-08add 8kHz as an available export format sample ratePaul Davis
2012-10-08add unit tests to midi++ and assorted bugfixes for midnam_patch.ccHans Baier
2012-10-04drop connections to incoming MIDI signals before deleting MTC Slave objectPaul Davis
2012-10-01do not add in ticks in the "at" position when computing BBT duration somewher...Paul Davis
2012-09-27different version of previous commit that leaves previous semantics intact un...Paul Davis
2012-09-27when deciding monitoring state, only consider the session to be in global rec...Paul Davis
2012-09-19mark session dirty when route active status changesPaul Davis
2012-09-17fix missing variable initializationPaul Davis
2012-09-16Support latest options extension.David Robillard
2012-09-12fix a couple of errors in zh.po filesPaul Davis
2012-09-12add chinese translation from Rui-huai ZhangPaul Davis
2012-09-09comment tweaks from a second readingPaul Davis
2012-09-09remove unused codePaul Davis
2012-09-08Consistent style.David Robillard
2012-09-08I think Region::can_move() should take into account _lockedCarl Hetherington
2012-09-04Fix end-of-input-handling in silence trimmerSakari Bergen
2012-09-01Reset pending_locate_roll in all cases, not just when theCarl Hetherington
2012-08-30Fix compilation without svn lv2.David Robillard
2012-08-29Implement latest buf-size extension via new options extension.David Robillard
2012-08-29added missing header includeRobin Gareus
2012-08-28LV2: amend previous commit, respect replicated plugin instancesRobin Gareus
2012-08-28LV2: allocate dedicated buffers for [non-midi] event-ports.Robin Gareus
2012-08-28LV2 worker: prevent corruption of ringbufferRobin Gareus
2012-08-27fix LV2 workerRobin Gareus
2012-08-27dedicated LV2 non-MIDI atom-event-port handlingRobin Gareus
2012-08-21Create and realize LV2 UI container before instantiating (required for proper...David Robillard
2012-08-18Fix some const-violating casts.David Robillard
2012-08-18Add debug trace for LV2 like the other APIs.David Robillard
2012-08-17LV2 log extension support.David Robillard
2012-08-17Fix const violating case.David Robillard
2012-08-16make --disable-plugins/-d work again, probablyPaul Davis
2012-08-10undo that last commitPaul Davis
2012-08-10fix for OS X builds with new prototype C warning flagsPaul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-08-09test a different approach to propagating plugin parameter changes (VST only f...Paul Davis
2012-08-09when sending notice of a change in a plugin parameter value, send the current...Paul Davis
2012-08-09more vst parameter related stuffPaul Davis
2012-08-09more vst parameter related stuffPaul Davis
2012-08-09VST parameter setting tweakPaul Davis
2012-08-09use new floateq() to check VST plugin parameter equalityPaul Davis
2012-08-09new file containing very clever code for floating point "equality" comparisonsPaul Davis
2012-08-09more VST parameter debuggingPaul Davis
2012-08-08some VST parameter mgmt debuggingPaul Davis
2012-08-08Fix more tab width assumption mess caused by Paul's misconfigured editor.David Robillard
2012-08-08Support new LV2 buf-size extension if a new enough (currently svn) LV2 is pre...David Robillard
2012-07-29trying to track down why undo doesn't remove xfade rendering on OS XPaul Davis
2012-07-28Add missing #includes to some testsSakari Bergen
2012-07-26if a request to reset the speed to zero as the default arrives when stopped, ...Paul Davis
2012-07-26replace deprecated g_atomic_int_exchange_add()Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis