-
jyg
posted in technical issues • read moreAFAIK, there is the formant-filter module in automatonism (available on deken)
-
jyg
posted in tutorials • read moreI have some projects that do parsing of pd files to extract GUI widgets parameters (to create a json file with custom guis in mobmuplat or Open Stage Control)
You can check this : https://github.com/jyg/stage and look inside stage.pd -
jyg
posted in technical issues • read moreYou should have a look there. The developpers are very responsive. Or alternatively you should create an issue on github.
-
-
jyg
posted in technical issues • read more@1-1110 Hi, I can reproduce it with automatonism 3.0 version. Really seems a bug.
However, kick and some other objects have their own integrated preset system, and should not interact with the preset-manager module.For your information, I made my own fork of automatonism with new features.
You can directly install a (not so updated) version from pd's "find externals" menu. (just search for "automatonism" in the dialog box).
Still some bugs, but the github repo https://github.com/jyg/automatonism-reloaded is more up to date. My plans are to make a new deken release this summer. -
jyg
posted in technical issues • read moreYou can check e_beequad-help.pd in rj lib https://github.com/rjdj/rjlib/tree/master/rj .
There are abstractions : u_lowpass, u_highpass, u_bandpass etc.. that compute the biquad coeffs for you . -
jyg
posted in technical issues • read moreThere is the bop project https://github.com/zealtv/bop (see bop.semisteps and bop.frets objects) that use decimals in a float to describe chords as intervals on top of the fundamental. Not so simple but very clever.
-
jyg
posted in technical issues • read more@alexandros Hi, I get an SHA 256 error when I try to install neuralnet via deken. Is there some Windows binary available somewhere else ? Thanks
-
-
jyg
posted in technical issues • read moreBecause only messages beginning with a float as first atom are implicitely handled as lists by puredata.
If you suppress this first atom with [route], you get a message with 2 atoms, the first being treated as a selector, and the second as a float.
This message is handled as a message --like, for example, the message [ set 1( -- , not as a list.
You must prepend the "list" selector to further process it as a list : just insert a [list] object after the output of [route]. -
-
jyg
posted in technical issues • read moreCheck also AOO
Audio over Internet but also messaging (check pipelines section https://git.iem.at/cm/aoo/-/pipelines). It uses a public server for connection between peers.
https://git.iem.at/cm/aoo -
jyg
posted in patch~ • read moreHi, you can check Derek Holzer vectorsynthesis lib
https://github.com/macumbista/vectorsynthesis
You 'll need an oscilloscope software for displaying lissajou curves

