diff options
author | trevor <trevor@FreeBSD.org> | 2001-03-24 10:54:49 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-03-24 10:54:49 +0800 |
commit | 755bebdbfea82365e8880a11c1edc18db2ef234e (patch) | |
tree | 9d4144719e624c19f1395914ff68c3cfe985f3e9 /audio/spiralloops/files | |
parent | 0345e88d6518a9ed80a5b2f6d970125c862da0bd (diff) | |
download | freebsd-ports-gnome-755bebdbfea82365e8880a11c1edc18db2ef234e.tar.gz freebsd-ports-gnome-755bebdbfea82365e8880a11c1edc18db2ef234e.tar.zst freebsd-ports-gnome-755bebdbfea82365e8880a11c1edc18db2ef234e.zip |
new port of SpiralLoops 0.0.1, an experimental loop-based sampler
PR: 24522
Diffstat (limited to 'audio/spiralloops/files')
-rw-r--r-- | audio/spiralloops/files/patch-SpiralLoops.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/spiralloops/files/patch-SpiralLoops.h b/audio/spiralloops/files/patch-SpiralLoops.h new file mode 100644 index 000000000000..2b6d78209849 --- /dev/null +++ b/audio/spiralloops/files/patch-SpiralLoops.h @@ -0,0 +1,13 @@ +SpiralLoops.C:196: assignment to `char *' from `const char *' discards qualifiers + +--- SpiralLoops.h.orig Sun Nov 26 07:53:44 2000 ++++ SpiralLoops.h Wed Dec 6 21:55:54 2000 +@@ -85,7 +85,7 @@ + short *(*Run)(void); + void (*Destroy)(void); + void *handle; +- char *error; ++ const char *error; + short *m_PluginBuffer; + bool m_PluginOpen; + bool m_PluginLinked; |