Hi all,
I forgot to mention: Last summer I ported the markov object written for Max some 11 years ago to pd. If someone is interested, I can send it off list. I didn't dare to post it as it is not very well documented and I just can't find the time to get some help patches done, so it's only for the brave ;-)
It's linux only yet, but it should be rather trivial to compile for other platforms.
-- Orm
P.S.: Some info on the object:
markov chains up to any order (right now it's limited in a #DEFINE statement to a maximum of 32, which should serve about any needs, but a simple recompile could change that easily).
changing the order while it is running/generating events.
feedback generated events to the table (changing the probabilities)
search mode to report weights of chains.
saving and loading states to/from a file or dumping to the outlets.
memory usage is low and grows linearly with order or number of elements in the table.
very efficient due to a multidimensional search tree.
Hallo, Orm Finnendahl hat gesagt: // Orm Finnendahl wrote:
I forgot to mention: Last summer I ported the markov object written for Max some 11 years ago to pd. If someone is interested, I can send it off list. I didn't dare to post it as it is not very well documented and I just can't find the time to get some help patches done, so it's only for the brave ;-)
I, and I think a lot of others, would be quite interested, so I'd suggest you maybe put it on your of the puredata.org website?
Frank Barknecht _ ______footils.org__
yes please!
On Fri, 2004-12-10 at 05:03, Frank Barknecht wrote:
Hallo, Orm Finnendahl hat gesagt: // Orm Finnendahl wrote:
I forgot to mention: Last summer I ported the markov object written for Max some 11 years ago to pd. If someone is interested, I can send it off list. I didn't dare to post it as it is not very well documented and I just can't find the time to get some help patches done, so it's only for the brave ;-)
I, and I think a lot of others, would be quite interested, so I'd suggest you maybe put it on your of the puredata.org website?
Ciao
I forgot to mention: Last summer I ported the markov object written for Max some 11 years ago to pd. If someone is interested, I can send it off list. I didn't dare to post it as it is not very well documented and I just can't find the time to get some help patches done, so it's only for the brave ;-)
what about cvs?
tim
Hi all,
the markov object including some help and an example patch using Renaissance music is put online. Check it out at:
http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html
(at the bottom of the page).
Am 10. Dezember 2004, 16:48 Uhr (+0100) schrieb Tim Blechmann:
what about cvs?
Not yet. It is really not in a state to put it to CVS. I like the idea of a central repository and maybe the other objects on my download page are in better shape. But I guess most of that stuff is already dated/replaced by more useful objects...
If some people find the markov object useful please let me know. I really can't promise to do much until the spring break, though. After that it should be easier to find the time fixing it up and cleaning some of the code to be more pd specific (like getting rid of the stupid integer restrictions or making it work in the signal domain).
-- Orm