jeanphilippegoldman / plugin_filetools

filetools for Praat
GNU General Public License v3.0
0 stars 0 forks source link

Files field in dialogue box #2

Closed rolandomunoz closed 6 years ago

rolandomunoz commented 6 years ago

What is the purpose of the Files field? Does this mean a kind of file extension?

form Open files...
text Folder
text Files 
endform
jeanphilippegoldman commented 6 years ago

yeap kind of extensions. should be "*.wav" as is.

if we name this field "extension" as you suggested in get_dur, then insert a "." somewhere in the Create file list command to grab all .wav unless praat syntax can hold it now.

On Wed, Jun 6, 2018 at 8:53 AM Rolando Muñoz notifications@github.com wrote:

What is the purpose of the Files field? Does this mean a kind of file extension?

form Open files... text Folder text Files endform

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeanphilippegoldman/plugin_filetools/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AOHcq9RZYXdft8Vo4cGYI-3-0id-n98mks5t53yHgaJpZM4UcFQf .

-- j:-P

rolandomunoz commented 6 years ago

Do you think it would be more easy to understand if we change the Files field to Sound file extension as in other Praat dialogue boxes?

The new syntax would be something like:

Create Strings as file list: "list", folder$ + "/*" + sound_file_extension$

Here is a pic of the Create Corpus... command image

jeanphilippegoldman commented 6 years ago

ok go for it. thank for your effort

On Wed, Jun 6, 2018 at 9:10 AM Rolando Muñoz notifications@github.com wrote:

Do you think it would be more easy to understand if we change the Files field to Sound file extension as in other Praat dialogue boxes?

The new syntax would be something like:

Create Strings as file list: "list", folder$ "/*" + sound_file_extension$

Here is a pic of the Create Corpus... command [image: image] https://user-images.githubusercontent.com/18198623/41022051-028d2b28-692e-11e8-9bd9-6e07d51b8061.png

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/jeanphilippegoldman/plugin_filetools/issues/2#issuecomment-394964398, or mute the thread https://github.com/notifications/unsubscribe-auth/AOHcq65Y7Qr4BN7UwVVVgUznd61TylqGks5t54BVgaJpZM4UcFQf .

-- j:-P