PortaMod – MOD/XM/S3M library for Processing
FINALLY, I’ve got a release-worthy build of my MOD/XM/S3M replayer library for Processing! PortaMod is based on a very high-quality (but bare-bones) pure Java replayer engine by Martin Cameron called IBXM. IBXM had been around for a few years, but I wanted to implement it for Processing and make it available to that lovely little sketching language that’s been so helpful to me in my effort to learn OOP.
I’ve been working on this in a couple of different ’strands’, and if you’re following my sporadically-documented, mad-scientist crap to any degree, you’ll know that they include:
- Chipdisco (a dual-deck module DJ application with MIDI control, headphone cue-mix, module-loading from URL and dual playlists) – click here for a work-in-progress
- PortaMod Player (a single-deck player with scrolling tracker-style patterndata display and various other nice features – interface similar to Chipdisco)
- PortaMod Single (a very very compact single-tune player intended for embedding on websites, particularly websites that archive modules)
- PortaMod itself – the library which will make projects like these easy for others to make. Usage can be basic, e.g. doing a soundtrack for a sketch when you want to avoid bundling a massive mp3 file, or more complex, e.g. driving a series of visual effects triggered by note-events in the music.
Anyway, better follow the above link to get all the details.
November 24th, 2009 at 12:04 am
[...] – MOD/XM/S3M library for Processing http://syphus.net/portamod-modxms3m-library-for-processing [...]
November 24th, 2009 at 6:43 pm
yeea!!
was thinking of a feature to use chipdisco(dj?) with only one soundcard. settling for mono, you could send a master output on the left, and a cue on the right. then you would only need a little adapter-split-thingee to turn your laptop into a funky rhumba dj system!
***** rulez
November 24th, 2009 at 6:51 pm
[...] DJ Tool Out Now By chipflip PortaMod by Syphus, mentioned earlier, is now announced for the public here! It’s a new player for older music formats, which offers alot more than [...]
December 22nd, 2009 at 12:13 am
Anders – I actually have this feature in already ;) Either deck can be fully panned to left or right. Rhumba indeed!