Distributions
-
caco
- Member
- Posts: 306
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...
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...
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
thanks (again) for your contribution.
senso++++
senso++++
Olivier Sens
www.brainmodular.com
www.brainmodular.com
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
I hope an OSX version will be available soon:)
Olivier Sens
www.brainmodular.com
www.brainmodular.com
- cmodica
- Member
- Posts: 616
- Location: Pélissanne
- Contact:
I am sorry to not be able to help you, but i hope an OSX version too 
thanks.
thanks.
-
ynohtna
- Member
- Posts: 36
- Location: Brighton, UK
- Contact:
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.
-
caco
- Member
- Posts: 306
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
https://github.com/martineastwood/mersenne_hollyhock
-
caco
- Member
- Posts: 306
Finally remembered to add the source for my distributions user module to github - https://github.com/martineastwood/distr ... _hollyhock
