audio-midi-shell 0.1.0

Prototyping shell for audio development.
Documentation
[dependencies.log]
version = "0.4.28"

[dependencies.tinyaudio]
version = "2.0.0"

[[example]]
name = "sine_synth"
path = "examples/sine_synth.rs"

[lib]
name = "audio_midi_shell"
path = "src/lib.rs"

[package]
authors = ["Oliver Rockstedt <info@sourcebox.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio"]
description = "Prototyping shell for audio development."
edition = "2024"
keywords = ["audio", "midi", "dsp"]
license = "MIT"
name = "audio-midi-shell"
readme = "README.md"
repository = "https://github.com/sourcebox/audio-midi-shell-rs"
version = "0.1.0"

[target.'cfg(not(target_os = "macos"))'.dependencies.midir]
version = "0.10.3"

[target.'cfg(target_os = "macos")'.dependencies.midir]
version = "0.9.1"