Επιθεωρητής κομματιών#

Κάθε κομμάτι θα προβάλει τη σελίδα του στον επιθεωρητή όταν επιλέγεται. Ανάλογα με το κομμάτι, οι ιδιότητες που φαίνονται θα είναι διαφορετικές.

../_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 Inputs#

../_images/track-inputs.png

MIDI inputs on an instrument track#

Συσκευή εισόδου

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#

Αυτά είναι θέσεις για ρίψη εφέ ήχου ή MIDI που θα εφαρμοστούν στο σήμα καθώς περνάει μέσα από το κομμάτι.

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

MIDI FX and insert slots#

Τα εφέ MIDI επεξεργάζονται μετά την εισαγωγή και τα γεγονότα ρολού πιάνο και πριν τα όργανα στα κομμάτια οργάνων ή πριν τα εισαγόμενα στα κομμάτια MIDI.

Σημείωση

Μόνο τα κομμάτια MIDI και οργάνων υποστηρίζουν εφέ MIDI.

Τα εισαγόμενα επεξεργάζονται σε σειρά. Για κομμάτια οργάνων, τα εισαγόμενα θα προστεθούν στο σήμα που έρχεται από το όργανο, και για τα άλλα κομμάτια θα προστεθούν στο εισερχόμενο σήμα.

Αποστολές aux#

Αυτές είναι οι προς άλλα κομμάτια ή εισαγωγές πλευρικής αλυσίδωσης προσθέτων. Αυτές είναι γενικά χρήσιμες στην πλευρική αλυσίδωση ή στην εφαρμογή επιπρόσθετων εφέ στα κανάλια, όπως αντήχηση (reverb).

../_images/track-sends.png

Οι πρώτες 6 θέσεις είναι για αποστολές πριν του fader και οι 3 τελευταίες θέσεις είναι για αποστολές μετά τον fader. Οι θέσεις πριν τον fader θα στείλουν το σήμα πριν επεξεργαστεί ο fader, και οι θέσεις μετά τον fader θα στείλουν το σήμα αφού εφαρμοστεί ο fader.

Fader#

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

../_images/track-fader.png

Για να αλλάξετε την ποσότητα του fader ή της ισορροπίας stereo, κάνετε κλικ και σύρετε τα αντίστοιχα γραφικά στοιχεία τους. Μπορείτε να τα επαναφέρετε στις προεπιλεγμένες θέσεις τους με 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.

Πρακτική συμβουλή

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

Σχόλια#

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.