class documentation

class AudioNote(audio.AudioNote):

View In Hierarchy

Represent a musical note.

Parameters
left_frequencyFrequency for the left channel in Hz.
right_frequencyFrequency for the right channel in Hz.
duration_msDuration of the note in milliseconds.
Method __setattr__ Set a note attribute, routing to the matching setter.
def __setattr__(self, name, value): ΒΆ

Set a note attribute, routing to the matching setter.

Parameters
name:strAttribute name to set.
value:objectNew value for the attribute.