aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flout.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-16 05:01:07 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-16 05:01:07 +0000
commitcb200bed741bf550e77a818947fcfd9c72301278 (patch)
treef09cdc27886330419ad15d5cec98225d1f1aff61 /externals/grill/flext/source/flout.cpp
parentf106d86ba8dbdf3c50f2c8fa2cd971114a485920 (diff)
dropped support for Max UI objects
fix for _long_ attribute dialogs delete project builder project (in favor of xcode) typo fixed in attribute editor add xcode project some fixes for OSX builds svn path=/trunk/; revision=2390
Diffstat (limited to 'externals/grill/flext/source/flout.cpp')
-rw-r--r--externals/grill/flext/source/flout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flout.cpp b/externals/grill/flext/source/flout.cpp
index 0c7beedc..922dc59f 100644
--- a/externals/grill/flext/source/flout.cpp
+++ b/externals/grill/flext/source/flout.cpp
@@ -230,8 +230,8 @@ bool flext_base::InitInlets()
// incnt = cnt;
if(insigs)
-// dsp_setup(thisHdr(),insigs); // signal inlets
- dsp_setupbox(thisHdr(),insigs); // signal inlets
+ dsp_setup(thisHdr(),insigs); // signal inlets
+// dsp_setupbox(thisHdr(),insigs); // signal inlets
}
#elif FLEXT_SYS == FLEXT_SYS_JMAX
{