truce-params 0.1.2

Parameter system for the truce framework
Documentation
  • Coverage
  • 35.82%
    24 out of 67 items documented0 out of 15 items with examples
  • Size
  • Source code size: 18.15 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.72 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mahaekoh
truce-params-0.1.2 has been yanked.

truce-params

Parameter system for the truce audio plugin framework.

Provides the types and utilities for declaring, smoothing, and formatting plugin parameters:

  • Parameter typesFloatParam, IntParam, BoolParam, EnumParam
  • ParamRange — defines value ranges and mapping curves
  • Smoother / SmoothingStyle — per-sample parameter smoothing
  • ParamInfo — metadata (name, unit, flags) for host integration
  • format_param_value — human-readable display formatting