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.
-
@Lindon Ah that is an interesting suggestion. It seems to work exported to VST (as of now) so I will keep it that way. But if you have any suggestions for improvements let me know.
The reason I am approaching it this way is to make a minimal code version for others to use. It's sitll pretty intense for a novice developer but it's certainly much simpler than my last method. I am making a separate post for it which I will link here:
Modular FX Template - changing Fx order with drag and drop panels
Modular FX Template Every now and again I see a user posting about how rearrange FX and a new method crossed my mind on how to approach it. This essentially ...
Forum (forum.hise.audio)