aboutsummaryrefslogtreecommitdiff
path: root/audio/stegosaurus-lv2/files/patch-stegosaurus__synth.c
blob: 7d99a6ca9f8d97d51f45db4e40cf7769b8a36d28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- stegosaurus_synth.c.orig	2020-09-19 18:50:38 UTC
+++ stegosaurus_synth.c
@@ -2,6 +2,8 @@
 #include "stegosaurus_synth.h"
 #include "noise.h"
 
+stegosaurus* stegosaurus_self = 0;
+
 voice* voices[4];
 int next_voice = 0;
 int keys[128];