Programmer Guide/Macro Library/BSF: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
|[[#Open|Open]] ||— | |[[#Open|Open]] ||— | ||
|[[#Close|Close]] ||— | |[[#Close|Close]] ||— | ||
|[[#CloseAll|CloseAll]] | |[[#CloseAll|CloseAll]] | ||
|- | |||
|[[#Select|Select]] ||— | |[[#Select|Select]] ||— | ||
|[[#Truncate|Truncate]] | |[[#Truncate|Truncate]] |
Revision as of 16:28, 11 May 2011
- File: BSF.STX, linked to library STX.LIB
- Title: soundfile handling
- Content
- Variables and items used by this library
name type description @ParSoundFileNew global variable default values for function NewDialog @ListAudioSampleCode global variable list of defined sample code keywords @MaxAudioChannels global variable maximum number of soundfile channels @MaxAudioSRate global variable maximum sampling rate in Hz @ListAudioSRate global variable list of standard sampling rate values @TempDir global variable directory for temporary files BSFOpenList table item list of soundfiles opened with BSF OPEN
only used for BScript applicationsSoundFileList shell variable name of the shared soundfile table item
see BSTXIni
NewDialog
BSF NEWDIALOG [ srate [ ; nch ; code ]
- New soundfile dialog.
argument | description | default |
---|---|---|
type | Selects the action to perform:
|
OPEN
|
title | The caption of the dialog window. | Select File
|
file | The default file or directory. | current directory |
ftype1 ... | Each ftype argument defines one entry of the filetype-combobox of the dialog. Each filetype is defined by the string | |
RESULT | description | |
path | The full pathname of the file to be opened or created. | |
empty string | If the dialog was canceled. |
- See also