Home
last modified time | relevance | path

Searched refs:nchnls (Results 1 – 25 of 1705) sorted by relevance

12345678910>>...69

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dsndloop.c148 int32_t nchnls; member
165 int32_t nchnls; member
345 durs *= nchnls; in flooper_init()
346 starts *= nchnls; in flooper_init()
347 cfds *= nchnls; in flooper_init()
371 p->nchnls = nchnls; in flooper_init()
387 int32_t tndx, loop_off = p->loop_off, nchnls = p->nchnls; in flooper_process() local
395 if(nchnls == 2) { in flooper_process()
406 tndx *= nchnls; in flooper_process()
423 tndx *= nchnls; in flooper_process()
[all …]
H A Dfout.c199 p->nchnls = ((SF_INFO*) fileParams)->channels; in fout_open_file()
214 p->nchnls = ((SF_INFO*) fileParams)->channels; in fout_open_file()
981 sf_seek(p->f.sf, p->currpos*p->f.nchnls, SEEK_SET); in infile_act()
984 p->remain /= p->f.nchnls; in infile_act()
987 p->frames*p->f.nchnls); in infile_act()
988 p->remain /= p->f.nchnls; in infile_act()
1036 sf_seek(p->f.sf, p->currpos*p->f.nchnls, SEEK_SET); in infile_arr()
1039 p->remain /= p->f.nchnls; in infile_arr()
1043 p->remain /= p->f.nchnls; in infile_arr()
1144 p->remain /= p->f.nchnls; in kinfile()
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/classes/
H A DCsoundObj.m132 destFormat.mChannelsPerFrame = mCsData.nchnls;
133 destFormat.mBytesPerPacket = mCsData.nchnls * 2;
134 destFormat.mBytesPerFrame = mCsData.nchnls * 2;
308 int nchnls = csoundGetNchnls(csound);
340 int ret = cdata->ret, nchnls = cdata->nchnls;
360 for (k = 0; k < nchnls; k++){
366 for (k = 0; k < nchnls; k++) {
375 if(nsmps == ksmps*nchnls){
465 mCsData.nchnls = csoundGetNchnls(cs);
536 format.mChannelsPerFrame = mCsData.nchnls;
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/classes/
H A DCsoundObj.m132 destFormat.mChannelsPerFrame = mCsData.nchnls;
133 destFormat.mBytesPerPacket = mCsData.nchnls * 2;
134 destFormat.mBytesPerFrame = mCsData.nchnls * 2;
308 int nchnls = csoundGetNchnls(csound);
340 int ret = cdata->ret, nchnls = cdata->nchnls;
360 for (k = 0; k < nchnls; k++){
366 for (k = 0; k < nchnls; k++) {
375 if(nsmps == ksmps*nchnls){
465 mCsData.nchnls = csoundGetNchnls(cs);
536 format.mChannelsPerFrame = mCsData.nchnls;
[all …]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/examples/Useful/
H A DSF_Merger.csd12 nchnls = 8; THIS DETERMINES THE NUMBER OF CHANNELS IN YOUR MERGE FILE
110 if inels > nchnls then
111 …INPUT FILES WILL BE WRITTEN. ADJUST THE nchnls PARAMETER IN THE ORCHESTRA HEADER TO AVOID THIS.%n"…
112 elseif inels < nchnls then; probably crashing
113 …(%d) ARE GREATER THAN NUMBER OF OUTPUT CHANNELS (%d)!%nPLEASE ADJUST THE nchnls PARAMETER IN THE O…
243 …el file. The number of channels in the output file is determined by the 'nchnls' parameter in the …
244 MAKE SURE YOUR nchnls EQUALS THE NUMBER OF YOU INPUT FILES! (If nchnls=8 but you just gave 7 mono f…
/dports/audio/csound/csound-6.15.0/tests/commandline/
H A Dtest27.csd7 nchnls=1
11 nchnls = 1
H A Dtest28.csd7 nchnls=1
11 nchnls = 1
H A Dtest29.csd7 nchnls=1
11 nchnls = 1
H A Dtest30.csd7 nchnls=1
11 nchnls = 1
H A Dtest43.csd7 nchnls=1
11 nchnls = 1
H A Dtest_empty_instr.csd6 nchnls=1
H A Dtest_array_function_call.csd6 nchnls = 2
H A Dtest_arrays_negative_dimension_fail.csd6 nchnls = 2
/dports/audio/csound/csound-6.15.0/Bela/
H A DBelaCsound.cpp240 int nchnls = csound->GetNchnls(); in render() local
241 int chns = nchnls < context->audioOutChannels ? in render()
242 nchnls : context->audioOutChannels; in render()
255 for(n = 0; n < context->audioFrames; n++, frm+=incr, count+=nchnls){ in render()
285 frmcount = count/nchnls; in render()
H A Dmain.cpp391 int nchnls = csound->GetNchnls(); in csound_render() local
393 unsigned int chns = (unsigned int) nchnls < context->audioOutChannels ? in csound_render()
394 nchnls : context->audioOutChannels; in csound_render()
411 frm+=incr, count+=nchnls, counti+=nchnls_i){ in csound_render()
447 frmcount = count/nchnls; in csound_render()
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/jni/
H A Drtopensl.c362 int nchnls = csound->GetNchnls_i(csound); in bqRecorderCallback() local
363 int items = p->inBufSamples/nchnls,i,k,n; in bqRecorderCallback()
367 for(i=n=0; i < items; i++, n+=nchnls) { in bqRecorderCallback()
368 for(k=0; k < nchnls; k++) in bqRecorderCallback()
371 csound->WriteCircularBuffer(csound,p->incb,p->inputBuffer,items*nchnls); in bqRecorderCallback()
395 int nchnls; in openSLRecOpen() local
437 nchnls = csound->GetNchnls_i(params->csound); /* allowing multi channel input */ in openSLRecOpen()
445 SLDataFormat_PCM format_pcm = {SL_DATAFORMAT_PCM,nchnls,sr, in openSLRecOpen()
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Doutrg.csd13 nchnls = 4 ;quad
20 idur = p3/(nchnls-1)
H A Dvbap8.csd14 nchnls = 4
26 ; or use an 8-channel output for realtime output (set nchnls to 8):
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/src/com/csounds/
H A DCsoundObj.java483 int nchnls = csound.GetNchnls(); in runCsoundAudioTrack() local
485 int bufferSize = recBufferSize * nchnls; in runCsoundAudioTrack()
500 if (nchnls == 2) { in runCsoundAudioTrack()
513 if (nchnls > 1) { in runCsoundAudioTrack()
541 if (nchnls == 2) { in runCsoundAudioTrack()
/dports/audio/csound/csound-6.15.0/util/
H A Dpvlook.c101 int32_t nchnls; in pvlook() local
129 nchnls = fmt.nChannels; in pvlook()
159 pvlook_print(&p, "; Channels\t%d\n", nchnls); in pvlook()
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroid/src/main/java/com/csounds/
H A DCsoundObj.java487 int nchnls = csound.GetNchnls(); in runCsoundAudioTrack() local
489 int bufferSize = recBufferSize * nchnls; in runCsoundAudioTrack()
504 if (nchnls == 2) { in runCsoundAudioTrack()
517 if (nchnls > 1) { in runCsoundAudioTrack()
545 if (nchnls == 2) { in runCsoundAudioTrack()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dmusmon.c125 O->outbufsamps *= csound->nchnls; in csoundInitialiseIO()
335 csound->multichan = (csound->nchnls > 1 ? 1 : 0); in musmon()
524 for (n = 0; n < csound->nchnls; n++) { in csoundCleanup()
531 for (maxp = csound->omaxamp, n = csound->nchnls; n--; ) in csoundCleanup()
535 for (rngp = STA(orngcnt), n = csound->nchnls; n--; ) in csoundCleanup()
644 for (n = p->nchnls, maxp = p->maxamp; n--; ) in print_amp_values()
649 for (n = p->nchnls, rngp = p->rngcnt; n--; ) in print_amp_values()
658 for (n = p->nchnls, in print_amp_values()
690 for (n = p->nchnls, maxp = p->smaxamp; n--; ) in section_amps()
695 for (n = p->nchnls, srngp = STA(srngcnt); n--; ) in section_amps()
[all …]
/dports/audio/csound/csound-6.15.0/installer/misc/vim/
H A Dcsound_orc.vim17 syn keyword Identifier sr kr ksmps nchnls 0dbfs
259 imap ``<F1> sr<TAB>= 48000<CR>ksmps<TAB>= 32<CR>nchnls<TAB>= 1<CR>0dbfs<TAB>= 1<CR><CR>
260 imap ``<Esc>OP sr<TAB>= 48000<CR>ksmps<TAB>= 32<CR>nchnls<TAB>= 1<CR>0dbfs<TAB>= 1<CR><CR>
264 imap ``<F2> sr<TAB>= 48000<CR>ksmps<TAB>= 32<CR>nchnls<TAB>= 2<CR>0dbfs<TAB>= 1<CR><CR>
265 imap ``<Esc>OQ sr<TAB>= 48000<CR>ksmps<TAB>= 32<CR>nchnls<TAB>= 2<CR>0dbfs<TAB>= 1<CR><CR>
269 imap ``<F3> sr<TAB>= 48000<CR>ksmps<TAB>= 32<CR>nchnls<TAB>= 3<CR>0dbfs<TAB>= 1<CR><CR>
270 imap ``<Esc>OR sr<TAB>= 48000<CR>ksmps<TAB>= 32<CR>nchnls<TAB>= 3<CR>0dbfs<TAB>= 1<CR><CR>
274 imap ``<F4> sr<TAB>= 48000<CR>ksmps<TAB>= 32<CR>nchnls<TAB>= 4<CR>0dbfs<TAB>= 1<CR><CR>
275 imap ``<Esc>OS sr<TAB>= 48000<CR>ksmps<TAB>= 32<CR>nchnls<TAB>= 4<CR>0dbfs<TAB>= 1<CR><CR>
/dports/audio/csound/csound-6.15.0/Opcodes/py/examples/
H A Dpyassign.orc4 nchnls=1
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/examples/
H A Dtest1.csd5 nchnls=2

12345678910>>...69