20 releases

0.0.19 Jan 2, 2024
0.0.18 Jan 1, 2024
0.0.17 Oct 14, 2023
0.0.16 Sep 23, 2023
0.0.0 May 28, 2023

#408 in Hardware support

Download history 2/week @ 2024-02-14 12/week @ 2024-02-21 3/week @ 2024-02-28 15/week @ 2024-03-13 61/week @ 2024-03-27 62/week @ 2024-04-03

102 downloads per month

MPL-2.0 license

210KB
5K SLoC

djio

Crates.io Docs.rs Deps.rs Security audit Continuous integration License: MPL 2.0

Application-independent interfaces for accessing hardware DJ controllers through MIDI or HID.

Supported Controllers

MIDI

  • Denon DJ MC6000MK2
  • Korg KAOSS DJ
  • Pioneer DDJ-400

HID

  • Native Instruments TRAKTOR KONTROL S4MK3

Examples

Hotplugging of DJ MIDI controllers

RUST_LOG=debug cargo run --example midi-dj-controller-hotplug

Credits

We have been inspired by and adopted some ideas from the following projects:

License

Licensed under the Mozilla Public License 2.0 (MPL-2.0) (see MPL-2.0.txt or https://www.mozilla.org/MPL/2.0/).

Permissions of this copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.

Contribution

Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the Mozilla Public License 2.0 (MPL-2.0).

It is required to add the following header with the corresponding SPDX short identifier to the top of each file:

// SPDX-License-Identifier: MPL-2.0

Dependencies

~1–35MB
~485K SLoC