SoundFileFormats:
Filter:
Description
Instance methods
gui
headerFormat
sampleFormat
crucial-library/Classes (extension)
|
Libraries
>
crucial
>
GUI
SoundFileFormats
Extension
a widget for selecting SoundFile format for recording
See also:
SynthConsole
Description
( f = SoundFileFormats.new; f.gui(Window.new.front); // select your type using the popup // these are the symbols that SoundFile expects f.headerFormat; f.sampleFormat; )
Instance Methods
.
gui
Arguments:
layout
.
headerFormat
.
sampleFormat
helpfile source:
HelpSource/Classes/SoundFileFormats.schelp
link::crucial-library/Classes/SoundFileFormats::