Инспектор треков#

При выборе каждого трека в инспекторе будет отображаться его страница. В зависимости от трека отображаемые свойства будут разными.

../_images/track-inspector.png

The track inspector#

Свойства трека (Track Properties)#

Свойства трека - это основные свойства трека.

../_images/track-properties.png
Название трека (Track Name)

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

Прямой выход (Direct Out)

Трек, на который этот трек направляет свой выходной сигнал.

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

Routing an instrument to an audio group#

Инструмент (Instrument)

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

Входы (Inputs)#

If the track takes input, there will be an input selection section. This is mainly used for Запись (Recording).

MIDI Inputs#

../_images/track-inputs.png

MIDI inputs on an instrument track#

Устройство ввода (Input Device)

Device to read MIDI input from

MIDI Channels

MIDI channels to listen to (other channels will be ignored)

Audio Inputs#

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

Audio inputs on an audio track#

Left Input

Left audio input port to listen to

Right Input

Right audio input port to listen to

Mono toggle

Duplicate the left signal on both channels

Gain knob

Adjust input gain

MIDI FX/ Инсерты (MIDI FX/Inserts)#

Это инсерты для наложения аудио или MIDI эффектов, которые будут применяться к входному сигналу, когда он проходит через этот трек.

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

MIDI FX and insert slots#

MIDI FX обрабатываются после входного сигнала и MIDI событий, но перед инструментами в инструментальных треках или перед инсертами в MIDI треках.

Примечание

Только MIDI и инструментальные треки поддерживают MIDI FX.

Инсерты обрабатываются в особом порядке. Для инструментальных треков инсерты будут добавлены к сигналу, выходящему из инструмента, а для других треков они будут добавлены к входящему сигналу.

Aux посылы (Sends)#

Это aux посылы другим трекам или входам плагина. Обычно они полезны для сайдчейна (side-chain) или применения дополнительных эффектов к каналам, таких как реверберация (Reverb).

../_images/track-sends.png

Первые 6 слотов предназначены для пре-фейдерных посылов (Pre-fader send), а последние 3 слота - для пост-фейдерных посылов (Post-fader send). Слоты пре-фейдерных посылов будут отправлять сигнал до обработки фейдером (Fader), а слоты пост-фейдерных посылов будут отправлять сигнал после обработки фейдером.

Фейдер (Fader)#

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

../_images/track-fader.png

Чтобы изменить величину стерео баланса (Stereo Balance) или Фейдера (Fader), зажмите левую кнопку мыши на виджете и перетащите соответствующий виджет. Вы можете вернуть их в исходное положение с помощью Правая кнопка мыши ‣ Cброс (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.

Совет

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:

Запись (Record)

Активировать трек для записи.

Заглушить (Mute)

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)

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

Прослушать (Listen)

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)#

Комментарии (Comments)#

User comments. This feature is useful for keeping notes about tracks.

../_images/track-comment.png

Clicking the pencil button will bring up a popup to edit the comment.