PureData CEAMMC library web documentation
available since version: 0.4
clear
removes all midi file content
read
read specified midi file. No output
write
write to specified midi file
@filename
Get/set current filename
type: symbol
@tracks (readonly)
Get number of tracks
type: int
default: 1
@tempo (readonly)
Get midi tempo in ticks per quarter
type: int
default: 120
@length_sec (readonly)
Get file length
type: float
units: sec
default: 0
@length_tick (readonly)
Get file length in ticks
type: int
default: 0
@length_beat (readonly)
Get file length in quarters
type: float
default: 0
Authors: Serge Poltavsky
License: GPL3 or later