ice00
Registered: Apr 2002 Posts: 54 |
JITT64: new Java C64 tracker in develop
For the people interesting in a new cross-tracker for C64, I'm developing JITT64, a Java C64 tracker.
I will use the JSidplay2 library for sound reproduction (thanks Kenchis for creating this conversion in java).
Even if all the specification about the editor is not jet all wrote and full analyzed, it will be something similar to Goattracker for tracker commands, but very specialized into instrument definition.
All instruments are based onto tables of values for a full control onto sound generation.
All tables are not shared between instruments, but all have the personal one.
From a rapid counting, an instrument that use all the available space is defined by over 2KB of data.
I will use the power of the pc computation for reduce (the not full used) and try to shared tables that are equals between instruments to make less the memory consuming when packing the tune for the C64.
Maybe when I code the player in 6502 code I will need to have to modify some of my actual rhetorical goal due to implementation restriction of all the features planned.
However, for sure it will be very raster-line consuming, but my goal is to have an editor for composing a tune that use all the C64 cpu for generating the sound as we want.
Project is updated every day into svn repository: actually there is the main screen interface designed and I'm concentrating into instrument tables implementation (help contains already a low level details about instruments, however most of the documentation is onto my notes into the desk, I have no time to write a full document jet).
I count to use the power of Java swing event interface to make easy to use and insert all the values into the tables.
Project will require many months to reach an usable state, but for the one that want to follow the develop here there is the link to the project:
http://www.sourceforge.net/projects/jitt64
java 1.6 is required. All project is GPL.
For the one that are thinking why to create another music editor that probably less that 3 people will use the answer is simple: I like sid music, coding in Java and assembler, so I have a interesting project to do that will use all of this together :)
I like to thanks CreaMD for having running the first cover compo at www.c64.sk as the idea of this editor is borne due to the difficult I find in using Goattracker to produce a sound I need for creating the cover I like to produce.
I hope to see a next year competition and have my entry composed with this tool... |