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

Method init

src/tracks/Pattern.cpp:140–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140void Pattern::init()
141{
142 connect( Engine::getSong(), SIGNAL( timeSignatureChanged( int, int ) ),
143 this, SLOT( changeTimeSignature() ) );
144 saveJournallingState( false );
145
146 updateLength();
147 restoreJournallingState();
148}
149
150
151

Callers

nothing calls this directly

Calls 2

saveJournallingStateFunction · 0.85
restoreJournallingStateFunction · 0.85

Tested by

no test coverage detected