summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-23Disable harmless error message about activity notification for nonexistent portsDavid Robillard1-3/+2
2011-09-23Animate audio port colours based on levels.David Robillard1-2/+2
2011-09-17Fix "Disconnect" in port context menu (i.e. disconnect_all for ports).David Robillard1-2/+7
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-0/+4
2011-05-24Move appropriate client headers to public include directory.David Robillard1-9/+8
2011-05-24Tidy up headers.David Robillard1-0/+1
2011-05-13Make ClientStore::plugin and ClientStore::resource const-correct.David Robillard1-7/+19
2011-05-13Make models const in client code.David Robillard1-17/+23
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-11/+11
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-20Make disconnect take URI parameters (for wildcare URI towards killing disconn...David Robillard1-2/+10
2011-04-20Move disconnect_all to CommonInterface and implement in clients.David Robillard1-0/+24
2011-04-19Remove EngineInterface::quit().David Robillard1-1/+5
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-8/+8
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-02-19Tidy.David Robillard1-78/+70
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-36/+26
2011-02-18Tidy.David Robillard1-8/+12
2011-02-18Trim more cruft.David Robillard1-5/+8
2011-02-18Trim more cruft.David Robillard1-12/+9
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-13/+13
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard1-1/+1
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard1-1/+1
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-8/+11
2010-02-14Remove voice specific control setting.David Robillard1-12/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-0/+23
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-18/+17
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-3/+8
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-12/+0
2010-01-29Send binding information to client.David Robillard1-0/+9
2010-01-06Do all logging output via Raul streams.David Robillard1-35/+30
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-29/+0
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-13/+16
2009-12-30Turn off debugging.David Robillard1-2/+2
2009-12-30Fix renaming (fix ticket #458).David Robillard1-4/+4
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-2/+2
2009-11-04Remove orphan cruft.David Robillard1-20/+2
2009-10-19Fix spelling.David Robillard1-8/+8
2009-06-04Don't treat non-plugin metadata as plugin data.David Robillard1-3/+11
2009-06-02Fix crash on copy/paste.David Robillard1-1/+1
2009-05-29Node creation via HTTP.David Robillard1-1/+1
2009-05-28Working engine->client plugin information communication via HTTP.David Robillard1-8/+10
2009-05-28Fix loading connections inside subpatches to patch ports.David Robillard1-2/+2
2009-05-28Load symbol from LV2 data if available.David Robillard1-2/+1
2009-05-28Replace new_plugin with put.David Robillard1-15/+14
2009-05-28Create objects via SetMetadataEvent.David Robillard1-1/+1
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard1-4/+18
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-24/+16
2009-05-27Add methods documentation page.David Robillard1-1/+1