https://github.com/danieloneill/qmlpedalboard
A Udev rule, a tiny Arduino program, a Qml Component, and a test Qml app to interface a pedal board with QML.
https://github.com/danieloneill/qmlpedalboard
Last synced: over 1 year ago
JSON representation
A Udev rule, a tiny Arduino program, a Qml Component, and a test Qml app to interface a pedal board with QML.
- Host: GitHub
- URL: https://github.com/danieloneill/qmlpedalboard
- Owner: danieloneill
- License: mit
- Created: 2017-05-31T23:09:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T02:39:07.000Z (about 9 years ago)
- Last Synced: 2025-02-12T10:18:48.633Z (over 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QmlPedalboard
A Udev rule, a tiny Arduino program, a Qml Component, and a test Qml app to interface a pedal board with QML.
## Arduino
The sketch assumes your pedals are connected on pins 2, 3, 4, and 5. If you use different pins, update the defines at the top.
## UDEV:
* Edit 20-pedalboard.rules to match your user
* Copy 20-pedalboard.rules to /etc/udev/rules.d/
## QML
* Build and install the SerialScanner component (qmake, make, sudo make install)
* Run main.qml using qmlscene, triggers will display on the terminal.
## Watch the video:
https://www.youtube.com/watch?v=aOwuXJ_fbTo
## My Mixer channel:
http://mixer.com/LittleDrummerGuy
## My OBS QML source plugin:
https://github.com/danieloneill/obs-qmlview