MCPcopy Create free account
hub / github.com/LabSound/LabSound / PolyBLEPType

Enum PolyBLEPType

include/LabSound/extended/PolyBLEPNode.h:35–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 */
34
35enum class PolyBLEPType
36{
37 TRIANGLE,
38 SQUARE,
39 RECTANGLE,
40 SAWTOOTH,
41 RAMP,
42 MODIFIED_TRIANGLE,
43 MODIFIED_SQUARE,
44 HALF_WAVE_RECTIFIED_SINE,
45 FULL_WAVE_RECTIFIED_SINE,
46 TRIANGULAR_PULSE,
47 TRAPEZOID_FIXED,
48 TRAPEZOID_VARIABLE,
49 _PolyBLEPCount
50};
51
52class PolyBlepImpl;
53

Callers 2

PolyBLEPNodeMethod · 0.85
typeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected