Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
doc | 2019-02-26 | ||
guidoengine | 2019-02-26 | ||
GUIDOEngine.framework | 2019-02-26 | ||
changelog.txt | 2017-02-13 | 2.8 kB | |
factorysample.java | 2017-02-13 | 4.0 kB | |
guido2.ttf | 2017-02-13 | 42.1 kB | |
guidoengine.jar | 2017-02-13 | 22.3 kB | |
guidoviewer.java | 2017-02-13 | 21.9 kB | |
libjniGUIDOEngine.dylib | 2017-02-13 | 89.6 kB | |
readme.txt | 2017-02-13 | 1.7 kB | |
GUIDOEngine.dll | 2016-12-23 | 2.2 MB | |
GUIDOEngine64.dll | 2015-12-19 | 1.5 MB | |
jniGUIDOEngine64.dll | 2015-12-19 | 68.6 kB | |
jniGUIDOEngine.dll | 2015-12-19 | 109.1 kB | |
Totals: 14 Items | 4.2 MB | 1 |
============================================================================ GUIDO Engine Library ---------------------------------------------------------------------------- JNI Interface ============================================================================ Copyright Sony-CSL Paris (c) 2010 ============================================================================ The GUIDO Engine library provides music score layout to client applications. It is based on the GUIDO format and support Guido Music Notation files (gmn) as input but allows to build dynamic scores as well. The JNI library provides a Java access to the engine C/C++ API. Apart encapsulation in java classes, the java API is similar to the C/C++ API. The Guido JNI requires the Guido Engine version 1.40 or later. The JNI library also supports the MusicXML format thru the libMusicXML library when this library is available (see http://libmusicxml.sourceforge.net). The Java package provides native interfaces for Mac OS X and Windows under the form of shared libraries. These libraries depend on the shared GUIDOEngine library. You must install the GUIDOEngine library and make sure that all the libraries are on the java library path before using the Guido JNI. You must also install the guido2.ttf music font. Mac OS X: you should copy the the GUIDOEngine.framework into /Library/Frameworks copy libjniGUIDOEngine.dylib to /usr/local/lib or /usr/lib Windows : the dlls can be put with your java application This package includes sample java code: - guidoviewer.java : a simple viewer application - factorysample.java : shows how to use the guido factory API For more information about Guido, see at http://guidolib.sourceforge.net