alexeyroudenko / ofxProun

1 stars 0 forks source link

[question] How can I delete a patching wire? / Two possible uses that could be interesting.. #1

Open moebiussurfing opened 4 years ago

moebiussurfing commented 4 years ago

hey @alexeyroudenko , this looks nice! Thanks for sharing. Are you still using this addon?

How can I delete a patching wire? How can I enter a value or change the time into the boxes?

I am interested to see if it can be used to chain/layering mix some ofFbo.

or maybe to make a preset of patch connections between ofParams... example: In your ofApp, you are listening to 8 OSC boolean addresses ("/trig/1", "/trig/2", "/trig/3"..etc). and you want to route the received bangs to 8 "choice by patching with Proun" bool targets. You have a predefined list (16) of possible bool targets, and you can patch a preset for store/recall.

moebiussurfing commented 4 years ago

What OS are you using? Cool. Now I have the example-extras-nanokontrol-presets compiled, and I see the node deleter. I'll check more inside. I had to disable the https://github.com/paulreimer/ofxNanoKontrol2 addon here in MacOS because of rtMidi errors...

//#include "prounNanokontrolNode.h"
...//            addNodeName("nanokontrol");
...//            if (strcmp(jname.c_str(), "nanokontrol") == 0)   {
...//                return ofPtr<NanokontrolNode<float> >(new NanokontrolNode<float>(0));
...//            }