Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[lib]
crate-type = ["rlib"]
name = "apres"

[package]
authors = ["Quintin Smith <smith.quintin@protonmail.com>"]
categories = ["MIDI"]
description = "MIDI Library"
edition = "2018"
homepage = "https://burnsomni.net/software/apres"
keywords = ["midi", "audio", "music"]
license = "GPL-2.0-or-later"
name = "apres"
repository = "https://burnsomni.net/git/apres"
version = "0.3.4"