From: Andreas R. <a_r...@gm...> - 2013-01-25 19:53:22
|
Hi! After some problems, I finally managed to subscribe to the list (sf wouldn't let me subscribe with my old account, so I had to create a new one). I'm a software dev from Germany and use JSynthLib to create (and manage) sounds for my Kawai K4, that I export then as midi files, so I can load them then into the sequencer of my Roland E-50. So I have a question on the K4 driver. In synthdrivers/KawaiK4/KawaiK4SingleDriver.java , the method public Patch createNewPatch() creates a patch, that has DCA MOD and DCF MOD values set to -50 as I see it? So when you play this sound with a normal velocity, you don't hear anything? Wouldn't it be better to set such values to 0, so you get some standard sine patch, that actually creates a sound, when you play it? Ciao, Andreas |