Home
last modified time | relevance | path

Searched refs:system_sr (Results 1 – 9 of 9) sorted by relevance

/dports/audio/csound/csound-6.15.0/InOut/
H A Drtpa.c227 csound->system_sr(csound, (MYFLT) dev_info->defaultSampleRate); in selectPortAudioDevice()
249 parm->sampleRate = csound->system_sr(csound, 0); in pa_SetStreamParameters()
H A Drtauhal.c379 csound->system_sr(csound, sr); in AuHAL_open()
387 srate = csound->system_sr(csound, sr); in AuHAL_open()
H A Drtjack.c383 csound->system_sr(csound, jack_get_sample_rate(p->client)); in openJackStreams()
384 csound->Message(csound, "system sr: %f\n", csound->system_sr(csound,0)); in openJackStreams()
H A Drtalsa.c476 csound->system_sr(csound, hwsr); in set_device_params()
491 csound->system_sr(csound, dev->srate); in set_device_params()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1353 MYFLT (*system_sr)(CSOUND *, MYFLT ); member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1353 MYFLT (*system_sr)(CSOUND *, MYFLT ); member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1368 MYFLT (*system_sr)(CSOUND *, MYFLT ); member
/dports/audio/csound/csound-6.15.0/Top/
H A Dargdecode.c1209 "system sr: %f\n", csound->system_sr(csound,0)); in decode_long()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dmusmon.c137 return csound->system_sr(csound, 0); in csoundInitialiseIO()