Jup I got it... Python 3 does not install Unix command line tools in the
standard install!
You need to do a custom install and choose to install those.
Next to that:
python instead of python3 is the proper command on my machine.
So I typed: python makedoepfer.py bitexloop.wav
It works like a charm!
Can you tell us what the max sample time is It seems those sysex files
don't exceed 73k.
Thanks
Ernst
On Sun, Oct 21, 2012 at 2:22 PM, Zo� Blade <
zoe@...
> wrote:
> **
>
>
> > I can't seem to get it working. Seems like I haven't installed Python 3
> > correctly
> > Terminal comes with this prompt everytime: -bash: python3: command not
> found
>
> Judging by the error message, yes, you're typing in the right command but
> it can't find Python 3. You could try replacing python3 with
> /usr/local/bin/python3 or /usr/bin/python3 and see if either of them work.
> Otherwise, I'd try installing Python 3 again, and make sure it includes the
> command line version. (I forget if it's a separate option, sorry.)
>
>
>
[Non-text portions of this message have been removed]