This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Report parameter request changes as supported for JACK standalone
Signed-off-by: falkTX <falktx@falktx.com>
pull/281/head
falkTX
4 years ago
parent
294c2d2665
commit
f2a117c4b5
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
distrho/src/DistrhoPluginJack.cpp
+ 1
- 0
distrho/src/DistrhoPluginJack.cpp
View File
@@ -788,6 +788,7 @@ int main()
d_lastBufferSize = jack_get_buffer_size(client);
d_lastSampleRate = jack_get_sample_rate(client);
d_lastCanRequestParameterValueChanges = true;
const PluginJack p(client);
Write
Preview
Loading…
Cancel
Save