Search results

  1. C

    Orgs in Java

    Hi again I created a little gui using Wedge's playback-engine. If the tune list is empty just press play and you can select any number of tracks from a single directory to the list. To empty the list later on press eject. Everything else is self-explanatory. Currently you cannot remove single...
  2. C

    Orgs in Java

    Ahh... ok But I also think that it sounds better without the interpolation than with it :p When I find some time I'll programm a little gui for a more convenient player ^^ Thanks alot for your quick fixes. :) After the java xm player went offline I had no org player which runs natively under...
  3. C

    Orgs in Java

    Ok, that's the same fix that I've applied ^^ But it causes another bug in getSample(): Just as the bug before the samp2 might try to access the melody array where it's not defined... I fixed it with another check which solved the problem. Here's the code: Finally the Scorching Back playback...
  4. C

    Orgs in Java

    First of all thanks for the Java version :D Unfortunately there is some kind of bug when loading Wanpak2.org aka Scorching Back: An ArrayIndexOutOfBoundsException happens in the constructor of Organya... time can be >= than this.data[i].length, why so ever... Unfortunately I don't know a...
Top