aud_dsp.js,time_line.js,live_test0.csv : Audio engine cfg example file. Time line rsrc file and live_test0.csv.

Initial commit
This commit is contained in:
kevin 2013-12-12 12:16:48 -05:00
parent 98814f8439
commit 73efc1b936
3 changed files with 1437 additions and 0 deletions

143
src/kc/data/aud_dsp.js Normal file
View File

@ -0,0 +1,143 @@
{
aud_dsp :
{
midiPortBufByteCnt : 1024
meterMs : 50
msgsPerClientPoll : 10
/*
afpDevArray :
[
{
label:"file_dev"
//iAudioFn:"/home/kevin/temp/in0.wav"
oAudioFn:"/home/kevin/temp/out0.wav"
oBits:16
oChCnt:1
}
]
*/
nrtDevArray :
[
{
label: "nrtDev0"
srate: 44100
iChCnt: 16
oChCnt: 16
cbPeriodMs : 6
}
]
audioSysCfgArray :
[
{
label:"Default"
ssArray :
[
{
inDevIdx : 0
outDevIdx : 0
syncToInputFl : true
msgQueueByteCnt : 524288
devFramesPerCycle : 512
dspFramesPerCycle : 64
audioBufCnt : 3
srate : 96000
}
]
}
{
label:"File Out"
ssArray :
[
{
inDevIdx : 0
outDevIdx : 4
syncToInputFl : true
msgQueueByteCnt : 524288
devFramesPerCycle : 512
dspFramesPerCycle : 64
audioBufCnt : 3
srate : 96000
}
]
}
]
}
udpnetCrca :
{
port: 5876
recvBufByteCnt : 512
timeOutMs: 100
local: "thunk"
nodeArray :
[
{
label:whirl
id:10
addr:"132.239.235.103"
}
{
label:thunk
id:20
addr:"192.168.1.109"
}
]
}
udpnet_work :
{
port: 5876
recvBufByteCnt : 512
timeOutMs: 100
local: "thunk"
nodeArray :
[
{
label:whirl
id:10
addr:"132.239.235.103"
}
{
label:thunk
id:20
addr:"132.239.235.101"
}
]
}
udpnet_thunk :
{
port: 5876
recvBufByteCnt : 8192
timeOutMs: 100
local: "thunk"
nodeArray :
[
{
label:whirl
id:10
addr:"192.168.15.109"
}
{
label:thunk
id:20
addr:"192.168.15.110"
}
]
}
}

File diff suppressed because it is too large Load Diff

55
src/kc/data/time_line.js Normal file
View File

@ -0,0 +1,55 @@
{
timeLineFn: "/home/kevin/src/cmkc/src/kc/data/tl7.js"
tlPrefixPath: "/home/kevin/media/audio/20110723-Kriesberg"
scoreFn: "/home/kevin/src/cmkc/src/kc/data/mod2e.csv"
modFn: "/home/kevin/src/cmkc/src/kc/data/mod0.js"
measFn: "/home/kevin/src/cmkc/src/kc/data/meas0.js"
recordDir: "/home/kevin/temp/kc"
midiDevice: "Fastlane"
midiOutPort: "Fastlane MIDI A"
// pppp ppp pp p mp mf f ff fff
dynRef: [ 14, 28, 42, 56, 71, 85, 99, 113,128 ]
wndSmpCnt :
[
["out"],
[512],
[1024],
[2048],
[4096],
[8192]
]
hopFact :
[
["out"]
[1],
[2],
[4],
[8],
[16]
]
measMenu :
[
["label", "out"],
[Threshold, 0],
[UprSlope, 1],
[LwrSlope, 2],
[Offset, 3],
[Wet, 4]
[None, 5]
]
amSync :
[
{ af:"af-0", asmp:31817884, mf:"mf-0", mid:804 }
{ af:"af-0", asmp:153303832,mf:"mf-0", mid:2041 }
{ af:"af-13",asmp:3086871, mf:"mf-7", mid:7 }
{ af:"af-13",asmp:104107198,mf:"mf-7", mid:1025 }
{ af:"af-15",asmp:15148459, mf:"mf-8", mid:109 }
{ af:"af-15",asmp:178609281 mf:"mf-8", mid:2264 }
]
}