| OK, I think I see. The file dialog has buttons for browsing for the
filenames.
CsoundVST, when used as a front end, already has this ability.
John ffitch's winsound has an even closer match to what is in CsoundAV.
In Python, one could write any GUI functions in wxPython, including file
opening and browsing. If you are writing Python code, then you need to
install and import a GUI toolkit and wxPython is the best one I know about.
----- Original Message -----
From: "Michael Gogins"
To:
Sent: Wednesday, March 29, 2006 11:09 PM
Subject: Re: [Csnd] BROWSE_FILE
> What does BROWSE_FILE do? If I knew what it does, I might have a
> suggestion.
>
> Regards,
> Mike
> ----- Original Message -----
> From: "Alessandro Petrolati"
> To: "mailing list"
> Sent: Wednesday, March 29, 2006 5:38 PM
> Subject: [Csnd] BROWSE_FILE
>
>
>> How can be replaced BROWSE_FILE, present in CsoundAV, with one Python
>> script in Csound5?
>> Thanks.
>>
>>
>> ------------------------------
>> Alessandro Petrolati
>> Via Acquaviva, 33
>> -61043 Cagli/PU
>> t +393296221413
>> www.alessandro-petrolati.com
>> ale_petrolati@alice.it
>> ------------------------------
>>
>>
>>
>> --
>> Send bugs reports to this list.
>> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>>
>
> --
> Send bugs reports to this list.
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>
|