Skip to content

Instantly share code, notes, and snippets.

@jpcima
Created May 29, 2019 19:30
Show Gist options
  • Save jpcima/ad98f97a672d8d3270fed5b6384802b5 to your computer and use it in GitHub Desktop.
Save jpcima/ad98f97a672d8d3270fed5b6384802b5 to your computer and use it in GitHub Desktop.
diff -ru naspro-bridges-0.5.1.orig/dssi/plugin.c naspro-bridges-0.5.1/dssi/plugin.c
--- naspro-bridges-0.5.1.orig/dssi/plugin.c 2014-02-06 00:24:32.000000000 +0100
+++ naspro-bridges-0.5.1/dssi/plugin.c 2019-05-29 21:14:27.972507091 +0200
@@ -245,7 +245,7 @@
/* Let's try to steal MIDI programs as presets... */
instance = desc->LADSPA_Plugin->instantiate(desc->LADSPA_Plugin,
- 480000);
+ 48000);
if (instance == NULL)
return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment