From fbfc74f6c4d92f088856f543699983baabf167fa Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 3 Aug 2003 02:49:47 +0000 Subject: "" svn path=/trunk/; revision=820 --- externals/grill/xsample/source/main.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'externals/grill/xsample/source/main.cpp') diff --git a/externals/grill/xsample/source/main.cpp b/externals/grill/xsample/source/main.cpp index 5149ea05..8e6e380f 100644 --- a/externals/grill/xsample/source/main.cpp +++ b/externals/grill/xsample/source/main.cpp @@ -14,15 +14,15 @@ WARRANTIES, see the file, "license.txt," in this distribution. // Initialization function for xsample library static V xsample_main() { - post("-------------------------------"); - post("xsample objects, version " XSAMPLE_VERSION); - post(""); - post(" xrecord~, xplay~, xgroove~ "); - post(" (C)2001-2003 Thomas Grill "); + flext::post("-------------------------------"); + flext::post("xsample objects, version " XSAMPLE_VERSION); + flext::post(""); + flext::post(" xrecord~, xplay~, xgroove~ "); + flext::post(" (C)2001-2003 Thomas Grill "); #ifdef FLEXT_DEBUG - post(" DEBUG BUILD "); + flext::post(" DEBUG BUILD "); #endif - post("-------------------------------"); + flext::post("-------------------------------"); // call the objects' setup routines FLEXT_DSP_SETUP(xrecord); -- cgit v1.2.1