User talk:Ben Russell

From Esolang
Jump to navigation Jump to search

Er, are you aware that you can get your forgotten password sent to you via email if you register an email address? At least that's my understanding from the menus, I have fortunately not needed to test it. --Ørjan 10:22, 26 June 2007 (UTC)

I think it might be necessary to confirm your email first, before you forget your password (go to Special:Preferences and there's a button to have an email with a link sent to you). --ais523 16:23, 26 June 2007 (UTC)
Just done it. Cheers. That was the cock-up I did the last two times. --Ben Russell 05:50, 27 June 2007 (UTC)


Good job with the Thue program, always glad to see more of them! --Keymaker 10:54, 28 June 2007 (UTC)

Licensing

Can we have midibatch (sp) now then? :P tusho (talk · contribs) 19:53, 12 August 2008 (UTC)

BytePusher VM

Hey Ben, thanks for notifying me about the suckiness of my audio implementation on FreeBSD =) I uploaded a new version with 8 buffers (2048 samples). Hopefully it will run smoother; please let me know (I don't have FreeBSD myself).
Another thing about the audio... I looked at your code, and I think you can double the volume without clipping, by adding "set_volume_per_voice(0);". This makes a single center-panned voice play at full scale when the volume is 255. By default Allegro has a headroom to allow panning hard left/right without clipping, which makes a single center-panned voice play at 50% volume for vol=255. Or just double the volume to 512, it should have the same effect. --Javamannen 00:14, 18 October 2010 (UTC)