Hi,
Is there an external for reading a scl files for micro tuning scales ? same as in max msp object scl.reader
or - anyone explored micro tuning scales in pd?
thanks
Reading scl files (micro tuning synth)
Hi,
Is there an external for reading a scl files for micro tuning scales ? same as in max msp object scl.reader
or - anyone explored micro tuning scales in pd?
thanks
Some file format description if someone need it:
https://www.huygens-fokker.org/scala/scl_format.html
Work in progress : FCPD a FreeCAD PureData connexion
but is there any abstraction that can handle those files and generate a list of frequencies out of it?
Else has scala
The Max object you posted is actually JavaScript, and in Pd there's [js4pd], or something like that, which is still in beta IIRC. You could probably port the code from the Max object to Pd through that.
yes
else/scala
Thanks, I will look into it.
I wanted to ask as well: Does PD have something equivilant for gen~ in max to processes a audio at 1 sample delay?
So I've looked into Else. He have so many great stuff!!
his scala object output the name of the scale an a list of frequencies based on the ratios or cents?
my question is how can I generate a list of 127 frequencies of that list so I could later play those frequencies using a midid keyboard or something similar
here is an example of the max object that is outputting 127 frequencies above and below middle C based on the chosen scale ratios/cents
@omer1789 Here is a quick abstraction that will work like [mtof], an incoming midi note will trigger the corresponding note of the scale as output by [else/scala] or just a scale in cents input into the left inlet. Think I got all the bugs out.
m2s.pd
m2s-help.pd
Edit: Replaced the [text] with [array]
Just great! thanks!
Oops! Looks like something went wrong!