NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: user111 ("ME") on 2004-12-22 08:46 am

Title: feature request: multiple staff selection
Post by: user111 ("ME") on 2004-12-22 08:46 am
why doesn't NWC have multiple staff selection, if it did, deleting extra repeat measures from an imported MIDI file would be much easier
Title: Re: feature request: multiple staff selection
Post by: Gennaro Granito on 2004-12-24 02:12 pm
You could implement a simple user tool that took the starting and ending measure numbers that you want to delete as input parameters, and echoed back everything in the staff but those measures. Granted you would have to do it for each staff, but it would be much simpler than doing it by hand. The only tricky part would be counting the measures correctly (i.e., make sure there is at least one note, chord, restchord or rest in a measure before you count it).