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

Method as_request

perro_source/audio_stack/perro_pawdio/src/internal.rs:302–309  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

300 MidiNoteOptions {
301 velocity: self.velocity,
302 sustain: self.sustain,
303 channel: self.channel,
304 program: self.program,
305 sound: self.sound.as_sound(),
306 bus_id: self.bus_id,
307 volume: self.volume,
308 pan: self.pan,
309 }
310 }
311}
312

Callers 1

newMethod · 0.80

Calls 3

as_optionsMethod · 0.45
as_refMethod · 0.45
as_soundMethod · 0.45

Tested by

no test coverage detected