| |
kenchis
Registered: Jan 2008 Posts: 65 |
New member does Sidplay2 in Java
Hi folks,
I am a new member of CSDb and want to introduce myself
with a little release.
First, i am very proud to be accepted as a new member of the scene.
For short: I am a C64 fan from 1986 until now.
I was never active in the scene, too less talented maybe, but i learned basic and assembler and did some coding for myself in the past.
One thing from the past i actually do until today is listening the precious SID music of all the talented music artists. So many thanks to all of you for your work
collected in the HVSC.
To listen the new releases from the still active groups i often used sidplay2 for windows or an emulator like CCS64, because my commodore was on the attic.
I am also a Java developer and wanted to have my very own java implementation to create a so called C64 Jukebox.
I decided to create a 1:1 conversion of sidplay2 from C++ to java. It should have all features of the original.
It was a long time work and when it was finished i decided to make it open source, that others can integrate into their java emulators.
Perhaps there will be plugins for many java apps some day or a version running even on a mobile.
If you have any suggestions or feedback (positive or negative) it is welcome.
Have a lot of fun with our hobby,
Ken
http://sourceforge.net/projects/jsidplay2/
|
|
... 75 posts hidden. Click here to view all posts.... |
| |
kenchis
Registered: Jan 2008 Posts: 65 |
Hi Gregg,
You have to start the console player this way:
java -classpath jsidplay2.jar sidplay.ConsolePlayer
|
| |
yonx Account closed
Registered: Dec 2003 Posts: 31 |
nice work! i just tried out the applet, there seems to be a little glitch in the gui-layout under osx:
http://img.skitch.com/20080406-geshsy91sh1s4422epf1wtu6j1.jpg |
| |
kenchis
Registered: Jan 2008 Posts: 65 |
Now i added a Memory tab with a Disassembler :-)
@yoki: can you make a complete sreenshot, then i can possibly find out how much too small the window width is.
Thank you for using it.
|
| |
yonx Account closed
Registered: Dec 2003 Posts: 31 |
@kenchis: sure! http://img.skitch.com/20080406-nrk9cc5qdw8s2d3eku1yra2qm6.jpg |
| |
kenchis
Registered: Jan 2008 Posts: 65 |
The OSX version looks really nice :-)
but the window seem to be too small :-(
Edit: Now you can also listen to the CGSC tunes in parallel to the HVSC tab :-) Some of them sound really good with 4-6 voices
Edit: Now i added graphical output of type 3 filter curves on the settings tab. I also tested substance look&feel on Mac OSX :-) |
| |
kenchis
Registered: Jan 2008 Posts: 65 |
I dont know, if anyone reads my thread in the lemon64 forum,
so i will post my updates twice:
Distortion Simulation v18 is in and also an improved version of the search feature.
Now i will continue my work on the favorites tab.
This version you can export your favorites to a folder
by context menu. So, if you have mmc-replay you can copy them to an SD card :-)
Regards,
Ken |
| |
Dano
Registered: Jul 2004 Posts: 235 |
really nice one (esspecially compared to the lame sidplay/2 windows user have to suffer from), but as it's done in java i can't even make it work smoothly on my athlon 3200+ at home nor my athlon x2 5000+ at work. i'd love this one done with a decent programming language..... |
| |
assiduous Account closed
Registered: Jun 2007 Posts: 343 |
Quote: really nice one (esspecially compared to the lame sidplay/2 windows user have to suffer from), but as it's done in java i can't even make it work smoothly on my athlon 3200+ at home nor my athlon x2 5000+ at work. i'd love this one done with a decent programming language.....
i agree,feature wise its the best sid player but its abit too sluggish. the interpolation sampling mode takes about as much CPU power as the more accurate resampling in Hoxs64 i use via Sidtool so i usually play sids with Sidtool. |
| |
kenchis
Registered: Jan 2008 Posts: 65 |
You can speed-up the player by installing
a Java Developement Kit instead of a Java Runtime Environment.
Then Call:
"C:\Program Files\Java\jdk1.6.0_04\bin\java.exe"
-server -Xmx512M
-classpath mp3spi1.9.4.jar;jl1.0.jar;tritonus_share.jar;derby.jar;jsidplay2.jar
applet.JSIDPlay2
This will use a server VM that is optimized for performance and approximately use only half of the CPU time :-)
|
| |
Dano
Registered: Jul 2004 Posts: 235 |
C:\Downloads>"C:\Programme\Java\jdk1.6.0_07\bin\java.exe" -server -Xmx512M -clas
spath mp3spi1.9.4.jar;jl1.0.jar;tritonus_share.jar;derby.jar;jsidplay2.jar apple
t.JSIDPlay2
Exception in thread "main" java.lang.NoClassDefFoundError: applet/JSIDPlay2
Caused by: java.lang.ClassNotFoundException: applet.JSIDPlay2
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
actually that's what came out when trying what you posted. that's java to me..
is starting with the gui then oder is it staying console? |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 - Next |