r4143 - trunk/tests



Author: timj
Date: 2006-12-11 20:09:01 -0500 (Mon, 11 Dec 2006)
New Revision: 4143

Modified:
   trunk/tests/perftest.cc
Log:
Mon Dec 11 00:51:36 2006  Tim Janik  <timj gtk org>

        * tests/perftest.cc:
        * beast-gtk/bstpatterncolumns.c:
        * tools/bsewavetool.cc: adapt to new tuning relative note API.

        * tests/latency/bselatencytest.idl: minor fix.




Modified: trunk/tests/perftest.cc
===================================================================
--- trunk/tests/perftest.cc	2006-12-12 01:05:22 UTC (rev 4142)
+++ trunk/tests/perftest.cc	2006-12-12 01:09:01 UTC (rev 4143)
@@ -51,7 +51,7 @@
   double start = gettime ();
 
   for(int i=0; i < max_calls; i++)
-    note_to_freq (MUSICAL_TUNING_EQUAL_TEMPERAMENT, 60, 0);
+    note_to_freq (MUSICAL_TUNING_12_TET, 60, 0);
 
   double t = gettime () - start;
   printf ("%f seconds for %d invocations => %f invocations/second, %f milli seconds per invocation\n",




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]