[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Electric Duet



Hi, Vladimir.

Nice job, thank you.

I downloaded the source to play a bit, but didn't managed to build a functional binary. My binary generated waves that looks like a bar graph or the Manhattan Skyline : a long series of single phased rectangular waves (I checked it out with Audacity).

I think it's something on my compiling environment, I'm using WinXP, mingw and gcc 4.6.2.

Could you inform, please, the environment you used to successfully build your binaries?

Regards,
--
Lisias

On 20/6/2012 13:48, Vladimir Ivanov wrote:

On Tue, 19 Jun 2012, Antoine Vignau wrote:

congratulations Vlad.

Thank you, Noble Sir Toto.

Will you make your SW available to the community?

Sure. Here is the player source and some random (although I'd prefer
much bigger and better) collection of tunes:

http://softjunk.org/sw/apple2/eld/eldplay.zip


The player is ANSI C, single small file, converting from stdin to
stdout. Example:

eldplay < electric_duet_file > file.wav


Two versions are provided.

"eldplay-oot.c" - the Out of Tune version, which uses same limited
pitches as in Electric Duet. Keen observers may have noticed that some
high notes are actually the same pitch because of insufficient accuracy.

"eldplay.c" - notes are translated to more precise equal-tempered scale,
sounds nicer.


Some history on this - I originally made it to be eventually included as
an Easter egg into a commercial product. In the end, I put a full
featured MOD player.


Last but not least - my personal respect to Paul Lutus. Electric Duet
and GraFORTH were part of my inspiration while growing as a kid.