summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2010-02-25Work on contexts and polymorphic ports.David Robillard16-107/+146
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard10-59/+79
2010-02-25Fix (remove) use of PatchImpl::_connections in the audio thread.David Robillard2-17/+23
2010-02-25Fix cross-context (audio -> message) connections.David Robillard1-0/+1
2010-02-24Tidy up Context and ProcessContext interfaces (ProcessContext only lives on a...David Robillard5-33/+43
2010-02-24Merge NodeBase and NodeImpl.David Robillard22-533/+158
2010-02-24Add new Delay internal.David Robillard31-75/+414
2010-02-23Fix various code issues discovered by cppcheck.David Robillard14-12/+25
2010-02-23Working dynamic polyphony in the root patch.David Robillard4-4/+18
2010-02-23Free plugin instances when decreasing polyphony.David Robillard4-48/+62
2010-02-23Tidy.David Robillard1-1/+0
2010-02-22Fix crash when dynamically reducing polyphony.David Robillard1-1/+2
2010-02-22Don't respond with PUT (creating empty nodes) when plugin instantiation fails.David Robillard20-26/+16
2010-02-22Fail gracefully when LV2 plugins have illegal symbols.David Robillard1-6/+19
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard60-595/+746
2010-02-20Remove no longer used AudioDriver.hpp.David Robillard2-66/+2
2010-02-19Fix audio->control connections.David Robillard1-2/+10
2010-02-18Refuse to delete /control_in or /control_out (fix crashes e.g. select-all + d...David Robillard1-11/+12
2010-02-17Fix double error.David Robillard1-0/+1
2010-02-17Fix crash when rapidly decreasing polyphony (make SetMetadataEvent blocking i...David Robillard4-10/+21
2010-02-17Stub liblo bundle receiving support (patch on liblo-dev).David Robillard2-4/+35
2010-02-17Fix liblo varargs argument termination.David Robillard1-2/+2
2010-02-14Fix loading of subpatches.David Robillard1-0/+2
2010-02-14Preserve patch port indices across saves.David Robillard3-0/+18
2010-02-14Add human name to internal nodes (fix ticket #479).David Robillard4-2/+19
2010-02-14Fix typo.David Robillard1-1/+1
2010-02-14Remove voice specific control setting.David Robillard10-113/+8
2010-02-14Correctly initialise object buffers.David Robillard2-2/+10
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard18-317/+248
2010-02-09Fix port value broadcasting to work with all types.David Robillard2-4/+4
2010-02-09Non-fatal warning when control is out of range (needs to be sorted out...).David Robillard1-1/+12
2010-02-09Make control bindings actually (audibly) take effect.David Robillard2-3/+13
2010-02-09Fix bugs with child blocking events.David Robillard3-9/+15
2010-02-04Fix a bunch of memory leaks.David Robillard16-29/+52
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard7-11/+10
2010-02-04MIDI feedback.David Robillard8-135/+273
2010-02-03Responder => Request, and handle EventSource unblocking from Request (simplif...David Robillard54-389/+381
2010-02-03Make human names work with LADSPA plugins as well (fix ticket #477).David Robillard7-78/+67
2010-02-03Only bind notes to toggle controls, so it is possible to bind non-toggle cont...David Robillard2-2/+10
2010-02-03Binding of MIDI notes to toggle parameters.David Robillard3-9/+39
2010-02-03Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half).David Robillard5-8/+27
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard34-126/+241
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard26-110/+126
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard13-107/+5
2010-02-01Fix leaks and an iterator error found by cppcheck.David Robillard2-1/+9
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard84-251/+251
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard4-7/+18
2010-01-29Remove references to deleted ports with control bindings (fix crash when appl...David Robillard4-19/+58
2010-01-29Send binding information to client.David Robillard10-7/+165
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard33-112/+325