-
-
Notifications
You must be signed in to change notification settings - Fork 0
2.2. Editor UI
The Editor
is a dynamic form that provides read-write access to properties of the currently selected element. It is dynamic because its fields update to match the current node type (see the project hierarchy for a discussion on node types).
Describing the appearance of the Editor
is challenging due to its dynamic nature. The Editor
matches the target being edited: for instance, with a note
selected, there will be pitch-related fields, while with a part
selected, a list of available instruments will show. Detailing every possible field is the same as going into each editable property of every node type, and has already been addressed in the project hierarchy section.
All fields of the Editor
are live controls: every change performed in the Editor
takes place immediately, or after a short delay (there is no Save button). The Undo command (accessible from the Menu) can be used to roll back any accidental edit. Most of the controls in the Editor
are standard widgets the user should be familiar with from the web (check boxes, radio buttons, select boxes, sliders, etc.) but there are also exceptions (e.g., the Picker component), which will be covered separately.
You use the Editor
to alter the intrinsic characteristics of the symbolic elements that make up your music (notes, voices, measures, parts, etc.). You need to use it for all editing except deleting, adding or moving elements around.
- 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