NoteWorthy Composer Forum

Forums => Tips & Tricks => User Tools => Topic started by: NoteWorthy Online on 2009-10-10 08:38 pm

Title: nwctxt Python Module - Version 0.1.0 (Alpha quality)
Post by: NoteWorthy Online on 2009-10-10 08:38 pm
A Python library for processing NoteWorthy Composer clip text is attached. This library is suitable for those that are comfortable with scripting in Python.

Background: All notation objects in NWC have a text based description that can be copied, pasted, and processed from the built-in NWC2 user tool mechanism. The definitions in the nwctxt module provide a standard method for drilling into the NWC clip text, analyizing it, changing it, and then reconstructing the clip in order to send it back to NWC.

This initial alpha version of nwctxt.py is based on the PHP version of the NWC user tool start kit. The naming conventions are based on the PHP version of the NWC clip text library. We are considering altering this approach in order to make these definitions more consistent with Python standards, so things may change after this initial alpha release.

Title: Re: nwctxt Python Module - Version 0.1.0 (Alpha quality)
Post by: NoteWorthy Online on 2009-10-10 08:42 pm
Here are two Python programs that can be invoked from the NWC2 User Tool mechanism to test the nwctxt library: