| 1097 | |
| 1098 | |
| 1099 | void 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 |
nothing calls this directly
no test coverage detected