summaryrefslogtreecommitdiffstats
path: root/src/libs
AgeCommit message (Expand)AuthorFilesLines
2007-02-07Updated Copyright notices.David Robillard194-194/+388
2007-02-07Abstracted out "Connectable" concept in FlowCanvas (towards connecting things...David Robillard1-0/+4
2007-02-07Mad sed-fu for consistent private member naming.David Robillard88-1407/+1404
2007-02-04Bug fixes, LV2 spec updates.David Robillard1-1/+1
2007-01-23Alsa MIDI compilation fixes.David Robillard2-7/+7
2007-01-23Jack MIDI fixes, "fixed" (increased) ranges on control dialog range spinners.David Robillard6-20/+21
2007-01-22Alsa MIDI compile fix. Maybe.David Robillard1-6/+6
2007-01-22Created Raul namespace.David Robillard33-61/+81
2007-01-22Added atomic int/pointer classes to Raul.David Robillard12-29/+32
2007-01-20Added Machina.David Robillard7-244/+11
2007-01-16Deprecated patch loading.David Robillard3-46/+73
2007-01-12Fix RDF saving to use namespace prefixes.David Robillard3-0/+11
2007-01-12Control value persistence/serialization.David Robillard4-48/+102
2007-01-10Moved RDFWriter to RAUL.David Robillard4-285/+1
2007-01-08Alsa MIDI fixed.David Robillard5-37/+42
2007-01-08Fix for building against local raul.David Robillard4-12/+13
2007-01-08Fix lingering connections after node destruction (if disconnectionDavid Robillard1-6/+6
2007-01-08Fix destruction of nodes with connections to parent patch ports.David Robillard6-32/+47
2007-01-07Jack MIDI port destruction.David Robillard7-61/+84
2007-01-07Top level port destruction (Jack port removal).David Robillard11-64/+44
2007-01-06Fixed Alsa MIDI.David Robillard1-1/+1
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard19-91/+171
2007-01-06Work on Port destruction (still broken).David Robillard16-122/+210
2007-01-02Fix building non-monolithic Ingenuity.David Robillard3-37/+4
2007-01-02Initial work on dynamic (Jack) buffer resizing (still unworking).David Robillard17-160/+232
2006-12-13Path parent/child bug fixes, added unit tests.David Robillard2-13/+16
2006-12-13Simpler/Faster/Prettier/Saner connection curves.David Robillard1-8/+0
2006-12-12Loading subpatches (ie not just into root).David Robillard4-41/+104
2006-12-12Connection loading.David Robillard12-127/+137
2006-12-11Serialization of patch ports.David Robillard12-53/+99
2006-12-09More loading progress (node positions restore).David Robillard7-11/+136
2006-12-09Preliminary patch loading (just loads nodes from RDF).David Robillard9-37/+282
2006-12-08Fixed plugin type issuesDavid Robillard13-28/+56
2006-12-02More serialization workDavid Robillard5-294/+370
2006-12-01Serialization workDavid Robillard2-20/+97
2006-11-23Updated for Jack MIDI APIDavid Robillard2-3/+3
2006-11-06Fixed serialization of connections (or anything using RDF blank nodes).David Robillard2-49/+29
2006-10-28Added proper new loading interface to Serializer, updated everything that use...David Robillard2-35/+43
2006-10-24Superficial (completely non-functional!) LV2 MIDI support.David Robillard1-8/+19
2006-10-16Another alsa bug.David Robillard1-1/+1
2006-10-16Another alsa fixDavid Robillard1-2/+2
2006-10-16Alsa fix.David Robillard1-2/+2
2006-10-16Used boost::noncopyable to eliminate undefined private copy constructors spre...David Robillard39-197/+32
2006-10-16Minor flowcanvas visual touchups.David Robillard1-23/+28
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard12-16/+105
2006-10-14Removed unecessary template parameters which broke builds on.. um.. the exact...David Robillard1-2/+2
2006-10-04Moved generic utility stuff to new library "raul".David Robillard117-408/+408
2006-10-04Global build system, build system bugfixes.David Robillard4-83/+66
2006-10-04Bug fixes.David Robillard3-63/+130
2006-10-03shared_ptr bugfixes.David Robillard4-110/+137