diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2007-02-07 11:04:04 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2007-02-07 11:04:04 +0000 |
commit | 5f2b5d117d7404140da3532677f0e698eab6a46a (patch) | |
tree | 1d429e3ba949de3ca6637ce822072e149a28663f /gfsm/src | |
parent | ea611a8fd04ac9bac9e87ab1017a8666d1e80973 (diff) |
+ tiny gfsm_markov fix
svn path=/trunk/externals/moocow/; revision=7407
Diffstat (limited to 'gfsm/src')
-rw-r--r-- | gfsm/src/gfsm_markov.pd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gfsm/src/gfsm_markov.pd b/gfsm/src/gfsm_markov.pd index 705e56f..a248b70 100644 --- a/gfsm/src/gfsm_markov.pd +++ b/gfsm/src/gfsm_markov.pd @@ -12,12 +12,10 @@ #X text 107 441 bang : synonym for "next"; #X text 16 24 SYNTAX: gfsm_markov OBJNAME; #X text 15 44 REQUIRES:; -#X obj 83 44 gfsm; #X text 75 147 load BASE : load text files BASE.lab and BASE.tfst; #X text 75 159 save BASE : save text files BASE.lab \, BASE.tfst; #X text 47 182 load_bin BASE : load files BASE.lab \, BASE.gfst; #X text 47 194 save_bin BASE : save files BASE.lab \, BASE.gfst; -#X obj 121 45 zexy; #X text 156 294 from current state \, and move to; #X text 23 281 add A1 A2 WEIGHT : add WEIGHT to arc on atom-pair A1:A2 ; @@ -35,6 +33,7 @@ A1:A2; #X text 217 92 2 - upper side atoms on "next"; #X text 217 78 1 - lower side atoms on "next"; #X text 102 250 clear : clear underlying objects; +#X text 82 44 [gfsm] \, [zexy]; #X restore 309 19 pd gfsm_markov_doc; #X obj 20 60 inlet; #X obj 22 261 outlet; |