MCPcopy Create free account
hub / github.com/doldecomp/mkdd / TPerc

Method TPerc

libs/JSystem/JAudio/System/JASDrumSet.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81JASDrumSet::TPerc::TPerc() {
82 mVolume = 1.0f;
83 mPitch = 1.0f;
84 mPan = 0.5f;
85 mRelease = 1000;
86 mVelomapCount = 0;
87 mVelomap = NULL;
88 JASCalc::bzero(mEffects, sizeof(mEffects));
89}
90
91JASDrumSet::TPerc::~TPerc() {
92 for (int i = 0; i < EFFECT_MAX; i++) {

Callers

nothing calls this directly

Calls 1

bzeroFunction · 0.85

Tested by

no test coverage detected