aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-01Support ui:portMap feature to allow UIs to avoid hard-coded port indicesDavid Robillard1-1/+10
2013-06-08Resize ring according to rsz:minimumSize.David Robillard1-1/+10
2013-06-08Nicer printing of atom messages with -d.David Robillard1-7/+2
2013-06-08Fix potential ringbuffer race for UI events.David Robillard1-1/+3
2013-06-08Probably fix thread safety of debug printing (#911).David Robillard1-2/+4
2013-05-27Support rsz:minimumSize for atom and event ports.David Robillard1-2/+14
2013-05-09Communicate UI update rate to plugin and UI.David Robillard1-15/+19
2013-05-09Add command-line option to control UI update frequency.David Robillard1-2/+8
2013-02-11Group controls under headings if port group information is available.David Robillard1-0/+3
2013-01-27Remove unused noe.David Robillard1-1/+0
2013-01-26Support state:loadDefaultState.David Robillard1-1/+11
2013-01-22Use a dynamically allocated buffer for reading from plugin=>UI ring to avoid ...David Robillard1-1/+9
2013-01-17Fix memory leak.David Robillard1-0/+1
2013-01-10Support event-based file parameters in built-in UI.David Robillard1-3/+13
2013-01-05Send LV2 time properties with correct types from specification.David Robillard1-2/+2
2012-11-17Make URI map thread-safe, fixing occasional crashes for plugins with UIs.David Robillard1-4/+18
2012-11-16Send new time information to plugin when Jack tempo changes.David Robillard1-1/+4
2012-09-30Refuse to instantiate plugins which require unsupported features.David Robillard1-1/+33
2012-09-16Support latest options and morph extensions.David Robillard1-9/+9
2012-08-29Update for latest options extension.David Robillard1-16/+13
2012-08-29Implement buf-size via options.David Robillard1-45/+5
2012-08-29Implement providing block length to plugin via options.David Robillard1-13/+23
2012-08-22Fix Jack Session 'save and close' operation.David Robillard1-1/+1
2012-08-22Fix state restoration.David Robillard1-5/+1
2012-08-22Use in Jack session command line.David Robillard1-1/+1
2012-08-21Implement basic support for the new options extension and use it to pass the ...David Robillard1-2/+18
2012-08-10Fix a ton of warnings.David Robillard1-7/+7
2012-08-10Fix unnecessary implicit float=>double conversions.David Robillard1-1/+1
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-19/+19
2012-08-08Support latest LV2 buf-size extension.David Robillard1-7/+11
2012-08-05Fix UI/plugin communication.David Robillard1-1/+1
2012-08-03Fix crash when invalid plugin URIs are used.David Robillard1-2/+4
2012-08-03MSVC portability work.David Robillard1-4/+9
2012-08-02Pass parent widget to suil_instance_new.David Robillard1-48/+54
2012-08-02Always call Jalv struct `jalv'.David Robillard1-267/+267
2012-08-02Fix compilation on Windows.David Robillard1-0/+9
2012-07-16... actually compile. Duh.David Robillard1-1/+1
2012-07-16Don't send UI updates if UI is not present (correct fix for r4513).David Robillard1-1/+1
2012-07-08Notify plugins of Jack transport changes by sending events (an atom:Blank withDavid Robillard1-51/+69
2012-07-07Don't fill plugin=>UI ringbuffer when no UI is present.David Robillard1-1/+1
2012-06-05Use LV2 buf-size extension.David Robillard1-1/+45
2012-05-27Add real-time annotations for sfpv.David Robillard1-1/+7
2012-04-28Crank up the update rate a bit.David Robillard1-1/+1
2012-04-28Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ...David Robillard1-4/+27
2012-04-27Ssshhh.David Robillard1-3/+0
2012-04-27Add comm buffer size parameter and use Jack MIDI buffer size by default.David Robillard1-9/+20
2012-04-19Fix MIDI buffer size stuff.David Robillard1-7/+7
2012-04-19Update copyright date.David Robillard1-1/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-8/+5
2012-04-12Delete trailing whitespace.David Robillard1-6/+6