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

Method WaveformGenerator

plugins/sid/wave.cc:26–33  ·  view source on GitHub ↗

---------------------------------------------------------------------------- Constructor. ----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

24// Constructor.
25// ----------------------------------------------------------------------------
26WaveformGenerator::WaveformGenerator()
27{
28 sync_source = this;
29
30 set_chip_model(MOS6581);
31
32 reset();
33}
34
35
36// ----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

resetFunction · 0.85

Tested by

no test coverage detected