Trees | Indices | Help |
|
---|
|
object --+ | Event --+ | MetaEvent --+ | SetTempoEvent
Change the tempo of events played after this point. In the MIDI data,
the tempo is stored in microseconds per quarter note (MPQN), but you may
also specify it in beats per minute via the tempo
attribute.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
name =
|
|||
metacommand = 81
|
|||
order = 1 Sort order |
|||
tempo = 120 Tempo value in beats per minute (MM) |
|||
mpqn = 500000 Tempo value in microseconds per quarter note |
|||
Inherited from |
|
|||
|
|||
Inherited from |
|
str(x)
|
x.__setattr__('name', value) <==> x.name = value
|
Takes the data that's been read into At the simplest, it could do nothing, just leaving the raw data in
|
Produces byte data to represent this event on the basis of instance variables. This is the data that will be written to a MIDI stream (not including the tick and status message).
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:58 2012 | http://epydoc.sourceforge.net |