(audio track)#

(midi-track-new idx name)

Returns a new track with name name to be placed at position idx in the tracklist.

(track-get-name track)

track の名前を返します。

(track-get-processor track)

track のプロセッサを返します。

(track-get-channel track)

track のチャンネルを返します。

(track-set-soloed track solo)

Sets whether track is soloed or not. This creates an undoable action and performs it.

(track-set-muted track muted)

track がミュートされているかどうかを設定します。元に戻せるアクションを作成し、それを実行します。

(track-add-lane-region track region lane_pos)

トラック trackregion を追加します。レーンを持つリージョンに使用されます (MIDI/オーディオ)