From: <bil...@us...> - 2007-10-18 22:17:09
|
Date: Thursday October 18, 2007 @ 15:17 Author: billzwicky Update of /cvsroot/jsynthlib/JSynthLib/core In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15879/core Modified Files: SceneFrame.java Actions.java AbstractLibraryFrame.java Log Message: Changes from Robert Wirski: "Hello, I have examined the changes and saw that some things need to be corrected. In SceneFrame.UpdatePatch, I had to add the patchsize=0 case which had been removed. It looks unnecessary, but it is important for variable size patches, like for Clavia Nord Modular G2. The current version causes timeout for that driver. I also worked on AbstractLibraryFrame.mouseClicked and now I hope it will work for you. I am willful about that because it is one of the the most dangerous options in the program. It can destroy precious data in your synth's edit buffer with a simple double click. A natural replacer for that is edit facility. If you think it is not good or it will not work for you, replace it with something more safer, please." |