Home
last modified time | relevance | path

Searched refs:gInChannel (Results 1 – 5 of 5) sorted by relevance

/dports/audio/faust/faust-2.37.3/architecture/unsupported-arch/
H A Dpa-wx.cpp148 float* gInChannel[256]; variable
164 gInChannel[i] = (float*) calloc (size, sizeof(float)); in allocChannels()
166 gInChannel[i][j] = 0.0; in allocChannels()
190 gInChannel[c][s] = fInputBuffer[c + s*gDevNumInChans]; in audioCallback()
195 DSP.compute(frames, gInChannel, gOutChannel); in audioCallback()
H A Djack-wx.cpp157 float* gInChannel[256]; variable
181 gInChannel[i] = (float *)jack_port_get_buffer(input_ports[i], nframes); in process()
186 DSP.compute(nframes, gInChannel, gOutChannel); in process()
H A Doss-wx.cpp343 float* gInChannel[256]; variable
354 gInChannel[i] = (float*) calloc (size, sizeof(float)); in allocChannels()
356 gInChannel[i][j] = 0.0; in allocChannels()
H A Dms-jack-gtk.cpp965 float* gInChannel[256]; variable
986 gInChannel[i] = (float *)jack_port_get_buffer(input_ports[i], nframes); in process()
991 DSP.compute(nframes, gInChannel, gOutChannel); in process()
H A Doss-gtk.cpp1527 float* gInChannel[256]; variable
1538 gInChannel[i] = (float*) calloc (size, sizeof(float)); in allocChannels()
1540 gInChannel[i][j] = 0.0; in allocChannels()