aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/source/record.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-09-26 14:00:27 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-09-26 14:00:27 +0000
commit520a243c297175386ab31c78c84693a664934a69 (patch)
treef9ae9f5c22ebd8234446c8ce2cbb3d6eba215df7 /externals/grill/xsample/source/record.cpp
parent4eb1464e5439332693a92ab76776b06d9b0c8700 (diff)
small fixes
update for new flext callback naming - made xcode project - fixed loop record bug - some small cleanups svn path=/trunk/; revision=3638
Diffstat (limited to 'externals/grill/xsample/source/record.cpp')
-rw-r--r--externals/grill/xsample/source/record.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/xsample/source/record.cpp b/externals/grill/xsample/source/record.cpp
index 3d9f0605..92738a2e 100644
--- a/externals/grill/xsample/source/record.cpp
+++ b/externals/grill/xsample/source/record.cpp
@@ -13,6 +13,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#pragma warning (disable:4244)
#endif
+extern "C++" {
class xrecord:
public xsample
@@ -86,6 +87,8 @@ private:
FLEXT_CALLBACK_V(m_draw)
};
+}
+
FLEXT_LIB_DSP_V("xrecord~",xrecord)
@@ -491,3 +494,4 @@ void xrecord::m_print()
post("sigmode = %s, append = %s, loop = %s, mixmode = %i",sigmode?"yes":"no",appmode?"yes":"no",doloop?"yes":"no",mixmode);
post("");
}
+