previous | index | next |
<< | topic list | >> |
On Oct 20, 2012, at 5:51 PM, Zo� Blade wrote:
> Oh, that *was* on-list, hehe... OK...
>
> You shouldn't need to open Python by double clicking on it. You need to invoke the script / Python via your command line. How that works depends on which operating system you're using. You'll probably need to read a quick guide about changing directories in the command prompt. "cd .." takes you up a directory; "cd [directory name]" takes you into another one. Navigate to where the .wav files and script are, then type in "python3 makedoepfer.py [whatever].wav" and it should make the new .syx file.
>
> For example, if you're in OS X, go to Applications > Utilities > Terminal. If you're in Windows, go to Start > Run then type in "cmd". Either way, this should bring up a command prompt.
>
> Say you've made a folder on your desktop called "a112", with my script and your waveform in it. In OS X, you type:
>
> cd Desktop
> cd a112
> python3 makedoepfer.py mywavefile.wav (or whatever your wave file happens to be called)
>
> I'm not sure how to get to the desktop from the command line in Windows, but it should be something reasonably similar. You can usually type in just the first few letters of a filename and press tab to make your life easier.
>
> I'll have to look into whether I can make my script into a standalone program at some point, that you could simply drag and drop .wav files onto, but that really would take a while, and is probably best done by someone more knowledgeable in that area. The good news is that because the program's open source, any other programmers can just dive in and add such features.
>
> All the best,
> Zo�.
>
>
[Non-text portions of this message have been removed]