summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2012-07-25check for multiple tempo/meter marks at the same location, which somehow ardo...Paul Davis
2012-07-24remove use of boost::thread/boost::mutex; bump glibmm requirement to 2.30 in ...Paul Davis
2012-07-24a bit more output from -D audioplayback, to help thorsten track down a crash/...Paul Davis
2012-07-23another fix for apple's absurd un-namespaced global Carbon macros like "check"Paul Davis
2012-07-23forward-port generic MIDI and transport controllable changes from 2.XPaul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-07-17make it possible to (and actually do) name insert and send ports as "return" ...Paul Davis
2012-07-17updated RU translations from alexander prokoudinePaul Davis
2012-07-17i18n fixes from alexander prokoudine (#5016)Paul Davis
2012-07-17lots more fidgety work on automation. sort of works now, but undo/redo needs ...Paul Davis
2012-07-16do NOT mark imported MIDI files as un-writable - all MIDI files are subject t...Paul Davis
2012-07-16code motion to put Sequence::{add,append}_patch_changed_unlocked() next to ea...Paul Davis
2012-07-16add some Evoral enums to the enumwriter (seems a bit odd)Paul Davis
2012-07-14fix up part of the remaining details with automation, so that touch/write ove...Paul Davis
2012-07-14fix OS X compilationPaul Davis
2012-07-13add missing filesPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-12AU version of break recursive loops of Plugin::parameter_changed()->Plugin::P...Paul Davis
2012-07-12break recursive loops of Plugin::parameter_changed()->Plugin::ParameterChange...Paul Davis
2012-07-11reinstate thread buffer debug outputPaul Davis
2012-07-11force I/O selector windows to stay-on-top (experimental)Paul Davis
2012-07-11remove unusued signals inadvertently added during previous plugin-touch-autom...Paul Davis
2012-07-11try to fix crashes due to not-enough-per-thread-buffers by just using more of...Paul Davis
2012-07-11add StartTouch and EndTouch signals to Plugin class; make PluginInsert handle...Paul Davis
2012-07-11debugging for process thread issuesPaul Davis
2012-07-11fix propagation of parameter changes from Plugin to PluginInsert so that auto...Paul Davis