nuPG: How to install?

Fantastic. Many thanks, @marcin_pietruszewski! It’s (mostly) working for me now.

1 Like

Hi, I’m totally new to SC and I can’t install the nuPG. I made all the 1-9 passages indicated here https://github.com/marcinpiet/nuPG_1.0 but when I run ‘nuPG_1.0_startUp.scd’ all I can see is the code but not the GUI. Maybe the problem is the Conductor? I also tried to install it manually using the “Language/Quarks/Install a folder” option but it doesn’t work anyway. Any suggestions?

Thanks.
All the best,
Matteo

Hi! Been really digging the recordings made with nuPG but I’m having problems making sound with it:
I get the GUI and the server up nice and everything but when I try to press the “>” after drawing in the instructed arrays to make some sound, it throws an error: “Message ‘at’ not understood”. Is it possible that the program cannot run on Catalina, which is unfortunately the newest possible OS for my hunk of aluminum?

thank you so much for sharing nuPG !

i am missing the wavelet ugens DWT and IDWT.

where can i find them ?

are the wavelet ugens out there for m2 chips?

Wavelets seem to be quite mysterious to a lot of people. Make sure to check out: An Intro to Wavelets for Computer Musicians | Nathan Ho

the “make” command doesn’t work in my supercollider. So no NuPG for me. Thats fine. It sounds like a zipper having sex

Dont worry. This shouldnt stop you from using pulsar synthesis. The Implemention is easy :slight_smile:

Is this Nathan? I was reading your site last night and came upon the duration trick

I asked on a YouTube vid; But if its you,
How is the duration trick any different than sending cc control to the filter separately. If you know the gate length of a note you can program it. Or you can have an Envelop for the amplitude of a note multipled to the filter in a non software environment. Unless Im misunderstanding something.

@dietcv thank you !

i had to compile it for linux (arch based).
as i could not find libgsl.a
i changed in “wavelets0.5/source/CMakeLists.txt” the link to
target_link_libraries(Wavelets "/usr/lib/libgsl.so")
also changed the path for gsl to
include_directories(/usr/include/gsl/)