Crates.io | djio |
lib.rs | djio |
version | 0.0.19 |
source | src |
created_at | 2023-05-28 12:06:35.935837 |
updated_at | 2024-01-02 11:56:00.017535 |
description | DJ Hardware Control(ler) Support |
homepage | |
repository | https://github.com/uklotzde/djio |
max_upload_size | |
id | 876445 |
size | 255,687 |
Application-independent interfaces for accessing hardware DJ controllers through MIDI or HID.
RUST_LOG=debug cargo run --example midi-dj-controller-hotplug
We have been inspired by and adopted some ideas from the following projects:
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.
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