diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-24 02:54:49 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-24 02:54:49 +0000 |
commit | e8a23d8c76c1ecc0147cd6ed143574a5435bbcf7 (patch) | |
tree | dc7fb69b9375d05bd95a69fe2b35291e3fb8f4cf /audio/spiralloops/files | |
parent | 9ba9c792a90d93bef76b690b6e42a6ed475c7e4e (diff) | |
download | ports-e8a23d8c76c1ecc0147cd6ed143574a5435bbcf7.tar.gz ports-e8a23d8c76c1ecc0147cd6ed143574a5435bbcf7.zip |
new port of SpiralLoops 0.0.1, an experimental loop-based sampler
PR: 24522
Notes
Notes:
svn path=/head/; revision=40304
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; |