On Thu, 2007-03-22 at 11:06 +0100, Atte André Jensen wrote: > Gordon JC Pearce wrote: > > > Heh. I didn't say I was *very* offended. > > :-) > > > You know, you could play a > > less cheesy demo tune... > > If you're inviting me, I just might say "yes" :-) > > Anyways, I'll try to find some time over the weekend to download the > thing over the weekend and play with it. I'll let you know how it goes, ok? No probs. Now I look at the code again, I realise it *was* written from scratch (I've forgotten most of it). To fiddle with the Leslie settings: MIDI CC 70 (0x46) controls the "rotor speed" - above 63 is fast, below is slow. MIDI CC 72 (0x48) controls the modulation depth (default is about 50) MIDI CC 75 (0x4b) controls the dry/wet mix (default is 0.5, a bit less sounds better to me). These are hardcoded in organ.c, around line 100 and below. Gordon