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

[WIP] python bindings #1303

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    b76c6d1 View commit details
    Browse the repository at this point in the history
  2. H2Core::Sample instanciable from python!

    Try it:
    
    >> from h2core import H2Core as h2core
    >> sample = h2core.Sample()
    >> sample.setPath("/path/to/your/sample.flac")
    >> sample.load()
    >> sample.get_frames()
    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4502ee2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c616be View commit details
    Browse the repository at this point in the history
  4. mostly testable

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e46f5a2 View commit details
    Browse the repository at this point in the history
  5. missing enums

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    dbc18c6 View commit details
    Browse the repository at this point in the history
  6. playing with shiboken

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    31737fe View commit details
    Browse the repository at this point in the history
  7. build gui as a library

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    ce78fa8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28220cf View commit details
    Browse the repository at this point in the history
  9. start gui library bindings

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a632b25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b977937 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d0c2db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4c1897 View commit details
    Browse the repository at this point in the history
  13. update bindings

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f520050 View commit details
    Browse the repository at this point in the history
  14. fix linkage problems

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    8d44c68 View commit details
    Browse the repository at this point in the history
  15. more widget bindings

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    cbf7835 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    af2ee27 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4c71749 View commit details
    Browse the repository at this point in the history
  18. more cleanups

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    ccf838f View commit details
    Browse the repository at this point in the history
  19. get actual samples

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    664706f View commit details
    Browse the repository at this point in the history
  20. binding more widgets

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4402a3f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d87b4a6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8aed77a View commit details
    Browse the repository at this point in the history
  23. enter pybind11

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    803444c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7263a67 View commit details
    Browse the repository at this point in the history
  25. core adjustments

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    8401740 View commit details
    Browse the repository at this point in the history
  26. gui adjustments

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e1850cd View commit details
    Browse the repository at this point in the history
  27. add generated bindings

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e9a0a7f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5638196 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    85daea6 View commit details
    Browse the repository at this point in the history
  30. update examples

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    d7346cb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6581837 View commit details
    Browse the repository at this point in the history
  32. rework example

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    ccd2e97 View commit details
    Browse the repository at this point in the history
  33. fix windows build

    charbeljc committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    20277cd View commit details
    Browse the repository at this point in the history