-
-
Notifications
You must be signed in to change notification settings - Fork 0
3.8. Use Sections
i. How to do it
: in the Project, select the score
node, then click the Create element
button in the Toolbar. Optionally, customize the new Section
name in the Editor.
ii. Hints
:
-
Section
names are required and must be unique at any given time; if you need to swap two section names (e.g., swapSection AwithSection B) use a temporary prefix (e.g.,_Section B) to overcome this limitation. Or, if sections are empty and of same length, use theNudge element...
buttons in theToolbarto move them around; -
at least one
Section
is needed for adding music to the score; using moreSections
is optional, but helps to: — confine and better manage generated music, asgeneratorsaccept one or moreSections
as their output; — easily rearrange your piece, bynudgingSections
around; — process larger areas in one go — e.g., you could apply theTranspose
macro to an entire section. -
see the Section Node (jump: TODO) for more details.
DELETE SECTION
i. How to do it
: in the Score, right-click a Section
name and select Delete element
from the contextual menu.
ii. Hints
:
-
before deleting a
Section
, you should make sure that there is noGenerator
set to write music into thatSection
. If there is, reroute thatGenerator
'sOutput connections
prior to deleting theSection
, or unexpected behavior could occur. See jump: Generator Node for more context; -
see the Section Node (jump: TODO) for more details.
- MAIDENS — Machine Aided New Sounds
- The Project Hierarchy
- Project Node
- Generators Node
- Generator Node
- Score Node
- Section Node
- Part Node
- Measure Node
- Voice Node
- Cluster Node
- Note Node
- Introducing Generators
- Getting to Know the User Interface
- Score UI
- Editor UI
- Project UI
- Menu UI
- Toolbar UI
- Notifications UI
- Picker UI
- Navigator UI
- Configuration UI Legacy
- Configuration UI (New)
- Presets Manager
- How to Edit the Score
- Add a Note, Rest or Chord
- Edit or Remove Notes, Rests or Chords
- Add, Edit or Remove Measures
- Add, Edit, or Remove Instruments
- Use Second Voice
- Use Tuplets
- Use Sections
- Use Copy/cut/paste
- Use Undo/Redo
- Use the Macros
- How to Generate Music
- Limitations in 1.5.5
- Prospects