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

Method showPatchDialog

plugins/GigPlayer/GigPlayer.cpp:1099–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097
1098
1099void GigInstrumentView::showPatchDialog()
1100{
1101 GigInstrument * k = castModel<GigInstrument>();
1102 PatchesDialog pd( this );
1103 pd.setup( k->m_instance, 1, k->instrumentTrack()->name(), &k->m_bankNum, &k->m_patchNum, m_patchLabel );
1104 pd.exec();
1105}
1106
1107
1108

Callers

nothing calls this directly

Calls 3

instrumentTrackMethod · 0.80
setupMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected