Home
last modified time | relevance | path

Searched refs:getCountedSetSize (Results 1 – 4 of 4) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/
H A DAliasOscillator.h142 virtual int getCountedSetSize() { return 255; } in getCountedSetSize() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DParameter.h206 virtual int getCountedSetSize() = 0; // A constant time answer to the count of the set
H A DSurgeStorage.h494 virtual int getCountedSetSize() { return wt.n_tables; } in getCountedSetSize() function
H A DParameter.cpp1657 auto count = cs->getCountedSetSize(); in bound_value()
2746 auto count = cs->getCountedSetSize(); in get_display_alt()