MCPcopy Create free account
hub / github.com/PerroEngine/Perro / Note

Class Note

perro_source/audio_stack/perro_pawdio/src/midi.rs:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25pub const SAMPLE_RATE: u32 = 44_100;
26#[cfg(feature = "playback")]
27const BUILT_IN_MIXER_MAX_VOICES: usize = 4096;
28// Drain control channels every N samples (~1.45ms @ 44.1kHz) instead of a
29// try_recv per sample; matches the PARAM_REFRESH_SAMPLES cadence in dsp.rs.

Calls

no outgoing calls