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

Function reset

include/RemotePlugin.h:535–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534#ifdef SYNC_WITH_SHM_FIFO
535 void reset( shmFifo *in, shmFifo *out )
536 {
537 delete m_in;
538 delete m_out;
539 m_in = in;
540 m_out = out;
541 }
542#endif
543
544 int sendMessage( const message & _m );

Callers 15

loadSettingsMethod · 0.85
initMethod · 0.85
addDefaultActionsMethod · 0.85
EnvelopeGeneratorMethod · 0.85
ExternalFilterMethod · 0.85
WaveformGeneratorMethod · 0.85
initMethod · 0.85
initMethod · 0.85
RMSMethod · 0.85
DelayTapAMethod · 0.85
TriSawSquareMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected