Age | Commit message (Expand) | Author | Files | Lines |
2008-08-17 | Remove remnants of imperative polyphony interface. | David Robillard | 1 | -2/+12 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 1 | -7/+14 |
2008-08-17 | There! | David Robillard | 1 | -14/+18 |
2008-08-17 | Cloooser... | David Robillard | 1 | -22/+14 |
2008-08-16 | Clooser... | David Robillard | 1 | -5/+5 |
2008-08-16 | Closer... | David Robillard | 1 | -11/+11 |
2008-08-16 | Begin factoring out common elements of EngineInterface and ClientInterface. | David Robillard | 1 | -2/+2 |
2008-08-15 | Add strong Symbol class (just a restricted string, like path) and use it for ... | David Robillard | 1 | -2/+2 |
2008-07-28 | Remove near duplicate SetPortValueEvent and SetPortValueQueuedEvent classes. | David Robillard | 1 | -4/+4 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 1 | -5/+20 |
2008-06-10 | Fix 'disconnect' operation for all objects (inc. patch ports). | David Robillard | 1 | -2/+3 |
2007-10-11 | Fix Gtk rendering corruption problems when running monolithic (internal engine). | David Robillard | 1 | -0/+1 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 1 | -2/+2 |
2007-10-07 | Remove DSSI. | David Robillard | 1 | -3/+2 |
2007-10-01 | Merge NoteOnEvent and NoteOffEvent. | David Robillard | 1 | -3/+3 |
2007-09-30 | Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). | David Robillard | 1 | -2/+16 |
2007-09-23 | Working LV2 UI control setting (including MIDI). | David Robillard | 1 | -0/+4 |
2007-09-22 | Type oblivious set_port_value interface. | David Robillard | 1 | -7/+20 |
2007-09-19 | More work on dynamic polyphony. | David Robillard | 1 | -0/+14 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 1 | -18/+15 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 1 | -1/+1 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 1 | -1/+1 |
2007-07-25 | Fix running with ingen -eg. | David Robillard | 1 | -0/+1 |
2007-07-24 | Work around broken LADSPA plugins with screwy range/default (fix ticket 59). | David Robillard | 1 | -0/+5 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 1 | -7/+7 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -6/+6 |
2007-07-03 | Fix crash on MIDI controller receiving. | David Robillard | 1 | -1/+1 |
2007-05-04 | Made engine, serialisation, client library, and GUI all dynamically loaded mo... | David Robillard | 1 | -4/+3 |
2007-05-02 | Added svn:ignore property to everything. | David Robillard | 1 | -33/+33 |
2007-02-07 | Updated Copyright notices. | David Robillard | 1 | -1/+2 |
2007-01-22 | Added atomic int/pointer classes to Raul. | David Robillard | 1 | -1/+0 |
2006-12-12 | Connection loading. | David Robillard | 1 | -2/+2 |
2006-10-04 | Moved generic utility stuff to new library "raul". | David Robillard | 1 | -6/+6 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 1 | -14/+19 |
2006-09-16 | Fixes for building w/o DSSI. | David Robillard | 1 | -0/+3 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 1 | -8/+5 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 1 | -1/+1 |
2006-09-10 | Zoom Full feature in FlowCanvas/Ingenuity. | David Robillard | 1 | -1/+1 |
2006-09-09 | Canvas cleanups, bugfixes, more robustness, etc. | David Robillard | 1 | -1/+4 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 1 | -30/+42 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 1 | -30/+31 |
2006-07-20 | Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names... | David Robillard | 1 | -3/+3 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 1 | -2/+2 |
2006-07-18 | Removed globals (Om.h) | David Robillard | 1 | -57/+35 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 1 | -2/+2 |
2006-07-14 | Enforced OSC path restrictions on Path for spec conformance (since GraphObject | David Robillard | 1 | -56/+57 |
2006-07-04 | Partial support for loading old patches | David Robillard | 1 | -2/+19 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 1 | -2/+2 |
2006-06-18 | More work on new ports implementation; | David Robillard | 1 | -0/+9 |
2006-06-12 | Fixed engine-side node destruction bug | David Robillard | 1 | -1/+1 |