summaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-0/+4
2007-09-22Type oblivious set_port_value interface.David Robillard1-5/+13
2007-09-19Toggling of individual node polyphonic state.David Robillard1-0/+3
2007-09-19Broadcast polyphony changes to clients.David Robillard1-0/+3
2007-09-19More work on dynamic polyphony.David Robillard1-0/+4
2007-08-02Fix MIDI patching.David Robillard2-169/+1
2007-08-01Fix autohell for last commit.David Robillard2-6/+3
2007-08-01Clean up engine/client interfaces.David Robillard3-118/+53
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard3-3/+8
2007-07-31First steps towards Ingen SWIG bindings.David Robillard1-0/+1
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard4-98/+9
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard5-49/+47
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard3-0/+78
2007-05-02Added svn:ignore property to everything.David Robillard3-2/+3
2007-04-09MIDI patching. wooo!David Robillard1-1/+1
2007-04-08Added missing lv2-midiport.hDavid Robillard1-0/+179
2007-04-08LV2 MIDI fixes.David Robillard3-202/+37
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard3-25/+189
2007-02-07Updated Copyright notices.David Robillard3-3/+6
2007-01-22Created Raul namespace.David Robillard2-4/+4
2006-12-08Fixed plugin type issuesDavid Robillard1-0/+1
2006-12-01Serialization workDavid Robillard1-1/+1
2006-10-24Superficial (completely non-functional!) LV2 MIDI support.David Robillard3-1/+171
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard1-0/+7
2006-10-04Moved generic utility stuff to new library "raul".David Robillard15-1081/+4
2006-10-04Bug fixes.David Robillard1-11/+10
2006-10-03shared_ptr bugfixes.David Robillard2-17/+34
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard5-10/+112
2006-09-19Alsa MIDI fixes.David Robillard1-1/+1
2006-09-18Work on loading old (deprecated) patches.David Robillard8-6/+252
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard2-4/+2
2006-09-13Added missing filesDavid Robillard3-1/+199
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard3-2/+7
2006-09-12Bug fixes.David Robillard1-4/+4
2006-09-11Bug fixes.David Robillard1-201/+21
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard4-42/+88
2006-09-10GUI redesigning.David Robillard1-0/+5
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard1-2/+3
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard5-45/+60
2006-09-08More cleanupsDavid Robillard2-0/+9
2006-09-06Another fix for port names (mangling for port name clashes)David Robillard1-33/+33
2006-09-06Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces).David Robillard1-0/+75
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard4-10/+6
2006-07-14Updated name in comment headers and copyright dateDavid Robillard7-19/+19
2006-07-14Enforced OSC path restrictions on Path for spec conformance (since GraphObjectDavid Robillard1-11/+66
2006-07-12Factored out Thread (and Slave, an explicitly signal-driven thread)David Robillard1-1/+1
2006-07-04Partial support for loading old patchesDavid Robillard1-1/+1
2006-06-21Reorganized directory tree/namesDavid Robillard7-7/+7
2006-06-18More work on new ports implementation;David Robillard3-38/+5
2006-06-18Added DataTypeDavid Robillard1-0/+4