MCPcopy Create free account
hub / github.com/LMMS/lmms / getStringSample

Method getStringSample

plugins/vibed/string_container.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 float getStringSample( int _string )
68 {
69 return m_strings[_string]->nextSample();
70 }
71
72private:
73 QVector<vibratingString *> m_strings;

Callers 1

playNoteMethod · 0.80

Calls 1

nextSampleMethod · 0.45

Tested by

no test coverage detected