Date: Tuesday September 14, 2004 @ 21:34
Author: hayashi
Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/Generic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10846/synthdrivers/Generic
Modified Files:
GenericDevice.java
Log Message:
introduce DriverUtil class. The following static methods are moved into the new class.
Driver.generateNumbers
Driver.calculateChecksum(Patch, int, int, int)
Patch.valueOf(byte[])
Patch.getPatchHeader(byte[])
Patch.chooseDriver(byte[])
Patch.chooseDriver(byte[], Device)
|