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

Method setParameters

NeuralNote/Source/TimeQuantizeOptions.cpp:110–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void TimeQuantizeOptions::setParameters(bool inEnable,
111 TimeQuantizeUtils::TimeDivisions inDivision,
112 float inQuantizationForce)
113{
114 mParameters.enable = inEnable;
115 mParameters.division = inDivision;
116 mParameters.quantizationForce = inQuantizationForce;
117}
118
119std::vector<Notes::Event> TimeQuantizeOptions::quantize(const std::vector<Notes::Event>& inNoteEvents) const
120{

Callers 3

_runModelMethod · 0.45
_updateTranscriptionMethod · 0.45
_updatePostProcessingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected