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

Getting Started #7

Open
gary-1959 opened this issue Jan 25, 2024 · 0 comments
Open

Getting Started #7

gary-1959 opened this issue Jan 25, 2024 · 0 comments

Comments

@gary-1959
Copy link

A couple of hurdles to get my installation working:

  1. To install PyQt5 I had to use 'pip install PyQt5'

  2. My V25 has 2 MIDI ports, neither of which match the name prefix in /device/alesis.py, line 8.
    To get a list of port names I used the following:
    python

    import mido
    print(mido.get_input_names())

  3. I edited /device/alesis.py, line 8. changing:
    _PORT_PREFIX = "V25:V25 MIDI to _PORT_PREFIX = "V25:V25 EDITOR

Everything seems OK as a standalone. When I try it with Ardour/Jack it hangs after the first instruction. I'll do a bit of debugging and see if I can get it to play nicely together.

Otherwise, brilliant! Was just about to junk my V25, so another landfill win!

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

1 participant