-
-
dreamer
posted in extra~ • read more@dreamer This is resolved now, although it doesn't seem to be fully functional on my machines (mainly not getting audio).
[edit: ok the instructions in the help files were not clear (or missing). The peer and channel names have to be adjusted so they match up. Then it works!]
-
dreamer
posted in technical issues • read more@dialer_vox I recommend that you use plugdata and enable "compiled mode" in the menu.
This will give you early warnings about incompatible objects, so you don't create a patch that ends up not working with the compiler.
I don't have any immediate suggestions on how to replace these two objects. Sorry.
(since we can't do FFT in Heavy, due to its single sample processing, I don't think you can) -
dreamer
posted in extra~ • read more@julienbayle The repo is missing pdlibbuilder third party module and a Makefile in the pd directory
So right now it's not possible to build this.
Please also submit to deken!
-
dreamer
posted in abstract~ • read moreHow are these different from the Heavylib polybleb oscillators? (I see you are still using some Heavy based subpatches)
I see only minor modifications, like to the square there is a phase control and the width has direct signal input.
The triangle is new I suppose. Maybe we can clean it up and port it

-
dreamer
posted in extra~ • read moreSo I decided to split this into two separate externals.
There is now
pdnam~which uses the same MicroNAM implementation as in Heavy. It can load only WaveNet models Nano, Lite, Feather, and StandardThen there is
pdnam+~which uses the full NeuralAudio implementation with LSTM and various model weight sizes.This ensures that the basic implementation is the same for PD vs Heavy and we can now allow feature-creep to happen on the NeuralAudio version if users request functionality in the future

Test builds are here: https://github.com/Wasted-Audio/PDNAM/actions/runs/25001888719