(&self)
| 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 |
no test coverage detected