Home
last modified time | relevance | path

Searched refs:Dpoll (Results 1 – 7 of 7) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DDpoll.schelp1 class:: Dpoll
28 { Duty.kr(0.5, 0, Dpoll(Dseries(0, 1, inf) * 2)); 0.0 }.play;
31 { Duty.kr(0.5, 0, Dpoll(Dseries(0, 1, inf) * 2, run: MouseX.kr > 0.5)); 0.0 }.play;
34 { LFPulse.ar(Duty.kr(0.5, 0, Dpoll(Dseries(0, 1, inf) % 10 + 1 * 30, "value"))) * 0.1 }.play;
37 { Duty.ar(0.511, 0, Dpoll(Dseries(0, 1, inf) * 2)); 0.0 }.play;
44 Dpoll([Dseries(0, 1, inf), Dgeom(1, 1.1, inf)], ["first", "second"])
50 { Duty.kr(0.5, 0, Dpoll(( Dseries(0, 1, inf) + _ ).dup, ("value" + _).dup)); 0.0 }.play;
H A DArray.schelp383 apply an array of Dpoll units to an array of UGens (see those helpfiles for more details).
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Guides/
H A DTracing-Processes.schelp128 …ain intervals. The message dpoll creates a Dpoll ugen that posts when they are called (see link::C…
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DDemandUGens.cpp152 struct Dpoll : public Unit { struct
244 void Dpoll_Ctor(Dpoll* unit);
245 void Dpoll_Ctor(Dpoll* unit);
246 void Dpoll_next(Dpoll* unit, int inNumSamples);
2034 void Dpoll_next(Dpoll* unit, int inNumSamples) { in Dpoll_next()
2049 void Dpoll_Ctor(Dpoll* unit) { in Dpoll_Ctor()
2071 void Dpoll_Dtor(Dpoll* unit) { RTFree(unit->mWorld, unit->m_id_string); } in Dpoll_Dtor()
2319 DefineDtorUnit(Dpoll); in PluginLoad()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Audio/
H A DDemand.sc169 Dpoll : DUGen {
H A DUGen.sc360 ^Dpoll(this, label, run, trigid)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Collections/
H A DArray.sc224 ^Dpoll(this, label, run, trigid)