MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / Parameters

Class Parameters

NeuralNote/Source/TimeQuantizeOptions.h:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15{
16public:
17 struct Parameters {
18 bool enable = false;
19 TimeQuantizeUtils::TimeDivisions division = TimeQuantizeUtils::_1_4;
20 float quantizationForce = 0.f;
21 };
22
23 struct TimeQuantizeInfo {
24 double bpm = 120.0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected