Home
last modified time | relevance | path

Searched refs:Beatmode (Results 1 – 8 of 8) sorted by relevance

/dports/audio/csound/csound-6.15.0/Engine/
H A Dmusmon.c159 if (csound->oparms->Beatmode==1) in settempo()
166 if (LIKELY(csound->oparms->Beatmode)) { in gettempo()
181 if (UNLIKELY(csound->oparms->Beatmode==0)) in tempset()
301 if (O->Beatmode && O->cmdTempo > 0.0) { in musmon()
802 if (csound->oparms->Beatmode && !rtEvt && evt->p3orig > FL(0.0)) in process_score_event()
833 if (csound->oparms->Beatmode && !rtEvt && evt->p3orig > FL(0.0)) in process_score_event()
989 if (O->Beatmode) { in sensevents()
1095 if (O->Beatmode) in sensevents()
1109 if (O->Beatmode) in sensevents()
1211 if (O->Beatmode) in sensevents()
[all …]
H A Dinsert.c466 if (O->Beatmode) in insert_event()
530 if (O->Beatmode) { in insert_event()
868 if (csound->oparms_.Beatmode) { in schedofftim()
/dports/audio/csound/csound-6.15.0/Top/
H A Dargdecode.c883 O->Beatmode = 1; /* on uninterpreted Beats */ in decode_long()
1392 O->Beatmode = 1; /* on uninterpreted Beats */ in argdecode()
1603 oparms->Beatmode = 1; in csoundSetParams()
/dports/audio/csound/csound-6.15.0/OOps/
H A Dstr_ops.c1014 buf[0] = (csound->oparms->Beatmode ? '1' : '0'); in getcfg_opcode()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h236 int Beatmode, oMaxLag; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h236 int Beatmode, oMaxLag; member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h238 int Beatmode, oMaxLag; member
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog9531 * cwin.cpp (OnExtras): Set Beatmode as well as Cmdtempo when needed