summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-18Consolidate URIs.David Robillard8-20/+20
2014-01-18Fix crashes when LV2 host changes polyphony rapidly.David Robillard2-0/+15
2014-01-18Call lv2_lib_descriptor separately for different bundle pathsDavid Robillard1-5/+11
2014-01-12Combine port buffers and set state into a single voice object.David Robillard12-159/+147
2014-01-12Log how many plugins are loaded when loading is finished.David Robillard1-0/+2
2014-01-07Factor out plugin menu code into a separate class.David Robillard5-176/+265
2014-01-07Remove unused plugin icon stuff.David Robillard4-105/+0
2014-01-07Reduce deadlock kludge delay on exit.David Robillard1-2/+2
2014-01-07Distinguish Ingen graphs in Plugin menu with a gear.David Robillard2-35/+41
2014-01-07Fix delta events (i.e. most communication) via atoms.David Robillard1-1/+1
2014-01-06Fix potential segfault on exit.David Robillard1-1/+3
2014-01-05Update type properties for morph ports so GUI displays correct type.David Robillard2-3/+15
2014-01-04Fix event throughput.David Robillard1-1/+1
2014-01-04More attempts at fixing deadlocks on exit.David Robillard4-17/+18
2014-01-04Don't complain to log when state has no ingen:file property.David Robillard1-1/+0
2014-01-04Set documentation pane position to maximum to hide in LV2 GUI.David Robillard1-0/+7
2014-01-04Fix documentation pane.David Robillard3-40/+63
2014-01-04Fix control updating with animated canvas.David Robillard2-9/+3
2014-01-04Fast path for Port::on_value_changed when value is non-float or unchanged.David Robillard1-6/+13
2014-01-04Fix port monitor period logic.David Robillard2-9/+14
2014-01-04Make only control inputs controllable by user.David Robillard1-0/+2
2014-01-03Make graph input ports controllable outputs and remove double port kludge.David Robillard1-7/+5
2013-12-31Hopefully fix deadlock on exit for real this time.David Robillard2-4/+11
2013-12-31Disallow connecting to control inputs.David Robillard1-1/+2
2013-12-31Fix crash on bulk deletion and AtomWriter forge errors.David Robillard2-1/+8
2013-12-30Fix occasional crashes and deadlocks on exit.David Robillard3-4/+12
2013-12-30Fix deadlocks on exit.David Robillard2-8/+9
2013-12-30Don't falsely report listening on sockets that failed to bind.David Robillard1-2/+8
2013-12-27Implement lv2:prototype.David Robillard2-9/+4
2013-12-27Log where graph bundles are saved.David Robillard1-0/+2
2013-12-26Remove unused Driver::is_realtime() method.David Robillard4-10/+2
2013-12-26Add test cases.David Robillard2-3/+1
2013-12-26Implement port methods for DirectDriver.David Robillard1-9/+23
2013-12-25Fix handling setting of several special properties per request.David Robillard1-5/+9
2013-12-25Fix unportable use of NULL va_list (#921).David Robillard1-4/+4
2013-12-25Implement lv2:connectionOptional (#847).David Robillard2-3/+18
2013-12-19FDGL: Improve flow-directed layout.David Robillard1-0/+3
2013-12-17Fix atom vector communication (patch from Robin Gareus, #941).David Robillard3-3/+6
2013-12-17Fix more const issues.David Robillard2-2/+2
2013-12-15Fix const-violating casts.David Robillard1-2/+2
2013-11-01Implement static UI port notifications (fix #935).David Robillard1-7/+32
2013-11-01Tidy.David Robillard1-4/+4
2013-11-01Implement LV2 UI port_index, subscribe, and unsubscribe features.David Robillard1-12/+72
2013-11-01Don't notify UIs about null atom port values (partially address #935).David Robillard1-1/+1
2013-11-01Remove unused typedefs.David Robillard4-6/+0
2013-10-29Remove engine dependency from LV2Options.David Robillard2-40/+26
2013-10-28Pass sample rate to nodes (fix #931).David Robillard2-4/+5
2013-08-20Remove unused class members.David Robillard5-6/+0
2013-08-20Remove vestigial Builder class.David Robillard3-58/+6
2013-06-09Fix zero minimum for float property values (#895).David Robillard1-2/+10