トラックインスペクター#

Each track will display its page in the inspector when selected. Depending on the track, the properties shown will be different.

../_images/track-inspector.png

The track inspector#

トラックの属性#

トラックのプロパティは、トラックが持つ基本的なプロパティです。

../_images/track-properties.png
トラック名

Name of the track. Can be changed by double clicking.

ダイレクトアウト

このトラックのダイレクトアウト先。

../_images/routing-to-groups.png

Routing an instrument to an audio group#

音源

The instrument plugin from this track (only applicable to instrument tracks).

入力#

If the track takes input, there will be an input selection section. This is mainly used for 録音中.

MIDI入力#

../_images/track-inputs.png

MIDI inputs on an instrument track#

入力デバイス

MIDI 入力を読み取るデバイス

MIDI チャンネル

監視するMIDIチャンネル (他のチャンネルは無視されます)

オーディオ入力#

../_images/audio-track-inputs.png

Audio inputs on an audio track#

左入力

聴取する左オーディオ入力ポート

右入力

聴取する右オーディオ入力ポート

モノトグル

左チャンネルの信号を両チャンネルに複製する

ゲイン

入力ゲインの調整

MIDI FX/インサート#

これらは、トラックを通過する際に信号に適用されるオーディオまたはMIDIエフェクトをドロップするためのスロットです。

../_images/midi-fx-inserts.png

MIDI FX and insert slots#

MIDI FX are processed after the input and piano roll events and before the instruments in instrument tracks, or before the inserts in MIDI tracks.

注釈

MIDIとインストゥルメントトラックのみがMIDI FXをサポートしています。

Inserts are processed in order. For instrument tracks, the inserts will be added onto the signal coming from the instrument, and for other tracks they will be added on the incoming signal.

AUXセンド#

These are aux sends to other tracks or plugin side-chain inputs. These are generally useful for side-chaining or applying additional effects to channels, such as reverb.

../_images/track-sends.png

The first 6 slots are for pre-fader sends and the last 3 slots are for post-fader sends. The pre-fader slots will send the signal before the fader is processed, and the post-fader slots will send the signal after the fader is applied.

フェーダー#

The fader section is used to control the volume and stereo balance of a channel.

../_images/track-fader.png

To change the fader or stereo balance amount, click and drag their respective widgets. You can reset them to their default positions with Right click ‣ Reset.

The meter displays the amplitude of the signal in dBFS as it is processed live. The peak value of the signal is also displayed next to the meter for additional reference.

Tip

MIDI faders use MIDI volume CC (currently unimplemented - they let the signal pass through unchanged).

The following controls are available for controlling the signal flow:

録音

トラックを録音用に準備します。

ミュート

Mute the track, meaning no signal will be sent to its direct out.

警告

The track will still be processed, so if you are looking to decrease DSP usage, try disabling the track (or individual plugins) instead.

ソロ

Solo the track. If any track is soloed, only the soloed tracks will produce sounds.

聴く

Similar to solo, except it dims the volume of other tracks instead of muting them. The dim amount can be controlled in the Monitor section.

モニター

Listen to incoming signal when recording (only available on audio tracks).

Signal Flow#

To give a better picture of how the signal flows across the different parts of a track, the signal flow for an instrument track is displayed below.

参考

See the Routing chapter for more info on how Zrythm handles signals.

digraph {
  "Track input" -> "MIDI FX 1" -> "(other MIDI FX in order)" -> "MIDI FX 9" -> "Instrument plugin" [color=red];
  "Piano roll" -> "MIDI FX 1" [color=red];
  "Instrument plugin" -> "Insert 1" -> "(other inserts in order)" -> "Insert 9" [color=blue];
  "Insert 9" -> "Pre-fader (internal)" [color=blue];
  "Pre-fader (internal)" -> "Pre-fader sends" -> "(pre-fader send targets)" [color=blue];
  "Pre-fader (internal)" -> "Fader" [color=blue];
  "Fader" -> "Post-fader sends" -> "(post-fader send targets)" [color=blue];
  "Fader" -> "Track output" [color=blue];
}

Signal flow for an instrument track (red = MIDI signal, blue = audio signal)#

コメント#

ユーザーコメント。この機能は、トラックに関するメモを保持する場合に便利です。

../_images/track-comment.png

鉛筆ボタンをクリックすると、コメントを編集するためのポップアップが表示されます。