Hey, you, random java programmer!
category: general [glöplog]
I'm trying to do some sort of theremin in J2ME, but I can't make find a way to make some sort of synth loop (changing the current playing buffer). Any idea on how to do it?
perhaps this is useful.
That doesn't work on the mobile java I think.
As far as I'm aware, it is not possible to do this using J2ME. Hence the absence of J2ME mod players :(
There is at least a NES emulator in J2ME, so it's probably possible to do it, unless they use the "MIDI" thingy.
as i recall from my experiments, there is very little sound support in the standard j2me. if you need sound etc. you'd have to go for a vendor specific java sdk.
Just generate short samples and play them. That's about the only way to do it with J2ME but (surprise) that works like crap.