aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <electrickery@users.sourceforge.net>2015-06-18 08:37:52 +0000
committerN.N. <electrickery@users.sourceforge.net>2015-06-18 08:37:52 +0000
commitdc3ea3242a0d27ed3abecb2726000daf053d2965 (patch)
treeb21506ec00f4bf56309e9c7048a949f03c854bd5
parenta00c146abdbf4a287a9070bb3444e05be1e1c729 (diff)
removed logpost() from cyclone objects for now
svn path=/trunk/externals/miXed/; revision=17491
-rw-r--r--cyclone/hammer/Bucket.c4
-rw-r--r--cyclone/hammer/coll.c4
-rw-r--r--cyclone/hammer/decide.c5
-rw-r--r--cyclone/hammer/funbuff.c4
-rw-r--r--cyclone/shadow/nettles.c4
-rw-r--r--cyclone/sickle/Line.c4
-rw-r--r--cyclone/sickle/buffir.c4
-rw-r--r--cyclone/sickle/index.c4
-rw-r--r--cyclone/sickle/lookup.c4
-rw-r--r--cyclone/sickle/peek.c4
-rw-r--r--cyclone/sickle/play.c4
-rw-r--r--cyclone/sickle/poke.c4
-rw-r--r--cyclone/sickle/rand.c4
-rw-r--r--cyclone/sickle/record.c4
-rw-r--r--cyclone/sickle/wave.c4
15 files changed, 31 insertions, 30 deletions
diff --git a/cyclone/hammer/Bucket.c b/cyclone/hammer/Bucket.c
index 76a8f10..fcfa2bb 100644
--- a/cyclone/hammer/Bucket.c
+++ b/cyclone/hammer/Bucket.c
@@ -142,8 +142,8 @@ void Bucket_setup(void)
gensym("set"), A_FLOAT, 0);
class_addmethod(Bucket_class, (t_method)Bucket_ltor, gensym("l2r"), 0);
class_addmethod(Bucket_class, (t_method)Bucket_rtol, gensym("r2l"), 0);
- logpost(NULL, 4, "this is cyclone/Bucket %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/Bucket %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
void bucket_setup(void)
diff --git a/cyclone/hammer/coll.c b/cyclone/hammer/coll.c
index 94b28ee..2b57fa8 100644
--- a/cyclone/hammer/coll.c
+++ b/cyclone/hammer/coll.c
@@ -1650,6 +1650,6 @@ void coll_setup(void)
class itself has been already set up above), but it is better to
have it around, just in case... */
hammerfile_setup(collcommon_class, 0);
- logpost(NULL, 4, "this is cyclone/coll %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/coll %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/hammer/decide.c b/cyclone/hammer/decide.c
index 9f5742c..61c31f9 100644
--- a/cyclone/hammer/decide.c
+++ b/cyclone/hammer/decide.c
@@ -77,5 +77,6 @@ void decide_setup(void)
gensym("ft1"), A_FLOAT, 0);
/* CHECKED list is auto-unfolded */
/* CHECKED doesn't understand "seed" */
- logpost(NULL, 4, "this is cyclone/decide %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);}
+// logpost(NULL, 4, "this is cyclone/decide %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+}
diff --git a/cyclone/hammer/funbuff.c b/cyclone/hammer/funbuff.c
index f192896..18928b3 100644
--- a/cyclone/hammer/funbuff.c
+++ b/cyclone/hammer/funbuff.c
@@ -530,6 +530,6 @@ void funbuff_setup(void)
gensym("debug"), A_DEFFLOAT, 0);
#endif
hammerfile_setup(funbuff_class, 1);
- logpost(NULL, 4, "this is cyclone/funbuff %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/funbuff %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/shadow/nettles.c b/cyclone/shadow/nettles.c
index c9ddb04..ae04894 100644
--- a/cyclone/shadow/nettles.c
+++ b/cyclone/shadow/nettles.c
@@ -568,8 +568,8 @@ void nettles_setup(void)
gensym("set"), A_FLOAT, 0);
class_sethelpsymbol(sigaccum_class, gensym("nettles"));
- logpost(NULL, 4, "this is cyclone/nettles %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/nettles %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
void allnettles_setup(void)
diff --git a/cyclone/sickle/Line.c b/cyclone/sickle/Line.c
index fc9dffc..2ef31c0 100644
--- a/cyclone/sickle/Line.c
+++ b/cyclone/sickle/Line.c
@@ -336,8 +336,8 @@ void Line_tilde_setup(void)
gensym("pause"), 0);
class_addmethod(line_class, (t_method)line_resume,
gensym("resume"), 0);
- logpost(NULL, 4, "this is cyclone/Line~ %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/Line~ %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
void line_tilde_setup(void)
diff --git a/cyclone/sickle/buffir.c b/cyclone/sickle/buffir.c
index b3abd0e..95eb119 100644
--- a/cyclone/sickle/buffir.c
+++ b/cyclone/sickle/buffir.c
@@ -214,6 +214,6 @@ void buffir_tilde_setup(void)
class_addmethod(buffir_class, (t_method)buffir_set,
gensym("set"), A_SYMBOL, A_DEFFLOAT, A_DEFFLOAT, 0);
fitter_setup(buffir_class, 0);
- logpost(NULL, 4, "this is cyclone/buffir~ %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/buffir~ %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/sickle/index.c b/cyclone/sickle/index.c
index c185e9e..99ac011 100644
--- a/cyclone/sickle/index.c
+++ b/cyclone/sickle/index.c
@@ -105,6 +105,6 @@ void index_tilde_setup(void)
gensym("set"), A_SYMBOL, 0);
class_addmethod(index_class, (t_method)index_ft1,
gensym("ft1"), A_FLOAT, 0);
- logpost(NULL, 4, "this is cyclone/index~ %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/index~ %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/sickle/lookup.c b/cyclone/sickle/lookup.c
index dd2b203..3f51e69 100644
--- a/cyclone/sickle/lookup.c
+++ b/cyclone/sickle/lookup.c
@@ -92,6 +92,6 @@ void lookup_tilde_setup(void)
arsic_setup(lookup_class, lookup_dsp, SIC_FLOATTOSIGNAL);
class_addmethod(lookup_class, (t_method)lookup_set,
gensym("set"), A_SYMBOL, 0);
- logpost(NULL, 4, "this is cyclone/lookup~ %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/lookup~ %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/sickle/peek.c b/cyclone/sickle/peek.c
index 5a5233e..00132ab 100644
--- a/cyclone/sickle/peek.c
+++ b/cyclone/sickle/peek.c
@@ -145,6 +145,6 @@ void peek_tilde_setup(void)
gensym("ft2"), A_FLOAT, 0);
class_addmethod(peek_class, (t_method)peek_clip,
gensym("clip"), A_FLOAT, 0);
- logpost(NULL, 4, "this is cyclone/peek~ %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/peek~ %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/sickle/play.c b/cyclone/sickle/play.c
index f686577..9593dcf 100644
--- a/cyclone/sickle/play.c
+++ b/cyclone/sickle/play.c
@@ -120,6 +120,6 @@ void play_tilde_setup(void)
arsic_setup(play_class, play_dsp, SIC_FLOATTOSIGNAL);
class_addmethod(play_class, (t_method)play_set,
gensym("set"), A_SYMBOL, 0);
- logpost(NULL, 4, "this is cyclone/play~ %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/play~ %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/sickle/poke.c b/cyclone/sickle/poke.c
index 3e7eab7..8516bef 100644
--- a/cyclone/sickle/poke.c
+++ b/cyclone/sickle/poke.c
@@ -153,6 +153,6 @@ void poke_tilde_setup(void)
gensym("set"), A_SYMBOL, 0);
class_addmethod(poke_class, (t_method)poke_ft2,
gensym("ft2"), A_FLOAT, 0);
- logpost(NULL, 4, "this is cyclone/poke~ %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/poke~ %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/sickle/rand.c b/cyclone/sickle/rand.c
index 97aae29..93609c5 100644
--- a/cyclone/sickle/rand.c
+++ b/cyclone/sickle/rand.c
@@ -91,6 +91,6 @@ void rand_tilde_setup(void)
sizeof(t_rand), 0,
A_DEFFLOAT, 0);
sic_setup(rand_class, rand_dsp, SIC_FLOATTOSIGNAL);
- logpost(NULL, 4, "this is cyclone/rand~ %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/rand~ %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/sickle/record.c b/cyclone/sickle/record.c
index e65126f..20dfee7 100644
--- a/cyclone/sickle/record.c
+++ b/cyclone/sickle/record.c
@@ -269,6 +269,6 @@ void record_tilde_setup(void)
gensym("set"), A_SYMBOL, 0);
class_addmethod(record_class, (t_method)record_reset,
gensym("reset"), 0);
- logpost(NULL, 4, "this is cyclone/record~ %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/record~ %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/sickle/wave.c b/cyclone/sickle/wave.c
index 10c98a3..1269842 100644
--- a/cyclone/sickle/wave.c
+++ b/cyclone/sickle/wave.c
@@ -159,6 +159,6 @@ void wave_tilde_setup(void)
gensym("set"), A_SYMBOL, 0);
class_addmethod(wave_class, (t_method)wave_interp,
gensym("interp"), A_FLOAT, 0);
- logpost(NULL, 4, "this is cyclone/wave~ %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/wave~ %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}