From 9ed18c7064226e1edc06f5a51fd569083971d448 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 20 Oct 2011 04:37:06 +0000 Subject: ported chaos to the Library Template, now with libchaos support svn path=/trunk/externals/bbogart/chaos/; revision=15625 --- examples/readme-frac-format.pd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/readme-frac-format.pd (limited to 'examples/readme-frac-format.pd') diff --git a/examples/readme-frac-format.pd b/examples/readme-frac-format.pd new file mode 100644 index 0000000..950f56c --- /dev/null +++ b/examples/readme-frac-format.pd @@ -0,0 +1,22 @@ +#N canvas 171 208 685 432 10; +#X text 31 36 The format of this file is pretty simple (or tries to +be).; +#X text 55 69 Line 1: name - this is used as the 'c' identifier; +#X text 55 81 Line 2: - integer for each +; +#X text 55 93 Line 3-x: - var name and start state; +#X text 55 105 Line y-z: - param data; +#X text 55 131 Line c: '.' - file must end with a single period '.' +; +#X text 33 180 This file is used by 'gen_fractal_framework' to produce +the 'C' source for the external.; +#X text 62 225 ** - The pseudo-code must not have any spaces. Each +line in the pseudo-code is considered to be a single "assignment" statement. +There is no need to worry about creating storage for any intermediate +(calculated) variables \, as that is done by the translation program. +The pseudo-code represents variables and parameters with a '$' before +the variable name. Locals are allowed \, but are preceded with a '#'. +(Locals are used as 'intermediate' \, computed values that are not +retained from iteration to iteration.); +#X text 55 118 Line a-b: - line(s) of frac 'pseudo-code' +**; -- cgit v1.2.1