X-Git-Url: https://code.delx.au/virtualtones/blobdiff_plain/a132d76b55c3c8f89ad79e7a70d9983ad12021fc..e0efeea407809897396731f760ff60e361351d83:/stringinstrument.h diff --git a/stringinstrument.h b/stringinstrument.h index e88d29f..8e5b485 100644 --- a/stringinstrument.h +++ b/stringinstrument.h @@ -9,6 +9,7 @@ #include #include #include +#include #include "instrument.h" @@ -20,6 +21,9 @@ Q_OBJECT public: StringInstrument(QWidget *parent); ~StringInstrument(); + + private slots: + void emitSounds(); protected: QString generateHelp(); @@ -33,7 +37,6 @@ Q_OBJECT void zeroArray(int array[4]); virtual void setNotes(int array[4])=0; // Set the base string notes void copyArray(int source[4], int dest[4]); - void emitSounds(); // Keys bool down[4][4];