Graphical editor for probability matrix
I have found the [prob] object to be useful in modelling state changes of musical elements such as pitch. However, it is a bit tedious typing the state transitions in manually. It would be nicer to draw the state diagram, draw arrows between states to represent transitions and attach values to the arrows to reppresent the probability of that transition, then automatically print out the matrix as text. Has anyone seen such a program? Is there any other available tool for editing probability matrices?
What about a jit.cellblock object where horizontal and vertical axes represent from and to states, and the cells contain the probability. Communicating all states to [prob] could be done going [anal].
Thanks for the suggestion. I am new to Max and haven't ventured into jit yet. I will look into it.
I put together a handy markov utility that you might find useful.
It reads and writes data sets (text files) that contain state information as well as data that
corresponds to those states. Once a data set is loaded, you can then trigger a new state
with prob and the corresponding data element will be output. You can also manually
enter in the states and data.
Thanks Anthony. That saves me a lot of effort.