Searched refs:gInChannel (Results 1 – 5 of 5) sorted by relevance
/dports/audio/faust/faust-2.37.3/architecture/unsupported-arch/ |
H A D | pa-wx.cpp | 148 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 D | jack-wx.cpp | 157 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 D | oss-wx.cpp | 343 float* gInChannel[256]; variable 354 gInChannel[i] = (float*) calloc (size, sizeof(float)); in allocChannels() 356 gInChannel[i][j] = 0.0; in allocChannels()
|
H A D | ms-jack-gtk.cpp | 965 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 D | oss-gtk.cpp | 1527 float* gInChannel[256]; variable 1538 gInChannel[i] = (float*) calloc (size, sizeof(float)); in allocChannels() 1540 gInChannel[i][j] = 0.0; in allocChannels()
|