Home
last modified time | relevance | path

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

/dports/audio/stk/stk-4.6.2/projects/demo/scores/
H A DREADME16 TubeBell tubebell.ski
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/StkUGens/
H A DStkAll.cpp267 TubeBell *tubebell; member
1449 STKAlloc0(unit->mWorld, unit->tubebell, TubeBell ); in StkTubeBell_Ctor()
1452 unit->tubebell->noteOn(IN0(0) ,1); in StkTubeBell_Ctor()
1464 out[i] = unit->tubebell->tick(); in StkTubeBell_next()
1472 unit->tubebell->~TubeBell(); in StkTubeBell_Dtor()
1473 RTFree(unit->mWorld, unit->tubebell); in StkTubeBell_Dtor()
/dports/audio/timidity/timidity-0.2i/
H A Dgravis.cfg22 14 tubebell
H A Dmt32.cfg129 102 tubebell
/dports/audio/eawpats/eawpats/
H A Dmt-32.cfg120 102 tubebell
H A Ddefault.cfg15 15 tubebell
H A Dultrasnd.ini21 14=tubebell
H A Dproteus2.cfg70 57 tubebell # Tubular Bells
H A Dgravis.cfg26 14 tubebell
/dports/audio/guspat/timidity/
H A Drelease.cfg15 14 GUS/tubebell.pat
H A Dmt32.cfg128 102 GUS/tubebell.pat
H A Ddefault.cfg32 14 GUS/tubebell.pat
H A DLSPATCH22 …/lib/timidity/timidity/release.cfg:15: 14 GUS/tubebell.pat /home/iz/lib/timidity/timidity/inst/GUS…
261 …z/lib/timidity/timidity/mt32.cfg:128: 102 GUS/tubebell.pat /home/iz/lib/timidity/timidity/inst/GUS…
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dphysmod.c956 int32_t tubebell(void*,void*);
989 (SUBR)tubebellset,(SUBR)tubebell},
990 { "fmrhode", S(FM4OP), TR, 3, "a", "kkkkkkiiiii",(SUBR)rhodeset,(SUBR)tubebell},
H A Dfm4op.c300 int32_t tubebell(CSOUND *csound, FM4OP *p) in tubebell() function
/dports/audio/timidity/
H A Dgoemon.cfg42 14 tubebell
/dports/audio/freepats/freepats/
H A DREADME105 tubebell new sample to replace Gravis samples
H A Dcrude.cfg48 # Program TubulBel (gus tubebell; old name: Tubular)
/dports/audio/eawplus/eawplus-12.1_3/timidity/
H A D88prot.cfg20 14 GUS/tubebell.pat pan=0 amp=84
/dports/lang/fth/fth-1.4.1/examples/site-lib/
H A Dclm-ins.fs27 \ tubebell ( start dur freq amp :optional base --)
1331 instrument: tubebell <{ start dur freq amp :optional base 32.0 -- }>
1358 : tubebell-test <{ :optional start 0.0 dur 1.0 -- }>
1360 now@ dur 440 0.2 32 tubebell
4164 now@ dur tubebell-test
/dports/audio/snd/snd-21.2/
H A Dclm-ins.fs27 \ tubebell ( start dur freq amp :optional base --)
1331 instrument: tubebell <{ start dur freq amp :optional base 32.0 -- }>
1358 : tubebell-test <{ :optional start 0.0 dur 1.0 -- }>
1360 now@ dur 440 0.2 32 tubebell
4164 now@ dur tubebell-test
H A Dclm-ins.rb884 def tubebell(start, dur, freq, amp, base = 32.0) method
907 tubebell(start, dur, 440, 0.2, 32)
H A Dclm-ins.scm847 (definstrument (tubebell beg dur freq amp (base 32.0))
H A Dsnd-test.rb33021 tubebell(12, 2, 440, 0.2)
H A Dsnd-test.scm38893 (tubebell 12 2 440 .2)