-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling more than 4 LADSPA effects via the GUI #1151
Comments
If somebody is willing and able to change the mixer (in order to make more sends possible) I would appreciate some other features as well, but it is takes a lot of time. Does the core support FX inserts? |
Right. Haven't looked into it yet.
Not sure what you mean. I haven't tried it but I would suspect the core can handle and arbitrary number of FX (since it loops over them till
Well, at least at my end plans for enhancements/new features already piled to such heights it will take a at least 1-2 years at my current pace. But if you are interested, you can give it a shot 😉 |
You are right, that's a stupid question, of course not now but if mixer can handle an effect send, the core could be modified to handle chain effects as inserts.
Yes I imagine, no problem! I didn't mean to delegate this. I don't have skills to redesign the GUI, and have some other priorities for H2 when I have time ;) |
It's not a true send but rather a flag to tell the core to apply a couple of LADSPA effects on the audio before handing them to the output ports. There is no audio routing in Hydrogen itself. Haven't tried it but AFAIK |
In the
CMakeLists.txt
file the number of LADSPA effects used by Hydrogen can be set. While the core part seems to support and arbitrary amount, the GUI is designed to only handle up to four of them.Notice that the control of the FX to the right is not cut by my display/screenshot but by Hydrogen itself.
The text was updated successfully, but these errors were encountered: