r4003 - trunk/bse



Author: timj
Date: 2006-10-21 18:08:18 -0400 (Sat, 21 Oct 2006)
New Revision: 4003

Modified:
   trunk/bse/ChangeLog
   trunk/bse/bsemain.h
Log:
Sun Oct 22 00:04:49 2006  Tim Janik  <timj gtk org>                                                                                                           
                                                                                                                                                              
        * bsemain.h: added allow_randomization to BseMainArgs to configure                                                                                    
        deterministic vs. non-deterministic behavor. mostly interesting                                                                                       
        for physical modelling plugins.                                                                                                                       
                                                                                                                                                              



Modified: trunk/bse/ChangeLog
===================================================================
--- trunk/bse/ChangeLog	2006-10-21 20:38:44 UTC (rev 4002)
+++ trunk/bse/ChangeLog	2006-10-21 22:08:18 UTC (rev 4003)
@@ -1,3 +1,9 @@
+Sun Oct 22 00:04:49 2006  Tim Janik  <timj gtk org>
+
+	* bsemain.h: added allow_randomization to BseMainArgs to configure
+	deterministic vs. non-deterministic behavor. mostly interesting
+	for physical modelling plugins.
+
 Sat Oct 21 20:56:27 2006  Stefan Westerfeld  <stefan space twc de>
 
 	* tests/resamplehandle.cc: Improved comment.

Modified: trunk/bse/bsemain.h
===================================================================
--- trunk/bse/bsemain.h	2006-10-21 20:38:44 UTC (rev 4002)
+++ trunk/bse/bsemain.h	2006-10-21 22:08:18 UTC (rev 4003)
@@ -72,6 +72,7 @@
   bool		load_core_plugins;	/* init-value "load-core-plugins" */
   bool		load_core_scripts;	/* init-value "load-core-scripts" */
   bool          force_fpu;		/* init-value "force-fpu" */
+  bool          allow_randomization;	/* init-value "allow-randomization" - enables non-deterministic behavior */
   const gchar  *bse_rcfile;
   const gchar  *override_plugin_globs;
   const gchar  *override_script_path;




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