This is how you open/recall the audio settings:
[; pd audio-properties(
This is how you open/recall the midi settings:
[; pd midi-properties(
To send your settings to Pd use:
[; pd audio-dialog a a a a b b b b c c c c d d d d e f(
a = input device 1-4 b = input channels input 1-4 c = output device 1-4 d = output channels output 1-4 4 = sample rate d = delay (ms)
[; pd midi-dialog a a a a b b b b c d (
a = input device 1-4 b = output device 1-4 c = number of input channels d = number of output channels
Ingo
Is possible call midi/audio settings window from patch window? Some message to pd... (??)
Thanks.. Esteban Viveros