-
Notifications
You must be signed in to change notification settings - Fork 23
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
Configuring MIDI, Shortcut is broken? #109
Comments
Hey, sorry about the delay getting back to you. What platform are you running on, and how did you install Radiance? For adding new media to the library, there is the "system" library path (e.g.
MIDI controller support is a little rough right now -- it's not really a configuration file, instead you have to write Javascript callbacks to make the mapping. The controllers are mapped in these The https://github.com/zbanks/radiance/blob/master/resources/qml/MidiMappings/SamsonGraphiteMF8.qml is a good place to start. If you change the |
Thank you for getting back to me. I'm running Radiance on Manjaro 18.04 (with KDE Plasma), and installed Radiance from the package manager, Anywho, I know how to move files to both the user & system libraries, so I'm good there. Plasma doesn't let users use Thank you again. |
Hello there.
This has been extremely useful, and thank you for making it. I do have an issue.
The shortcuts for configuring MIDI seem to be broken, and I don't know whether my controllers are being read at all. After peeking into the controller configurations and modifying them, they don't seem to be recognized.
With that in mind
is there a way to create a non-root directory for storing configurations like adding new media to the library? My distro's file manager doesn't let me run it as root to do so.
how can I create new mappings for my controllers? I'm currently debugging the controllers for finding out where everything is mapped, but I'm lost in how to map them in a similar configuration file.
The text was updated successfully, but these errors were encountered: