Hi,
I've checked in fixes for driver classes and interfaces.
1. javadoc update
2. reorder the definition of methods in *Driver class/interface.
3. rename some of interface methods
IPatchEditor.editPatch(IPatch) -> edit(IPatch)
IPatchEditor.storePatch(IPatch, int, int) -> send(IPatch, int, int)
ISingleDriver.playPatch(IPatch) -> play(IPatch)
ISingleDriver.sendPatch(IPatch) -> send(IPatch)
4. more use of 'final'
--
Hiroo Hayashi
|