index
:
jalv.git
fix-ctrl-c-hang
main
osx
serd1
ui-request-parameter
Jalv LV2 host
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jalv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-16
Support latest options and morph extensions.
David Robillard
1
-9
/
+9
2012-08-29
Update for latest options extension.
David Robillard
1
-16
/
+13
2012-08-29
Implement buf-size via options.
David Robillard
1
-45
/
+5
2012-08-29
Implement providing block length to plugin via options.
David Robillard
1
-13
/
+23
2012-08-22
Fix Jack Session 'save and close' operation.
David Robillard
1
-1
/
+1
2012-08-22
Fix state restoration.
David Robillard
1
-5
/
+1
2012-08-22
Use in Jack session command line.
David Robillard
1
-1
/
+1
2012-08-21
Implement basic support for the new options extension and use it to pass the ...
David Robillard
1
-2
/
+18
2012-08-10
Fix a ton of warnings.
David Robillard
1
-7
/
+7
2012-08-10
Fix unnecessary implicit float=>double conversions.
David Robillard
1
-1
/
+1
2012-08-09
Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...
David Robillard
1
-19
/
+19
2012-08-08
Support latest LV2 buf-size extension.
David Robillard
1
-7
/
+11
2012-08-05
Fix UI/plugin communication.
David Robillard
1
-1
/
+1
2012-08-03
Fix crash when invalid plugin URIs are used.
David Robillard
1
-2
/
+4
2012-08-03
MSVC portability work.
David Robillard
1
-4
/
+9
2012-08-02
Pass parent widget to suil_instance_new.
David Robillard
1
-48
/
+54
2012-08-02
Always call Jalv struct `jalv'.
David Robillard
1
-267
/
+267
2012-08-02
Fix compilation on Windows.
David Robillard
1
-0
/
+9
2012-07-16
... actually compile. Duh.
David Robillard
1
-1
/
+1
2012-07-16
Don't send UI updates if UI is not present (correct fix for r4513).
David Robillard
1
-1
/
+1
2012-07-08
Notify plugins of Jack transport changes by sending events (an atom:Blank with
David Robillard
1
-51
/
+69
2012-07-07
Don't fill plugin=>UI ringbuffer when no UI is present.
David Robillard
1
-1
/
+1
2012-06-05
Use LV2 buf-size extension.
David Robillard
1
-1
/
+45
2012-05-27
Add real-time annotations for sfpv.
David Robillard
1
-1
/
+7
2012-04-28
Crank up the update rate a bit.
David Robillard
1
-1
/
+1
2012-04-28
Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ...
David Robillard
1
-4
/
+27
2012-04-27
Ssshhh.
David Robillard
1
-3
/
+0
2012-04-27
Add comm buffer size parameter and use Jack MIDI buffer size by default.
David Robillard
1
-9
/
+20
2012-04-19
Fix MIDI buffer size stuff.
David Robillard
1
-7
/
+7
2012-04-19
Update copyright date.
David Robillard
1
-1
/
+1
2012-04-12
Use URI defines from LV2 headers where possible.
David Robillard
1
-8
/
+5
2012-04-12
Delete trailing whitespace.
David Robillard
1
-6
/
+6
2012-04-11
Fix Jack MIDI output.
David Robillard
1
-6
/
+9
2012-04-11
Fix memory leak.
David Robillard
1
-3
/
+4
2012-04-10
Make controls update when changing presets (except combos).
David Robillard
1
-19
/
+20
2012-04-09
More sensible URI node cacheing structure.
David Robillard
1
-37
/
+31
2012-04-05
Implement log extension.
David Robillard
1
-4
/
+10
2012-04-01
Fix crash with plugins without a worker interface.
David Robillard
1
-1
/
+1
2012-03-31
Move worker implementation to separate file.
David Robillard
1
-85
/
+16
2012-03-27
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2012-03-27
Implement end_run hook of worker interface.
David Robillard
1
-0
/
+4
2012-03-25
Update for latest atom extension.
David Robillard
1
-14
/
+14
2012-03-23
Implement LV2 worker extension.
David Robillard
1
-1
/
+99
2012-03-21
Remove implementation of UI resize extension which is handled autommatically ...
David Robillard
1
-36
/
+11
2012-03-20
Actually check for ui:noUserResize. Oops.
David Robillard
1
-1
/
+1
2012-03-20
Check for both ui:fixedSize and ui:noUserResize.
David Robillard
1
-7
/
+11
2012-03-20
More gracefully handle plugin => UI message overflows.
David Robillard
1
-2
/
+5
2012-03-19
Update for latest atom extension.
David Robillard
1
-1
/
+1
2012-03-18
Fix crash on plugins with no UI.
David Robillard
1
-0
/
+4
2012-03-16
Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging.
David Robillard
1
-4
/
+13
[next]