-
whale-av
posted in Off topic • read more@Jake-15m3 You might find some clues here....... https://forum.pdpatchrepo.info/topic/11850/explanation-for-lop-object-in-this-patch-requested
Some discussion and maths in that thread, and links from @seb-harmonik.ar that lead to posts showing the source code for such a low pass filter.I can imagine that audio modelling could resemble fluid dynamics of an incompressible liquid so... ?
David. -
whale-av
posted in technical issues • read more@ddw_music Well you can change the font for the patch........ change font.pd ... but it doesn't help for the console or menus.
You can also set the same for your Pd in the preferences with a startup flag...... -font-size x
Pd boxes (messages, objects) are scaled to the font but arrays and graphics are not.
And it will likely make a mess when sharing too.
There was a discussion about setting the DPI for the OS I think, and then excluding all other programs but that is probably not satisfactory either.
Of course someone might have a better solution since the last time this was asked.
Discussion found so far...... https://lists.iem.at/hyperkitty/list/pd-list@lists.iem.at/message/D7Y2HW3X3IMYEAF2N7DY5GR2T3G2A6RQ/I have noticed that sizes are sometimes different in different releases for windows so it could be worth delving deeper.
David.
P.S. just playing around with pdwindow.tcl....... I am sure it can be taken further.......

-
-
whale-av
posted in technical issues • read more@phil12345678910 That looks like windows. The exception suggests a registry problem.
As nobody has replied and I see nothing in the Pd-list it is maybe safe to assume that you are the only one suffering.
Which version did you download and did you install it or is it the portable version.
There are still 32-bit versions on the download page...... https://puredata.info/downloads/pure-data ... and quite a few experimental versions of 56.2 at the moment.
Did you get the right one?I only have Pd-Extended actually installed.
I keep up to date in windows using the portable version (64-bit for me) and I have no problems with the current 0.56-2 second bugfix release.
Maybe try the portable version to see if you have the same problem.
You cannot start the portable version with a double-click of a patch file.... that will open the version that you have installed instead.
You have to open it (Pd) and then open the patch from the Menu open dialog in the console...
David. -
whale-av
posted in technical issues • read more@willblackhurst Look inside [pd vu] in the [pd example] sub patch and you will see that that is where the audio signal is converted to floats using [env~]......
David. -
whale-av
posted in tutorials • read more@willblackhurst Yes.... it does seem to have disappeared completely.... Browser independent.... just gone.
The wayback machine might find it.
I tried to explain it here in English..... https://forum.pdpatchrepo.info/topic/9774/pure-data-noob/4
A few others also contributed and it might be worth reading the whole thread from the beginning.
David. -
whale-av
posted in technical issues • read more@willblackhurst No. It takes floats in and you need something like [env~] or [slop~] to convert (sample...) the signal to floats first.
In extended there was also a specific binary to do a tailored conversion.... [pvu~] from iemlib.
It allowed to set a release time too.... so a sort of "hold" for the meter.
David. -
whale-av
posted in technical issues • read more@lacuna [phasor~] only resets at block boundaries..... https://forum.pdpatchrepo.info/topic/3699/phasor-with-sample-accurate-phase-reset
So this might be what you need...... vphasor~.zip
I think this was the previous discussion...... https://forum.pdpatchrepo.info/topic/12865/samphold-noise-phasor-noise-round-off-error-or/3
David. -
whale-av
posted in technical issues • read more@fossicks Welcome to the forum...!
https://curiousart.org/digital_proj/pd_eBook.pdf
Around page 264...... especially [env~]
A great resource for working with GEM and Pd.And you might like this...... waveform-vanilla.zip
David.