Created
May 29, 2019 19:30
-
-
Save jpcima/ad98f97a672d8d3270fed5b6384802b5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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