-
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
[WIP] python bindings #1303
[WIP] python bindings #1303
Conversation
Try it: >> from h2core import H2Core as h2core >> sample = h2core.Sample() >> sample.setPath("/path/to/your/sample.flac") >> sample.load() >> sample.get_frames()
6bf7b1a
to
20277cd
Compare
That's a rather big one. :) I need to finish some other Hydrogen-related stuff and will have a look at this PR in a couple of days. |
This is rather informative for now, don't rush yourself reviewing this, I'm redoing it in a much more digestible form, with a custom made binding generator 😁 |
See #1313 instead. Regards. |
This one is mostly superseded by #1313. I will redo the gui binding parts later, in a more digestible form. |
(work in progress)
I open this PR on development branch but it follows and include commits from #1302
Purpose ?
For instance, this just works 😁
(I named the package hydra, because the binder generator I used just pulled most of QtCore while walking on libhydrogen-core's headers, so you end up with gratis semi working bindings for qt5 ...)