summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Bump Ingen librdf dependency to 1.0.8.David Robillard1-3/+14
2008-05-23Merge improvemennts to MIDI stuff from Ardour.David Robillard1-44/+46
2008-05-01GCC 4.3 fixes.David Robillard3-0/+3
2008-03-14Exit clean on ctrl+c when running engine only.David Robillard1-1/+1
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard3-21/+38
2008-01-07Raul 0.4.0.David Robillard1-2/+3
2008-01-06More verbose LASH console output.David Robillard3-3/+9
2008-01-01RAUL code cleanup.David Robillard3-108/+17
2007-12-12Fix initialisation order warnings.David Robillard1-4/+4
2007-12-07Fix termination of evolution and resumed Jack execution.David Robillard1-1/+4
2007-12-06MIDI robustness fixes.David Robillard1-2/+3
2007-12-03Fix Raul building.David Robillard1-2/+2
2007-11-30Split redland C++ wrappers out from Raul.David Robillard6-691/+0
2007-11-30Less ugly blank node names.David Robillard1-2/+3
2007-11-29Add base URI support to RDF model (ability to write pretty <> in Turtle with ...David Robillard1-10/+14
2007-10-22Stricter limitations for path symbols/names (C symbols, equivalent to lv2:sym...David Robillard1-21/+58
2007-10-21Fix patch serialisation to a string.David Robillard1-1/+2
2007-10-20Fix thread error message/death on launching machina_guiDavid Robillard2-3/+3
2007-10-11Fix Gtk rendering corruption problems when running monolithic (internal engine).David Robillard1-1/+1
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard1-2/+6
2007-10-08Update.. stuff... I hate SVN...David Robillard1-21/+21
2007-10-08Fixed missing symbol in Raul.David Robillard1-1/+1
2007-10-05Fix connection serialisation.David Robillard2-1/+8
2007-10-02Be veeewwwwyy quiet, I'm hunting bugwits!David Robillard1-1/+4
2007-09-22LV2 UI extension updates.David Robillard1-0/+2
2007-09-20Add locking support to RDF stuff for dealing with concurrent librdf use.David Robillard4-9/+45
2007-09-19Automatically attempt to qualify qnames when used to create RDF resource nodes.David Robillard1-5/+8
2007-09-12Const-correctness for Raul::RDF::Node type conversion functions.David Robillard1-6/+6
2007-09-08Pretty RDF boolean reading.David Robillard1-0/+23
2007-09-07Fix port highlighting.David Robillard1-2/+2
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard10-17/+17
2007-07-25Never launch the same thread twice, no matter what the stupid caller says.David Robillard1-17/+24
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard15-24/+24
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-1/+1
2007-07-04Fix model URI serialization relative to base URI.David Robillard1-6/+12
2007-06-24Move exessive Thread code from header to source file.David Robillard1-0/+85
2007-05-04Redland failed assertion fixes.David Robillard1-5/+16
2007-05-04Added missing includes.David Robillard1-2/+2
2007-05-01Fixed remote patch loading.David Robillard1-2/+6
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard7-299/+493
2007-04-12Updated Raptor dependency to 1.4.14.David Robillard1-3/+2
2007-04-11Print out failed queries, for debugging.David Robillard1-1/+5
2007-04-06LASH project saving/restoring.David Robillard4-2/+333
2007-04-02List appending.David Robillard1-1/+14
2007-03-19Learn quantization.David Robillard1-0/+17
2007-03-12Fixed MIDI note off normalization for multiple channels.David Robillard1-2/+2
2007-03-12Flowcanvas resizing, auto-arrange resizes if necessary.David Robillard1-1/+51
2007-03-11MIDI file reading.David Robillard1-10/+4
2007-03-10Removed excessive debug print output.David Robillard1-9/+15
2007-03-10SMF reading fixes (correctly read running status, etc).David Robillard1-32/+60