Category Archives: Developer

Manual work

Another night spent working my way through the SoundEngine manual, version 0.21 nears launch, so there is a new feature to document, some old features I had forgotten to document (Thanks CJ for pointing those out 🙂 ) and a general tidy up here and there.

Still hoping to have the next version out this month (February), so keep checking back, or the usual places on AtariAge and Jagware (which I will update as and when it’s released).

Freeing up RAM and bus

Resources can be quite tight within the Jaguar system.  All though CPUs fighting for time on the bus, only 2MB of RAM, 4MB (mostly) of cart space.  Compromising assets to make a game fit or work isn’t something you want to do, especially the people that have created those assets 🙂

With that in mind I am always looking for ways to free up ROM/RAM, and keep the SoundEngine off the main bus as much as possible.  I have spent the last few days pondering a few tweaks that could benefit both storage capacity and bus use, and from the initial very basic experiments tonight these are looking quite promising.  I shouldn’t really count my bytes before they have hatched, but I am pretty sure that there could be some significant savings coming soon in regards to music playback on the Jaguar..

Watch this space…

Inclusion in Rebooteroids furthering feature development

It’s quite an exciting time in the U-235 bunker at the moment, work has been progressing nicely these last few weeks adding some extra features to the SoundEngine.  U-235 are very proud to have had our SoundEngine selected for use by Reboot in their RAPTOR Engine and the subsequent games based on this technology.  So it’s obviously a great honour to have our work also be ported into the upcoming release Rebooteroids!

Working closely with the guys in Reboot to meet the needs of Rebooteroids highlighted a new feature for the SoundEngine, Pad & spinner code!  Now the SoundEngine takes care of polling pad 1 & 2, presenting the state of the pads as two individual bitmaps.  Spinner code has also been added to allow the reading of rotary controllers.

At this time the code is only present in the custom build of the SoundEngine, but these features will of course be ported into full general releases of the SoundEngine.  Pad read code is planned to be included in the next release, with spinner reading code coming in a release after that most likely.  The next release of the SoundEngine will hopefully be in February this year assuming no big hitches with the development or available time.

Big thanks to Cyrano Jones of Reboot for the suggestion and various code fragments and feedback.

Sound Engine 0.20 RELEASED!

It’s been far far too long, and not all of the features I hoped to get in this release are there, still plenty to do and add.  A significant bug was identified by Matmook of Jagware which would result in small looped samples sounding terribly off key.  This release fixes that bug.

In addition to this fix there is now a Pseudo random number generator built into the Sound Engine! whilst it is loaded into the DSP and the DSP is running it will merrily generate 16bits of pseudo rubbish.  Hopefully this will be of use and free up some ticks elsewhere in your projects.

Also now added support of the Vibrato & Volume slide effect.

The majority of changes have mostly been around some internal code tidying and documentation to aid in future development.

Head here to download the latest version, enjoy!

Jaguar Graphics converter beta released

It’s been a long time in coming!  I initially wrote this tool many many years ago, then lost the source, but back then it worked only for a very very limited selection of BMP source files.  This has bugged me lots, so when I started re-looking at Jaguar development I rewrote it from scratch.  However, this time I have used the ImageMagick image processing libraries to enable support for pretty much every image format on the planet.  Spent a good few hours last night polishing off some of the rougher edges, and whipped it into an early beta release for people to use.  Still a lot to do, if there are any features you would like to see, drop me an email and we might be able to get them added.

The release can be obtained from the Developer > Jaguar Graphics Convertor section of this website.

Enjoy!

U-235 SoundEngine 0.18 released

Complete rewrite of the sound rendering code has been made to improve tollerance of bus latency. This means that projects using the SE can now make more use of the system bus! more sprites! more pixels! clear audio! There are still finite limits as to how much can be tollerated, more work is being done to hopefully improve this further.

U-235 SoundEngine 0.17 Released

A significant change to the API has been made which will allow (hopefully) increased ease of use, as well as more accurate rendering of tracker module effects. This change has also divorced the module parser from the Sound Engine allowing for greater flexibility with future SE developments and smaller code size! Next on the agenda is to improve the rendering performance to hopefully remove or reduce the effects of latency on the system bus.

U-235 SoundEngine 0.16 Released

Another small update in terms of features, mostly bug fixes. New sound engine command added “Slide to note at rate”, updates to the manual to hopefully improve clarity of some of the tables, and also details of which module effects are currently implemented. Lots of work still to be done, hopefully the next update will be more significant.