caw/ui/ui_caw.cfg : Initial commit.
This commit is contained in:
parent
3ae48f3fc5
commit
e3b30ad17a
24
src/caw/ui/ui_caw.cfg
Normal file
24
src/caw/ui/ui_caw.cfg
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
base_dir: "~/src/caw/src/caw/ui/io",
|
||||
io_dict: "~/src/caw/src/caw/cfg/io.cfg" // Runtime configuration file.
|
||||
proc_dict: "~/src/caw/src/libcw/flow/proc_dict.cfg", // Processor class definition file.
|
||||
udp_dict: "~/src/caw/src/libcw/flow/udp_dict.cfg", // User defined proc files
|
||||
|
||||
programs: {
|
||||
|
||||
af_in_with_meter: {
|
||||
|
||||
//dur_limit_secs:5.0,
|
||||
|
||||
network: {
|
||||
|
||||
procs: {
|
||||
af: { class:audio_file_in, args:{ fname:"$/60_samples.wav", eofFl:false, on_off:true }},
|
||||
aout:{ class:audio_out, in:{ in:af.out }, args:{ dev_label:"main"} }
|
||||
mtr: { class:audio_meter, in:{ in:af.out } args:{ rpt_ms: 50 }
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user