Skip to content

wrl/maschine.rs

trunk
Switch branches/tags

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

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
src
 
 
 
 
 
 
 
 
 
 
                                     __
                                    /\ \      __
    ___ ___      __      ____    ___\ \ \___ /\_\    ___      __       _ __   ____
  /' __` __`\  /'__`\   /',__\  /'___\ \  _ `\/\ \ /' _ `\  /'__`\    /\`'__\/',__\
  /\ \/\ \/\ \/\ \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

No packages published

Languages