Re: Losing a toolbar
Reply #10 –
Another way to look at or change toolbars is to right click in an unused part of the toolbar area.
Sometimes it's possible to make changes at the batch level using a text editor on nwctxt data, especially if your editor supports (and you know how to use) "regular expressions". For example:
!NoteWorthyComposerClip(2.5,Single)
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0!1
|Note|Dur:4th|Pos:0!1
|Note|Dur:4th|Pos:0!1
!NoteWorthyComposerClip-End
the first note is black (default) and the others are red. To change all them to default, just remove the "!0".
To use an editor on a part of a NWC file:
- Save the file.
- Create a "good" object (i.e., note or rest) in front of those you need to change.
- Cut your model and the things you need to change to the clipboard.
- Start your editor (if necessary) and paste the clipboard into the workspace.
- Make your changes with that editor's "search and replace" function.
- Remove your model object if need be.
- Select everything in the editor and cut it back to the clipboard.
- Return to NWC (Alt/Tab). Doing it this way won't change the cursor position.
- Paste it back into NWC (CntlV).