summaryrefslogtreecommitdiffstats
path: root/raul
AgeCommit message (Expand)AuthorFilesLines
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard9-141/+277
2007-04-19Renamed SLV2Model SLV2World.David Robillard1-0/+1
2007-04-17Fix missed events timestamp bug (for real this time).David Robillard1-1/+2
2007-04-11Print out failed queries, for debugging.David Robillard1-1/+1
2007-04-06LASH project saving/restoring.David Robillard4-0/+186
2007-04-02List appending.David Robillard2-2/+46
2007-03-31Realtime MIDI recording.David Robillard4-97/+23
2007-03-31Added RingBuffer and MIDIRingBuffer classes/tests.David Robillard5-8/+361
2007-03-25Fixed construction algorithm bugs.David Robillard1-0/+35
2007-03-22Fixed quantization with q=0 (don't quantize).David Robillard1-1/+1
2007-03-19Learn quantization.David Robillard1-0/+1
2007-03-12Flowcanvas resizing, auto-arrange resizes if necessary.David Robillard1-1/+4
2007-03-11MIDI file reading.David Robillard1-2/+1
2007-03-10SMF reading fixes (correctly read running status, etc).David Robillard2-4/+5
2007-03-09SMF reading/writing fixes.David Robillard4-0/+207
2007-03-03SMF writing work.David Robillard4-3/+117
2007-02-24Distribution build fixes (pass make distcheck).David Robillard1-1/+2
2007-02-24Split JackDriver 'attaching' and 'activating' to give derived classes a chanc...David Robillard1-0/+3
2007-02-23Doxygen fix.David Robillard1-1/+1
2007-02-22Machina quantization, various timing related fixes.David Robillard3-2/+43
2007-02-21Tempo based time in Machina (and related utilities added to Raul).David Robillard4-9/+168
2007-02-20New double buffer class in Raul (used for realtime-safe thread-safe writes to...David Robillard2-0/+97
2007-02-18RAUL install fixes.David Robillard1-17/+21
2007-02-18Build fix for inferior machines.David Robillard1-1/+1
2007-02-18Fixed installation of AtomicPtr.hDavid Robillard1-0/+1
2007-02-18Updated URLs.David Robillard1-1/+1
2007-02-14Serialization work on Machina.David Robillard3-2/+55
2007-02-11Moved Maid from Ingen to Raul.David Robillard3-3/+81
2007-02-10Fix empty() returning opposite of .. empty.David Robillard1-1/+1
2007-02-10Machine GUI talking to Jack engine, running machines made in GUI, etc.David Robillard1-1/+1
2007-02-10Fix previous (broken) commit.David Robillard1-1/+6
2007-02-10Made Raul::List read/write thread safe. Uh.. kinda, a bit. :)David Robillard2-76/+118
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard4-1/+573
2007-02-07Updated FSF address, copyright dates where appropriate, etc.David Robillard20-36/+41
2007-02-07Mad sed-fu for consistent private member naming.David Robillard1-6/+6
2007-02-05RDF querying bug fix (crash on empty results).David Robillard1-1/+6
2007-02-04Bug fixes, LV2 spec updates.David Robillard1-1/+1
2007-01-23More work on multi-writer queue (SRMWQueue), proper unit test.David Robillard2-22/+42
2007-01-22Created Raul namespace.David Robillard20-82/+160
2007-01-22Added atomic int/pointer classes to Raul.David Robillard5-59/+373
2007-01-20Added Machina.David Robillard3-19/+5
2007-01-20Scratch commit to make SVN allow moving files (broken revision).David Robillard4-1/+228
2007-01-14Fixed launching of external ingen process from ingenuity.David Robillard1-7/+8
2007-01-10Moved RDFWriter to RAUL.David Robillard2-145/+83
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard1-5/+55
2007-01-02Fixed path nameify/pathify bug when brackets followed spaces in input.David Robillard1-0/+1
2006-12-13Path parent/child bug fixes, added unit tests.David Robillard1-1/+5
2006-12-02More serialization workDavid Robillard1-0/+2
2006-12-01Serialization workDavid Robillard1-1/+3
2006-10-16Used boost::noncopyable to eliminate undefined private copy constructors spre...David Robillard7-24/+16