Skip to content

Live.Conversions (runtime)

Live 9, Live Object Model & framework reference (descriptions and signatures).

Live Object Model, from the Live 9 API XML documentation.

Functions

create_midi_track_from_drum_pad(song,drum_pad)

Creates a new Midi track containing the specified Drum Pad's device chain.

create_midi_track_with_simpler(song,audio_clip)

Creates a new Midi track with a simpler including the specified audio clip.

move_devices_on_track_to_new_drum_rack_pad(song,track_index)

Moves the entire device chain of the track according to the track index onto the C1 (note 36) drum pad of a new drum rack in a new track.If the track associated with the track index does not contain any devices nothing changes (i.e. a new track and new drum rack are not created).

sliced_simpler_to_drum_rack(song,simpler)

Converts the Simpler into a Drum Rack, assigning each slice to a drum pad. Calling it on a non-sliced simpler raises an error.