Module pippi.soundfont
Functions
play
def play(
font,
length=1.0,
freq=440.0,
amp=1.0,
voice=1,
channels=2,
samplerate=48000
)
playall
def playall(
font,
events,
voice=1,
channels=2,
samplerate=48000
)
Classes
ToneFactory
class ToneFactory(
/,
*args,
**kwargs
)
Methods
play
def play(
self,
length,
freq,
amp,
midi_instrument=0,
midi_channel=0
)