From: Steven S. <ste...@co...> - 2005-02-24 07:53:30
|
Hello - Before I go completely nuts trying to decipher this, could someone who has had some success with the Korg drivers drop me an email? I've gotten past the easy part of getting the device class to work, but I'm stuck at the single driver. If I load it in the device with addDriver(new KorgTritonSingleDriver());, I get a JSynthLib: 0.20-alpha, Java: 1.5.0_01, OS: Linux, 2.4.26-1.ll.rh90.ccrma open inport: M1010LT [hw:0,0], port: 0 open outport: M1010LT [hw:0,0], port: 0 loadDevices: -> KorgTriton loadPrefs: java.lang.NullPointerException java.lang.NullPointerException at core.PatchEdit.getInstance(PatchEdit.java:100) at core.ErrorMsg.reportError(ErrorMsg.java:59) at core.DevicesConfig.createDevice(DevicesConfig.java:197) at core.AppConfig.addDevice(AppConfig.java:316) at core.AppConfig.loadPrefs(AppConfig.java:66) at core.PatchEdit.<init>(PatchEdit.java:44) at JSynthLib.main(JSynthLib.java:33) ERR> 'Unable to load user preferences. Defaults loaded instead.' reported. Without calling the single driver, it looks like this: JSynthLib: 0.20-alpha, Java: 1.5.0_01, OS: Linux, 2.4.26-1.ll.rh90.ccrma open inport: M1010LT [hw:0,0], port: 0 open outport: M1010LT [hw:0,0], port: 0 loadDevices: -> KorgTriton loadDevices: -> KorgTriton deviceList: [Generic Unknown <Unknown> - MIDI Out Port: M1010LT [hw:0,0] - MIDI Channel: 1, Korg Triton Rack <Triton Rack> - MIDI Out Port: M1010LT [hw:0,0] - MIDI Channel: 1, Korg Triton Rack <Triton Rack> - MIDI Out Port: M1010LT [hw:0,0] - MIDI Channel: 1] What should I be looking for in the single driver? What should I be looking for in the MIDI implementation for my synth to put in the single driver? Its late and it might be obvious tomorrow, but maybe you have been here before? Thanks |