User manual
Table Of Contents
- Table of Contents
- Part I: Getting into the details
- About this manual
- VST Connections: Setting up input and output busses
- The Project window
- Playback and the Transport panel
- Recording
- Fades, crossfades and envelopes
- The Arranger track
- Folder tracks
- Using markers
- The Transpose functions
- The mixer
- Control Room (Cubase only)
- Audio effects
- VST Instruments and Instrument tracks
- Introduction
- VST Instrument channels vs. instrument tracks
- VST Instrument channels
- Instrument tracks
- Comparison
- Automation considerations
- What do I need? Instrument channel or Instrument track?
- Instrument Freeze
- VST instruments and processor load
- Using presets for VSTi configuration
- About latency
- External instruments (Cubase only)
- Surround sound (Cubase only)
- Audio processing and functions
- The Sample Editor
- The Audio Part Editor
- The Pool
- VST Sound
- The MediaBay
- Track Presets
- Track Quick Controls
- Automation
- MIDI realtime parameters and effects
- MIDI processing and quantizing
- The MIDI editors
- The Logical Editor, Transformer and Input Transformer
- The Project Logical Editor
- Working with System Exclusive messages
- Working with the Tempo track
- The Project Browser
- Export Audio Mixdown
- Synchronization
- Video
- ReWire
- File handling
- Customizing
- Key commands
- Part II: Score layout and printing
- How the Score Editor works
- The basics
- About this chapter
- Preparations
- Opening the Score Editor
- The project cursor
- Page Mode
- Changing the Zoom factor
- The active staff
- Making page setup settings
- Designing your work space
- About the Score Editor context menus
- About dialogs in the Score Editor
- Setting key, clef and time signature
- Transposing instruments
- Working order
- Force update
- Transcribing MIDI recordings
- About this chapter
- About transcription
- Getting the parts ready
- Strategies: Preparing parts for score printout
- Staff settings
- The Main tab
- The Options tab
- The Polyphonic tab
- The Tablature tab
- Situations which require additional techniques
- Inserting display quantize changes
- Strategies: Adding display quantize changes
- The Explode function
- Using “Scores Notes To MIDI”
- Entering and editing notes
- About this chapter
- Score settings
- Note values and positions
- Adding and editing notes
- Selecting notes
- Moving notes
- Duplicating notes
- Cut, copy and paste
- Editing pitches of individual notes
- Changing the length of notes
- Splitting a note in two
- Working with the Display Quantize tool
- Split (piano) staves
- Strategies: Multiple staves
- Inserting and editing clefs, keys or time signatures
- Deleting notes
- Staff settings
- Polyphonic voicing
- About this chapter
- Background: Polyphonic voicing
- Setting up the voices
- Strategies: How many voices do I need?
- Entering notes into voices
- Checking which voice a note belongs to
- Moving notes between voices
- Handling rests
- Voices and display quantize
- Creating crossed voicings
- Automatic polyphonic voicing - Merge All Staves
- Converting voices to tracks - Extract Voices
- Additional note and rest formatting
- Working with symbols
- Working with chords
- Working with text
- Working with layouts
- Working with MusicXML
- Designing your score: additional techniques
- Scoring for drums
- Creating tablature
- The score and MIDI playback
- Printing and exporting pages
- Frequently asked questions
- Tips and Tricks
- Index
373
The Logical Editor, Transformer and Input Transformer
In this example, the action will be performed when the
note C1 is pressed (the “Note is playing” condition is only
available in the Input Transformer and in the Transformer
effect):
In this example, the action will be performed after playing
the C1 note:
Combining multiple condition lines
As described above, you can add condition lines by click-
ing the Add Line button to the right of the list. The result of
combining condition lines depends on the boolean And/
Or operators and the brackets.
The bool column
By clicking in the “bool” column to the right in the list, you
can select a boolean operator: “And” or “Or”. A boolean
operator combines two condition lines and determines the
result in the following way:
Ö If two condition lines are combined with a boolean
And, both conditions must be fulfilled for an event to be
found.
The Logical Editor will only find events that are notes and start at the
beginning of the third bar.
Ö If two condition lines are combined with a boolean Or,
one of the conditions (or both) must be fulfilled for an
event to be found.
The Logical Editor will find all events that are notes (regardless of their
position) and all events starting at the beginning of the third bar (re-
gardless of their type).
Using brackets
The bracket (parenthesis) columns let you enclose two or
more condition lines, dividing the conditional expression
into smaller units. This is only relevant when you have
three or more condition lines and want to use the boolean
Or operator. This is how it works:
Ö Without brackets, the conditional expressions are
evaluated according to their order in the list.
In this case we have the expression Type = Note AND Pitch = C3
(Win)/60 (Mac) OR Channel = 1, without brackets. This means that the
Logical Editor will find all MIDI notes with the pitch C3, as well as all
events (regardless of their type) set to MIDI channel 1.
Maybe you wanted to find all notes that either had the
pitch C3 or the MIDI channel 1 (but no non-note events)?
Then you need to add some brackets:
Here the expression is Type = Note AND (pitch = C3 (Win)/60 (Mac)
OR Channel = 1), which will find what you want. The rule behind this is:
Filter Target Condition Parameter 1 Parameter 2
Type is Equal Note
Last Event Equal Note is playing 36/C1
Filter Target Condition Parameter 1 Parameter 2
Last Event Equal Value 1 36/C1
!
When you add a new condition line, the boolean set-
ting defaults to And. Therefore, if all you want to do is
set up two or more conditions that all must be met
for an event to be found, you don’t have to think
about the boolean column – just add the required
lines and make the usual filter settings.