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

Is there any option to add a new driver without modifying and recompiling the project? #183

Open
jozsavcsaba opened this issue May 25, 2022 · 11 comments

Comments

@jozsavcsaba
Copy link

No description provided.

@rncbc
Copy link
Owner

rncbc commented May 25, 2022

nope; what new driver you're talking about? it must be one that is "built-in" to JACK, otherwise I don't know what you mean

@jozsavcsaba
Copy link
Author

Yeah, the one made by me! :)

@jozsavcsaba
Copy link
Author

It would be a good ideea to make it possyble! Like somehow a configurable interface for this. You know writing the driver name and those option construction parameters to an interface and add the new driver...

@jozsavcsaba
Copy link
Author

I think it isn't a big deal...

@rncbc
Copy link
Owner

rncbc commented May 25, 2022

if you enable the JACK D-BUS interface and start qjackctl that way, the driver list is dynamic as reported by jack(ctl API) itself; the formerly hard-coded driver names (that better called JACK "back-ends") are not listed whatsoever

@jozsavcsaba
Copy link
Author

A script option would be also preferable. I don't have time now, but maybe i could do it...

@jozsavcsaba
Copy link
Author

Sorry i didn't see that you wrote. So then i have to enable jackdbus. And sorry again, im very new with all these things, i do not understand any component, and how are they working together, but i'm on it, i will learn!

@jozsavcsaba
Copy link
Author

I mean i do not understand all components, sorry!

@jozsavcsaba
Copy link
Author

Ok, so what i tryed is i copied the driver file into the drivers installation folder then i restarted jackdbus. If i list the drivers by jackd -h or jack_control dl i see my driver and i can use it from command line with jackdbus and jackd also, but the list in the qjackctl does not change... I think i missunderstood something.

@jozsavcsaba
Copy link
Author

So i think it could be made with like an option to add a new driver file, and all the changable driver parameters to appear dinamically in a list.

@rncbc
Copy link
Owner

rncbc commented May 26, 2022

they should appear if and when working on jack d-bus

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

2 participants