Skip to content
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

Some parameters are not showing #1954

Open
omars44 opened this issue Dec 31, 2024 · 4 comments
Open

Some parameters are not showing #1954

omars44 opened this issue Dec 31, 2024 · 4 comments

Comments

@omars44
Copy link

omars44 commented Dec 31, 2024

Hi,

I have a plugin that has a lot of parameteres, some of them are not showing, did carla max on the number of parameters, that is my guess.

Is there a limit ? on number of params

@falkTX
Copy link
Owner

falkTX commented Dec 31, 2024

yes, possible to change in the engine settings

@jpka-
Copy link

jpka- commented Jan 9, 2025

There are another limitations, i saw it here:

carla_skin.py
L587 if paramData['hints'] & PARAMETER_IS_BOOLEAN: ...
L594 if isInteger and paramRanges['max']-paramRanges['min'] <= 3: ...

Example is the TAP Reverberator plugin. When i comment out L587, Carla shows all 8 knobs, and they are works; else it's only half shown (but all are always works using "wrench" dialog). Looks like it is still under construction now, and we need wait for it (please).

@omars44
Copy link
Author

omars44 commented Jan 14, 2025

yes, possible to change in the engine settings

Tried in

/*!
 * Maximum default number of parameters allowed.
 * @see ENGINE_OPTION_MAX_PARAMETERS
 */
static const uint MAX_DEFAULT_PARAMETERS = 400;

still no change, I'm happy to contribute to a solution if you would guide me, or provide a general architecture to it.

Thank you so much for this gem you are giving to the world, Cheers!

Best,
Omar

@omars44
Copy link
Author

omars44 commented Jan 14, 2025

There are another limitations, i saw it here:

carla_skin.py
L587 if paramData['hints'] & PARAMETER_IS_BOOLEAN: ...
L594 if isInteger and paramRanges['max']-paramRanges['min'] <= 3: ...

Example is the TAP Reverberator plugin. When i comment out L587, Carla shows all 8 knobs, and they are works; else it's only half shown (but all are always works using "wrench" dialog). Looks like it is still under construction now, and we need wait for it (please).

I think we might be talking about different things, the plugin I'm currently working with is osci-render, it has a very long list of params, passed 100 I guess, in the edit menu, there is a param list, it shows only some of them, and also in a random order. Would be nice to have a search by param name as well. happy to contribute :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants