Package jazzparser :: Package harmonical :: Module tones :: Class BaseToneEvent
[hide private]
[frames] | no frames]

Class BaseToneEvent

source code

object --+
         |
        BaseToneEvent
Known Subclasses:

A single event in the tone matrix. This is an abstract class to define the interface for tone events.

Instance Methods [hide private]
 
get_samples(self, sample_rate=44100)
This should return a list of samples for the event's whole duration at the given sample rate.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__