open-source NI maschine device handling
License
wrl/maschine.rs
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trunk
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
__ /\ \ __ ___ ___ __ ____ ___\ \ \___ /\_\ ___ __ _ __ ____ /' __` __`\ /'__`\ /',__\ /'___\ \ _ `\/\ \ /' _ `\ /'__`\ /\`'__\/',__\ /\ \/\ \/\ \/\ \L\.\_/\__, `\/\ \__/\ \ \ \ \ \ \/\ \/\ \/\ __/ __\ \ \//\__, `\ \ \_\ \_\ \_\ \__/.\_\/\____/\ \____\\ \_\ \_\ \_\ \_\ \_\ \____\/\_\\ \_\\/\____/ \/_/\/_/\/_/\/__/\/_/\/___/ \/____/ \/_/\/_/\/_/\/_/\/_/\/____/\/_/ \/_/ \/___/ maschine.rs is an open-source implementation of native instruments's USB HID protocol for the maschine mk2 devices (and also the maschine mikro mk1). current support is only for the maschine mikro mk2, though support for other devices should be simple enough to add. also it only runs on linux. if you're on win/mac you probably don't need this. you'll need rustc and cargo to build/run. do this: $ cargo build --release $ cargo run --release /dev/hidraw0 replace `/dev/hidraw0` with the path to your mikro mk2. you may need to tweak your udev permissions to have it accessible from your normal user account. while running, you'll have an ALSA MIDI out port which will send MIDI events (note on, note off, poly aftertouch) generated by playing the pads. also, the pads will light up while being played. it's all quite fancy. more devices and APIs (including some OSC for the buttons and screen) coming soon enough. more OS support coming probably not (but hey, be my guest). questions, comments, and/or poetry to <wrl@illest.net>
About
open-source NI maschine device handling
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published