Yamaha-PSR-S900.midnam: correct organ flutes, duplicate settings generated from fault...
[ardour.git] / libs /
2012-10-10 Hans Baierenable and extend EVORAL_MIDI_XML. Useful for Debugging...
2012-10-10 Hans Baierwhitespace
2012-10-09 Hans Baierevoral/MIDIEvent: Whitespace cosmetics in header, make...
2012-10-09 Hans Baieradd missing unit test runner shell script for midi++
2012-10-09 Hans Baierfix insidious bugs in midnam_patch.cc which account...
2012-10-09 Hans BaierAdd patchfile for Yamaha PSR-S900, add unit test for...
2012-10-09 Hans Baierfix whitespace in libs/midi++2/midi++/midnam_patch.h
2012-10-08 Paul Davisadd 8kHz as an available export format sample rate
2012-10-08 Hans Baieradd unit tests to midi++ and assorted bugfixes for...
2012-10-04 Paul Davisdrop connections to incoming MIDI signals before deleti...
2012-10-01 Paul Davisdo not add in ticks in the "at" position when computing...
2012-09-27 Paul Davisdifferent version of previous commit that leaves previo...
2012-09-27 Paul Daviswhen deciding monitoring state, only consider the sessi...
2012-09-19 Paul Davismark session dirty when route active status changes
2012-09-17 Paul Davisfix missing variable initialization
2012-09-16 David RobillardSupport latest options extension.
2012-09-12 Paul Davisfix a couple of errors in zh.po files
2012-09-12 Paul Davisadd chinese translation from Rui-huai Zhang
2012-09-09 Paul Daviscomment tweaks from a second reading
2012-09-09 Paul Davisremove unused code
2012-09-08 David RobillardConsistent style.
2012-09-08 Carl HetheringtonI think Region::can_move() should take into account...
2012-09-04 Sakari BergenFix end-of-input-handling in silence trimmer
2012-09-01 Carl HetheringtonReset pending_locate_roll in all cases, not just when the
2012-08-30 David RobillardFix compilation without svn lv2.
2012-08-29 David RobillardImplement latest buf-size extension via new options...
2012-08-29 Robin Gareusadded missing header include
2012-08-28 Robin GareusLV2: amend previous commit, respect replicated plugin...
2012-08-28 Robin GareusLV2: allocate dedicated buffers for [non-midi] event...
2012-08-28 Robin GareusLV2 worker: prevent corruption of ringbuffer
2012-08-27 Robin Gareusfix LV2 worker
2012-08-27 Robin Gareusdedicated LV2 non-MIDI atom-event-port handling
2012-08-21 David RobillardCreate and realize LV2 UI container before instantiatin...
2012-08-18 David RobillardFix some const-violating casts.
2012-08-18 David RobillardAdd debug trace for LV2 like the other APIs.
2012-08-17 David RobillardLV2 log extension support.
2012-08-17 David RobillardFix const violating case.
2012-08-16 Paul Davismake --disable-plugins/-d work again, probably
2012-08-10 Paul Davisundo that last commit
2012-08-10 Paul Davisfix for OS X builds with new prototype C warning flags
2012-08-10 Paul Davisadd -Wpointer-arith -Wcast-qual -Wcast-align and others...
2012-08-09 Paul Davistest a different approach to propagating plugin paramet...
2012-08-09 Paul Daviswhen sending notice of a change in a plugin parameter...
2012-08-09 Paul Davismore vst parameter related stuff
2012-08-09 Paul Davismore vst parameter related stuff
2012-08-09 Paul DavisVST parameter setting tweak
2012-08-09 Paul Davisuse new floateq() to check VST plugin parameter equality
2012-08-09 Paul Davisnew file containing very clever code for floating point...
2012-08-09 Paul Davismore VST parameter debugging
2012-08-08 Paul Davissome VST parameter mgmt debugging
2012-08-08 David RobillardFix more tab width assumption mess caused by Paul's...
2012-08-08 David RobillardSupport new LV2 buf-size extension if a new enough...
2012-07-29 Paul Davistrying to track down why undo doesn't remove xfade...
2012-07-28 Sakari BergenAdd missing #includes to some tests
2012-07-26 Paul Davisif a request to reset the speed to zero as the default...
2012-07-26 Paul Davisreplace deprecated g_atomic_int_exchange_add()
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-25 Paul Davischeck for multiple tempo/meter marks at the same locati...
2012-07-24 Paul Davisremove use of boost::thread/boost::mutex; bump glibmm...
2012-07-24 Paul Davisa bit more output from -D audioplayback, to help thorst...
2012-07-23 Paul Davisanother fix for apple's absurd un-namespaced global...
2012-07-23 Paul Davisforward-port generic MIDI and transport controllable...
2012-07-19 Paul Davismore work on RID and editor/mixer order matching; when...
2012-07-17 Paul Davismake it possible to (and actually do) name insert and...
2012-07-17 Paul Davisupdated RU translations from alexander prokoudine
2012-07-17 Paul Davisi18n fixes from alexander prokoudine (#5016)
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-07-16 Paul Davisdo NOT mark imported MIDI files as un-writable - all...
2012-07-16 Paul Daviscode motion to put Sequence::{add,append}_patch_changed...
2012-07-16 Paul Davisadd some Evoral enums to the enumwriter (seems a bit...
2012-07-14 Paul Davisfix up part of the remaining details with automation...
2012-07-14 Paul Davisfix OS X compilation
2012-07-13 Paul Davisadd missing files
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-12 Paul DavisAU version of break recursive loops of Plugin::paramete...
2012-07-12 Paul Davisbreak recursive loops of Plugin::parameter_changed...
2012-07-11 Paul Davisreinstate thread buffer debug output
2012-07-11 Paul Davisforce I/O selector windows to stay-on-top (experimental)
2012-07-11 Paul Davisremove unusued signals inadvertently added during previ...
2012-07-11 Paul Davistry to fix crashes due to not-enough-per-thread-buffers...
2012-07-11 Paul Davisadd StartTouch and EndTouch signals to Plugin class...
2012-07-11 Paul Davisdebugging for process thread issues
2012-07-11 Paul Davisfix propagation of parameter changes from Plugin to...
2012-07-11 Paul Davisimproved version of last commit, for tracking plugin...
2012-07-11 Paul Davisupdate automatable parameter's Evoral::Control object...
2012-07-09 Paul Davisautomation fixes/changes: when add a new control point...
2012-07-09 Paul Davisset fader and plugin parameter automation curve default...
2012-07-08 David RobillardReport correct time instead of old time when locating...
2012-07-07 David RobillardFix Jack transport master after session load.
2012-07-06 Paul Davisdo not deactivate the meter in a frozen track
2012-07-05 Carl HetheringtonDon't rename playlists on rename track if the track...
2012-07-04 Carl HetheringtonRevert erroneous commit 12922 and replace with a better fix
2012-07-02 Sakari BergenFix the ProcessContext copy-ctor stuff for older compil...
2012-07-01 Sakari BergenProbably fix warnings on Apple's gcc
2012-06-28 Paul Davisfurther efforts at cleaning up the design of the intera...
2012-06-28 Carl HetheringtonFix missing lock causing erroneous disk space reports...
2012-06-28 Carl HetheringtonConnect to controllable->Destroyed in all cases; fixes...
2012-06-28 Carl HetheringtonAdd what I think is a missing lock when reading control...
2012-06-28 Paul Davisfix MIDI binding stuff when the controllable does actua...
2012-06-27 Paul Davisfirst pass at the big rethink of managing sort order...
next