From: <jba...@us...> - 2005-01-31 07:29:45
|
Date: Sunday January 30, 2005 @ 23:29 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22625/WaldorfMW2 Log Message: Directory /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 added to the repository |
From: <jba...@us...> - 2005-01-31 07:32:47
|
Date: Sunday January 30, 2005 @ 23:32 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22844 Added Files: MW2Constants.java WaldorfMW2Device.java WaldorfMW2SingleDriver.java mw2_default.syx Log Message: First version of the librarian for the Waldorf Microwave 2 / XT /XTK. The java files are decompiled versions of the class files because I accidently copied only the class files from my develeopment computer. |
From: <jba...@us...> - 2005-02-01 06:28:17
|
Date: Monday January 31, 2005 @ 22:28 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv627/synthdrivers/WaldorfMW2 Modified Files: MW2Constants.java WaldorfMW2Device.java WaldorfMW2SingleDriver.java Log Message: This are now the 'real' sources. |
From: <jba...@us...> - 2005-02-01 06:35:18
|
Date: Monday January 31, 2005 @ 22:35 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2049/synthdrivers/WaldorfMW2 Modified Files: WaldorfMW2Device.java Log Message: Eclipse: Organize imports |
From: <jba...@us...> - 2005-02-01 06:36:02
|
Date: Monday January 31, 2005 @ 22:35 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2150/synthdrivers/WaldorfMW2 Modified Files: WaldorfMW2SingleDriver.java Log Message: Eclipse: Organize imports Sending & storing patches works now! |
From: <jba...@us...> - 2005-02-02 06:47:35
|
Date: Tuesday February 1, 2005 @ 22:47 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10209 Modified Files: MW2Constants.java WaldorfMW2Device.java WaldorfMW2SingleDriver.java Added Files: WaldorfMW2AllSoundConverter.java WaldorfMW2BankDriver.java Log Message: Added first version of the bank driver and an "all sounds" to bank converter. |
From: <jba...@us...> - 2005-02-03 06:41:54
|
Date: Wednesday February 2, 2005 @ 22:41 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21397/synthdrivers/WaldorfMW2 Modified Files: WaldorfMW2AllSoundConverter.java WaldorfMW2BankDriver.java WaldorfMW2Device.java WaldorfMW2SingleDriver.java Log Message: The converter which converts an all sound dump to two banks works now. The only issue left ist that the names contain mysterious special characters instead of blank spaces at the end. Re-designed the bank driver so that it doesn't use an all dump anymore (which contains both banks). Now it uses a single bank independent sysex dumps for each single program which are sent at once when you store the bank back to the synth. |
From: <jba...@us...> - 2005-02-08 07:15:53
|
Date: Monday February 7, 2005 @ 23:15 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27293 Modified Files: WaldorfMW2AllSoundConverter.java WaldorfMW2BankDriver.java WaldorfMW2SingleDriver.java Log Message: Fixed the following: - In the bank names are obscure special characters after import an all sound dump - Copying a single program inside a bank doesn't work - Copying a single program from a bank to a new position in the library window doesn't work New issues occured: - Requested banks & single sounds didn't work anymore! Old issue: - Storing banks doesn't work (checksum errors in the synth) |
From: <jba...@us...> - 2005-02-09 07:13:58
|
Date: Tuesday February 8, 2005 @ 23:13 Author: jbackhaus Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14594/synthdrivers/WaldorfMW2 Modified Files: WaldorfMW2BankDriver.java WaldorfMW2SingleDriver.java Log Message: Removed comments that are outdated. The bankd driver uses a new send method that adds/changes the device ID for each single program in the bank before it is send. |
From: <ha...@us...> - 2005-03-03 04:05:43
|
Date: Wednesday March 2, 2005 @ 20:05 Author: hayashi Update of /cvsroot/jsynthlib/JSynthLib/synthdrivers/WaldorfMW2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7853/synthdrivers/WaldorfMW2 Modified Files: WaldorfMW2AllSoundConverter.java WaldorfMW2BankDriver.java WaldorfMW2SingleDriver.java Log Message: make Driver.calculateChecksum(Patch patch, int start, int end, int offset) static. |