Tips for using ADP's Global Modification User Tool 2006-04-27 09:52 am One of the most powerful and flexible user tools in the NWC2 User Tool Starter Kit (refer to Getting started with NWC2 User Tools) is ADP's Global Modification script, or GlobalMod for short. This script gives you the power to globally modify many notation elements on a staff using pattern matching instructions called expressions.The easiest way to get started with the tips in this topic is to install the NWC2 User Tools Starter Kit (if you haven't done so yet). Once this is done, you can invoke the GlobalMod tool from within the NWC2 editor by pressing Alt+F8, then finding the tool named Global Modification (adp). You can invoke a tool by pressing Enter on the keyboard, double clicking it with the mouse, or by selecting it and pressing the Run button. You are then prompted to enter an expression.Here are some example global modification expressions that should get you started:Set all grace notes to the Highlight1 colorUse: Note,Dur.Grace Color=1Change all Dynamics from Left justification to Right justificationUse: Dynamic,!Justify Justify=RightForce all dynamics to Preserve WidthUse: Dynamic,!Wide Wide=YMove all whole rests up 2 positions on the staffUse: Rest,Dur==Whole Opts.VertOffset+=2Slow down all tempos by 10%Use: Tempo Tempo*=0.9Hide all tempo markingsUse: Tempo Visibility=Never Quote Selected Last Edit: 2006-09-05 11:01 am by NoteWorthy Online
Modifications to support MPC controller values in <comparison> Reply #1 – 2006-08-09 12:46 pm As discussed in the noteworthy.nwc2beta newsgroup...With version 1.2 of GlobalMod, you can escape the comma in the match request using a backslash. For example:QuoteMPC,Controller==tempo,Pt1==0\,72 Pt1=0,50This changes all tempo MPC with the first point value of "72" to a value of "50". Quote Selected Last Edit: 2006-09-05 11:03 am by NoteWorthy Online
Re: Tips for using ADP's Global Modification User Tool Reply #2 – 2006-09-05 11:20 am Version 1.2 of GlobalMod appears in the Starter Kit version 1.21 or later. This new starter kit is available now at:NoteWorthy Composer 2 User Toolshttp://ntworthy.com/nwc2/usertools/ Quote Selected