Home
last modified time | relevance | path

Searched refs:attackLevel (Results 1 – 21 of 21) sorted by relevance

/dports/games/cosmosmash/cosmosmash-1.4.8/src/roundbeetle/
H A DADSRSource.cpp33 attackLevel(_adsr.attackLevel), in ADSRSource()
103 return (i / decayStartIdx) * attackLevel; in getCurrentLevel()
106 return attackLevel in getCurrentLevel()
108 * (sustainLevel - attackLevel); in getCurrentLevel()
H A Dc-api.cpp85 float attackLevel, in flatzebra_sound_requestSquareWave() argument
93 ADSR adsr(attackLevel, sustainLevel, in flatzebra_sound_requestSquareWave()
122 flatzebra_sound_requestWhiteNoise(float attackLevel, in flatzebra_sound_requestWhiteNoise() argument
131 ADSR adsr(attackLevel, sustainLevel, in flatzebra_sound_requestWhiteNoise()
H A Dc-api.h41 float attackLevel,
51 int flatzebra_sound_requestWhiteNoise(float attackLevel,
H A DADSR.h30 float attackLevel; // 0..1 member
43 : attackLevel(_attackLevel), in ADSR()
H A DADSRSource.h69 const float attackLevel; variable
/dports/games/retroarch/RetroArch-1.9.7/deps/libShake/src/common/
H A Dpresets.c20 effect->u.periodic.envelope.attackLevel = 0; in Shake_SimplePeriodic()
32 effect->u.constant.envelope.attackLevel = 0; in Shake_SimpleConstant()
45 effect->u.ramp.envelope.attackLevel = 0; in Shake_SimpleRamp()
/dports/devel/ois/ois/includes/
H A DOISEffect.h175 Envelope() : attackLength(0), attackLevel(0), fadeLength(0), fadeLevel(0) {} in Envelope()
180 bool isUsed() { return attackLength | attackLevel | fadeLength | fadeLevel; } in isUsed()
186 unsigned short attackLevel; variable
/dports/games/scourge/scourge/src/test/
H A Dcombattest.cpp169 int attackLevel = n + 1; in fight() local
170 attacker->setLevel( attackLevel ); in fight()
173 …fp, "<td><div style='background: gray; color: white;'>Attacker's Level: %d</div>\n", attackLevel ); in fight()
/dports/games/retroarch/RetroArch-1.9.7/deps/libShake/examples/
H A Dsimple.c22 effect.u.periodic.envelope.attackLevel = 0; in main()
/dports/games/retroarch/RetroArch-1.9.7/deps/libShake/src/linux/
H A Dshake.c333 e.u.periodic.envelope.attack_level = effect->u.periodic.envelope.attackLevel; in Shake_UploadEffect()
342 e.u.constant.envelope.attack_level = effect->u.constant.envelope.attackLevel; in Shake_UploadEffect()
352 e.u.ramp.envelope.attack_level = effect->u.ramp.envelope.attackLevel; in Shake_UploadEffect()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Params/
H A DEnvelopeParams.cpp393 case ENVELOPEINSERT::control::attackLevel: in getEnvelopeLimits()
446 case ENVELOPEINSERT::control::attackLevel: in getEnvelopeLimits()
508 case ENVELOPEINSERT::control::attackLevel: in getEnvelopeLimits()
/dports/games/retroarch/RetroArch-1.9.7/deps/libShake/src/osx/
H A Dshake.c499 e.lpEnvelope->dwAttackLevel = effect->u.periodic.envelope.attackLevel; in Shake_UploadEffect()
512 e.lpEnvelope->dwAttackLevel = effect->u.constant.envelope.attackLevel; in Shake_UploadEffect()
526 e.lpEnvelope->dwAttackLevel = effect->u.ramp.envelope.attackLevel; in Shake_UploadEffect()
/dports/games/retroarch/RetroArch-1.9.7/deps/libShake/include/
H A Dshake.h235 uint16_t attackLevel; /**< Envelope attack level. */ member
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DLFUGens.cpp337 double attackLevel = unit->m_attackLevel; in Vibrato_next() local
342 ZXP(out) = ZXP(in) * (1.f + (float)attackLevel * scaleA * (1.f - z * z)); in Vibrato_next()
345 ZXP(out) = ZXP(in) * (1.f + (float)attackLevel * scaleB * (z * z - 1.f)); in Vibrato_next()
360 ZXP(out) = ZXP(in) * (1.f + (float)attackLevel * scaleA * (1.f - z * z)); in Vibrato_next()
362 attackLevel += attackSlope;); in Vibrato_next()
363 unit->m_attackLevel = attackLevel; in Vibrato_next()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/UI/
H A DEnvelopeUI.fl565 …send_data(TOPLEVEL::action::forceUpdate, group, ENVELOPEINSERT::control::attackLevel, o->value(), …
647 …send_data(TOPLEVEL::action::forceUpdate, group, ENVELOPEINSERT::control::attackLevel, o->value(), …
747 …send_data(TOPLEVEL::action::forceUpdate, group, ENVELOPEINSERT::control::attackLevel, o->value(), …
892 case ENVELOPEINSERT::control::attackLevel:
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/
H A Dglobals.h1040 attackLevel = 0, enumerator
/dports/games/keeperrl/keeperrl-alpha23/
H A Dcreature.cpp903 AttackLevel attackLevel = Random.choose(getBody().getAttackLevels()); in attack() local
905 attackLevel = *attackParams->level; in attack()
906 Attack attack(self, attackLevel, attributes->getAttackType(getWeapon()), damage, damageAttr, in attack()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Interface/
H A DText2Data.cpp1411 ctl = ENVELOPEINSERT::control::attackLevel; in encodeEnvelope()
H A DData2Text.cpp3099 case ENVELOPEINSERT::control::attackLevel: in resolveEnvelope()
H A DInterChange.cpp6226 case ENVELOPEINSERT::control::attackLevel: in envelopeReadWrite()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/CLI/
H A DCmdInterpreter.cpp2276 cmd = ENVELOPEINSERT::control::attackLevel; in envelopeSelect()