aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-02 19:36:35 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-02 19:36:35 +0000
commit1242ecdbfafd008263f0cca418c10dc1322ff21f (patch)
tree657a90e8d83af95f6fe876d2ec296603b08b26b7 /externals/grill/xsample
parent9815096db22c73cacdbb65512d1b61d633db7fa8 (diff)
""
svn path=/trunk/; revision=268
Diffstat (limited to 'externals/grill/xsample')
-rw-r--r--externals/grill/xsample/source/main.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/externals/grill/xsample/source/main.cpp b/externals/grill/xsample/source/main.cpp
index 27d66338..85fea90d 100644
--- a/externals/grill/xsample/source/main.cpp
+++ b/externals/grill/xsample/source/main.cpp
@@ -24,10 +24,9 @@ V lib_setup()
FLEXT_DSP_SETUP(xgroove);
#ifdef MAXMSP
- // That's not the right place..... (doesn't work)
- finder_addclass((char *)"MSP Sampling",(char *)"xgroove~");
- finder_addclass((char *)"MSP Sampling",(char *)"xplay~");
- finder_addclass((char *)"MSP Sampling",(char *)"xrecord~");
+ finder_addclass((C *)"MSP Sampling",(C *)"xgroove~");
+ finder_addclass((C *)"MSP Sampling",(C *)"xplay~");
+ finder_addclass((C *)"MSP Sampling",(C *)"xrecord~");
#endif
}