looking for implementations of markov chains i found http://footils.org/cms/weblog/2009/may/23/markov-chains-pure-data/ but the page seems to be gone?
can anybody point me to some simple markov patches? appreciated
On 30/09/10 19:45, L.J. wrote:
looking for implementations of markov chains i found http://footils.org/cms/weblog/2009/may/23/markov-chains-pure-data/ but the page seems to be gone?
can anybody point me to some simple markov patches?
There's one in the documentation but that method would become painful for larger chains and learning:
doc/2.control.examples/21.markov.chain.pd
GridFlow has an example too: gridflow/examples/markov.pd
I also have a half-finished project using pdlua implementing Markov chain stuff, little-to-no documentation on how to use it though:
http://claudiusmaximus.goto10.org/cm/2010-01-28_markiii_demos.html
appreciated
Yes, I remember that post :/ There is a simple example in the Help browser: 0_Pd/2.control.examples/21.markov.chain.pd
On 30 September 2010 21:45, L.J. potaxpotax@gmail.com wrote:
looking for implementations of markov chains i found http://footils.org/cms/weblog/2009/may/23/markov-chains-pure-data/ but the page seems to be gone?
can anybody point me to some simple markov patches? appreciated
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
morning,
there are some utilities for using finite state automata as (hidden) markov models in the [gfsm] suite (namely the [gfsm_markov] abstraction):
http://www.ling.uni-potsdam.de/~moocow/projects/pd/pd-gfsm-0.05-2.tar.gz
(should also be in pd-extended, unless it has broken since I last looked).
There are also some simple examples of using [gfsm] to generate markov sequences in the slides from my talk at pd~convention 2004:
http://www.ling.uni-potsdam.de/~moocow/pubs/pdconv04talk.pdf
marmosets, Bryan
On 2010-09-30 20:45:22, "L.J." potaxpotax@gmail.com appears to have written:
looking for implementations of markov chains i found http://footils.org/cms/weblog/2009/may/23/markov-chains-pure-data/ but the page seems to be gone?
can anybody point me to some simple markov patches? appreciated
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Thu, Sep 30, 2010 at 08:45:22PM +0200, L.J. wrote:
looking for implementations of markov chains i found http://footils.org/cms/weblog/2009/may/23/markov-chains-pure-data/ but the page seems to be gone?
Yeah, sorry, I had a nasty data loss. But the knowledge of that page found its way into the rj library, more specifically into the [c_markov] and [m_markovanal] objects. Their help files contain useful info and examples.
Get the rj library at: http://github.com/rjdj/rjlib, it works with a pure vanilla Pd setup, so installation is a breeze.
Frank Barknecht Do You RjDj.me? _ ______footils.org__
On Thu, Sep 30, 2010 at 08:45:22PM +0200, L.J. wrote:
looking for implementations of markov chains i found http://footils.org/cms/weblog/2009/may/23/markov-chains-pure-data/ but the page seems to be gone?
Oh, and attached are the example files linked from there originally. But it's more cleaned up in the rj-version.
Frank Barknecht Do You RjDj.me? _ ______footils.org__
To throw in another example:
Markov chains are built in real time based on pianist input in Philippe Manoury's piece, Pluton. The patch for the piece is included in the Pd Repertory Project on Miller's website. It uses an extern called [snarkov] though, so if you're looking for a purely patch-based example it won't be useful.
On Thu, Sep 30, 2010 at 2:45 PM, L.J. potaxpotax@gmail.com wrote:
looking for implementations of markov chains i found http://footils.org/cms/weblog/2009/may/23/markov-chains-pure-data/ but the page seems to be gone?
can anybody point me to some simple markov patches? appreciated
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list