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

Method new

perro_source/audio_stack/perro_pawdio/src/midi.rs:148–150  ·  view source on GitHub ↗
(channel: u8)

Source from the content-addressed store, hash-verified

146 pub const B6: Self = Self(95);
147 pub const C7: Self = Self(96);
148 pub const Cs7: Self = Self(97);
149 pub const D7: Self = Self(98);
150 pub const Ds7: Self = Self(99);
151 pub const E7: Self = Self(100);
152 pub const F7: Self = Self(101);
153 pub const Fs7: Self = Self(102);

Callers

nothing calls this directly

Calls 2

duration_samplesFunction · 0.85
playMethod · 0.45

Tested by

no test coverage detected