MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / groups

Function groups

plugins/Cardinal/src/sassy/sassy_scope.cpp:519–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517
518#if 0
519static int groups(ScopeData* gScope, double h)
520{
521 int count = 0;
522 for (int i = 1; i < gScope->mPot / 4; i++)
523 {
524 if (gScope->fft1[i - 1] < h && gScope->fft1[i] > h)
525 count++;
526 }
527 return count;
528}
529
530static void detect_fundamentals(ScopeData* gScope)
531{

Callers 1

detect_fundamentalsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected