4 releases (breaking)
0.7.0 | Oct 7, 2024 |
---|---|
0.6.0 | Mar 6, 2024 |
0.5.0 | Jan 4, 2024 |
0.4.0 | Jul 14, 2022 |
0.0.92 |
|
#418 in Unix APIs
233 downloads per month
505KB
10K
SLoC
alsaseq crate
Rust API bindings and wrappers for alsaseq library to operate ALSA Sequencer character device.
The alsaseq library version 0.3.0 is the minimum supported version for underlying library.
The alsaseq crate is automatically generated by gir tool provided by gtk-rs project. ALSASeq-0.0 file from alsaseq library is used for the generation. But some functions are implemented manually.
Usage
Add the following line to your Cargo.toml file:
[dependencies]
alsaseq = "0.7"
The API documentation is available in https://docs.rs/alsaseq/.
License
The alsaseq crate is released under MIT license.
Dependency
The alsaseq crate depends on API crates provided by gtk-rs project for type/object system, event loop, and dispacher.
Repository
The alsaseq crate is the part of ALSA project and maintained by ALSA gobject-introspection team. The remote repository is located in https://github.com/alsa-project/alsa-gobject-rs.
Support
If finding issue, please file it in https://github.com/alsa-project/alsa-gobject-rs.
Sample programs
Some programs are available under examples
directory.
-
dump-event-data.rs
- demonstration to dump events received at port registered in ALSA Sequencer.
Dependencies
~5.5MB
~119K SLoC