--- Lee Goddard wrote:
Is anyone got any output from music composition
scripts they'd be happy to
share? Definitely not source code, just MIDI/mp3
files?
Is anyone got any output from music composition
scripts they'd be happy to
share? Definitely not source code, just MIDI/mp3
files?
I'll take the source code! :-)
=====
perl -e '$_=qq{ibdlfs qfsm bopuifs kvtu};
map{print " ",map(chr(ord($_)-1),split //)} reverse split;'
or
perl -e '@_=qw(ibdlfs qfsm bopuifs kvtu);print reverse map{chr(ord($_)-1)} @_'
for short.
__________________________________________________