aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-29Implement buf-size via options.David Robillard1-0/+1
2012-08-29Implement providing block length to plugin via options.David Robillard1-0/+3
2012-08-22Fix Jack Session 'save and close' operation.David Robillard1-0/+3
2012-08-21Implement basic support for the new options extension and use it to pass the ...David Robillard1-0/+2
2012-08-02Pass parent widget to suil_instance_new.David Robillard1-3/+9
2012-07-08Notify plugins of Jack transport changes by sending events (an atom:Blank withDavid Robillard1-0/+3
2012-06-05Use LV2 buf-size extension.David Robillard1-0/+1
2012-04-28Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ...David Robillard1-2/+1
2012-04-27Add comm buffer size parameter and use Jack MIDI buffer size by default.David Robillard1-4/+5
2012-04-12Delete trailing whitespace.David Robillard1-7/+7
2012-04-11Simpler preset saving.David Robillard1-1/+2
2012-04-11Fix Jack MIDI output.David Robillard1-0/+1
2012-04-11Fix memory leak.David Robillard1-0/+1
2012-04-10Make controls update when changing presets (except combos).David Robillard1-9/+18
2012-04-09More sensible URI node cacheing structure.David Robillard1-14/+19
2012-04-09Generic UI for jalv.gtk from Nick Lanham.David Robillard1-0/+1
2012-04-05Implement log extension.David Robillard1-1/+14
2012-03-31Move worker implementation to separate file.David Robillard1-1/+2
2012-03-27Delete trailing whitespace.David Robillard1-3/+3
2012-03-25Update for latest atom extension.David Robillard1-1/+1
2012-03-23Implement LV2 worker extension.David Robillard1-9/+23
2012-03-21Remove implementation of UI resize extension which is handled autommatically ...David Robillard1-2/+0
2012-03-16Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging.David Robillard1-0/+3
2012-03-16Properly implement non-resizable UIs, not that any plugins that should set th...David Robillard1-0/+3
2012-02-29Update for latest atom extension.David Robillard1-2/+17
2012-02-28Update LV2_Evbuf (matches that used in current ardour 3.0).David Robillard1-0/+1
2012-02-18Add -d option and implement proper communication dumping.David Robillard1-0/+8
2012-02-09Mac portability fixes.David Robillard1-3/+4
2012-02-08Update for latest Atom extension.David Robillard1-1/+1
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-1/+4
2012-01-15Lint.David Robillard1-47/+47
2012-01-10Update for latest Lilv state API (fix ticket #801).David Robillard1-2/+8
2012-01-03Don't run plugin while setting state (which violates threading rules).David Robillard1-0/+8
2011-12-23Use new LilvState API for state/presets.David Robillard1-9/+15
2011-12-21Save rdf:type and rdfs:label (if supplied) with state/presets.David Robillard1-1/+1
2011-12-21Add first-class PluginState object and make state interface more generic.David Robillard1-10/+7
2011-12-20Localize more stuff to state.c.David Robillard1-5/+0
2011-12-18Make state implementation more generic.David Robillard1-1/+5
2011-12-18Merge common code from preset and state implementations.David Robillard1-0/+5
2011-12-18Fix UI updates.David Robillard1-0/+10
2011-12-18Preset saving.David Robillard1-1/+5
2011-12-16Support presets in Gtk UI.David Robillard1-1/+22
2011-11-18Update to LV2 State extension.David Robillard1-3/+3
2011-11-09Update for changes in LV2 SVN.David Robillard1-0/+1
2011-11-07Implement atom buffer.David Robillard1-0/+2
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-0/+11
2011-11-05Add abstract interface for event buffers (towards event/atom compatibility).David Robillard1-8/+5
2011-10-20Fix compilation without UI resize extension.David Robillard1-2/+0
2011-10-20Support UI resize extension.David Robillard1-0/+7
2011-08-31Exit gracefully when run without arguments.David Robillard1-0/+2