Page 1 of 1
Posted: 18 Dec 2013, 22:51
by caco
I've uploaded a new user module that can output random numbers using different distribution types, e.g Gaussian, Cauchy, Uniform etc. Data can be output at audio rate, control rate or when triggered by the user.
An example patch is included so you can visualise the different distribution types and see the effect the parameters have. Note that not all parameters affect all distribution types.
I've only done basic testing so far so please let me know if you find the inevitable bugs...
Posted: 18 Dec 2013, 23:21
by senso
thanks (again) for your contribution.
senso++++
Posted: 19 Dec 2013, 10:09
by caco
Thank you senso, and thanks to you for Usine

Posted: 20 Dec 2013, 12:05
by 23fx23
cooool

many thx caco
Posted: 20 Dec 2013, 12:08
by senso
I hope an OSX version will be available soon:)
Posted: 20 Dec 2013, 12:13
by caco
me too
Hoping to have some intermittent access to a mac soon so should be a version from me in a few weeks. Otherwise, I will be open-sourcing all my modules and putting the code up on github incase anybody is interested in it.
Posted: 20 Dec 2013, 13:36
by cmodica
I am sorry to not be able to help you, but i hope an OSX version too
thanks.
Posted: 21 Dec 2013, 10:41
by ynohtna
I've just setup my latest MacBook Pro with all the development tools one could need, so I'd be up for attempting (no promises it'd be successful!) to build an OSX version when the code's available.
Posted: 21 Dec 2013, 12:57
by caco
Here is a simple one for you to start with, it's all based on the Template Module so you should just be able to drop the code in to the project.
https://github.com/martineastwood/mersenne_hollyhock
Posted: 09 Apr 2014, 20:46
by caco
Finally remembered to add the source for my distributions user module to github -
https://github.com/martineastwood/distr ... _hollyhock