summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2007-02-11Moved Maid from Ingen to Raul.David Robillard18-144/+31
2007-02-10Alsa compile fixes.David Robillard2-6/+2
2007-02-10Fix previous (broken) commit.David Robillard5-12/+12
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard59-891/+252
2007-02-09Removed data type stuff from SLV2.David Robillard1-26/+15
2007-02-07Updated Copyright notices.David Robillard162-162/+324
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 Robillard78-1240/+1242
2007-01-23Alsa MIDI compilation fixes.David Robillard2-7/+7
2007-01-23Jack MIDI fixes, "fixed" (increased) ranges on control dialog range spinners.David Robillard5-19/+20
2007-01-22Alsa MIDI compile fix. Maybe.David Robillard1-6/+6
2007-01-22Created Raul namespace.David Robillard21-44/+52
2007-01-22Added atomic int/pointer classes to Raul.David Robillard10-24/+26
2007-01-12Control value persistence/serialization.David Robillard1-3/+3
2007-01-08Alsa MIDI fixed.David Robillard2-36/+36
2007-01-08Fix for building against local raul.David Robillard3-8/+9
2007-01-08Fix destruction of nodes with connections to parent patch ports.David Robillard3-22/+21
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 Robillard2-35/+2
2007-01-02Initial work on dynamic (Jack) buffer resizing (still unworking).David Robillard17-160/+232
2006-12-12Connection loading.David Robillard10-123/+89
2006-12-11Serialization of patch ports.David Robillard5-10/+19
2006-12-08Fixed plugin type issuesDavid Robillard6-4/+10
2006-11-23Updated for Jack MIDI APIDavid Robillard1-1/+1
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 Robillard33-167/+27
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard7-14/+87
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 Robillard95-194/+194
2006-10-04Global build system, build system bugfixes.David Robillard3-81/+66
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard1-0/+2
2006-09-19Alsa MIDI fixes.David Robillard3-5/+10
2006-09-18More store error correcting fixes.David Robillard1-1/+4
2006-09-18Work on loading old (deprecated) patches.David Robillard30-287/+458
2006-09-16Fixes for building w/o DSSI.David Robillard4-9/+12
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard7-26/+54
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard16-49/+60
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard11-12/+11
2006-09-10Added missing files.David Robillard1-0/+53
2006-09-10Zoom Full feature in FlowCanvas/Ingenuity.David Robillard7-13/+19
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard20-22/+46
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard50-247/+344
2006-09-08More cleanupsDavid Robillard3-2/+13