Live.Conversions (runtime)¶
Live 10, Live Object Model & framework reference (descriptions and signatures).
Live Object Model, from the Live 10 API XML documentation.
Functions¶
audio_to_midi_clip(song,audio_clip,audio_to_midi_type)¶
Creates a MIDI clip in a new MIDI track with the notes extracted from the given audio_clip. The audio_to_midi_type decides which algorithm is used in the process. Raises error when called with an inconvertible clip or invalid audio_to_midi_type.
create_drum_rack_from_audio_clip(song,audio_clip)¶
Creates a new track with a drum rack with a simpler on the first pad with the specified audio clip.
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.
is_convertible_to_midi(song,audio_clip)¶
Returns whether audio_clip can be converted to MIDI. Raises error when called with a MIDI 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.