Hi all,
I went through this detailed tutorial
for converting patches into modules for Orac 2. I tried to replicate the same path to create the module “nori smapler+” from the homonimous patch (here “+” just because there is already “nori sampler” in the current Orac2 patch).
I supposed I followed all the steps correctly, also the warnings across the tutorial (and I do not see any error message on the pd screen).
However:
- nothing is displayed on the screen
- the knobs values are not recieved (for example if I open “sampler voice” on VNC viewer I clearly see that no number changes if I move knob 1)
Now, I am wondering what’s went wrong during the process. I want also to mention that I did the whole process in two steps (so a half step in one day, saved all and turn off the organelle, and then all the rest in another day). Not sure if this matters (maybe not…).
Anyhow, here below the details of module.json file:
{
“name” : “norisampler+”,
“display” : “Nori sampler+”,
“parameters” : [
[“pct”,“n_speed”,“Speed”,-100,100,0],
[“pct”,“n_mod”,“Modulation”,0,100,0],
[“pct”,“n_start”,“Start Point”,0,100,0],
[“pct”,“n_dur”,“Duration”,0,100,100],
],
“pages” : [
[“pg_main”,“Main”,[“n_speed”,“n_mod”,“n_start”,“n_dur”]]
]
}
and here below a screenshot of module.pd (I suppose the problem is here).
Anyone can see where the problem could be or how can I spot it?