makepad/libs/drumkit/Cargo.toml
Admin f2b02531b7 drumkit: a sample-based kit for the score preview; the physical model parked as drumkit_phys
The kit that plays drum scores is now a sample player over the Salamander Drumkit (velocity layers with round-robins, derived toms, a synthesised clap), loaded off the audio thread and swapped in atomically. The physically modelled kit stays as makepad-drumkit-phys for a later pass.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-02 02:52:12 +02:00

8 lines
188 B
TOML

[package]
name = "makepad-drumkit"
version = "0.1.0"
edition = "2021"
description = "Real-time-safe sample player for the Salamander Drumkit"
license = "MIT OR Apache-2.0"
[dependencies]