Dynamic resetting of processor ID
-
It struck me that this might be a bad idea. I sketched out a new idea for a dynamic FX processor system where I reassign the processor IDs that my UI components are linked to. Am I going to have issues down the road when doing this?
-
@HISEnberg I've never done anything like this before. If you dont mind me asking, what are you using this for? Just curious. Hope you're havin a great day!
-
@HISEnberg It's probably better to use control callbacks for this - but it might work
-
@HISEnberg said in Dynamic resetting of processor ID:
It struck me that this might be a bad idea. I sketched out a new idea for a dynamic FX processor system where I reassign the processor IDs that my UI components are linked to. Am I going to have issues down the road when doing this?
you are probably better off assigning your processor IDs into some array and referencing them in the UI component....what processors are you using>? if not Hardcoded Master FX - I suggest you use them.