Digigurdy-baz
Loading...
Searching...
No Matches
keyboxbutton.h
Go to the documentation of this file.
1#ifndef KEYBOXBUTTON_H
2#define KEYBOXBUTTON_H
3
4#include "gurdybutton.h"
5
6class KeyboxButton: public GurdyButton {
7 private:
8 int note_offset;
9
10 public:
11 KeyboxButton(int my_pin, int my_offset);
12
13 int getOffset();
14};
15
16#endif
Definition: gurdybutton.h:7
Definition: keyboxbutton.h:6
int getOffset()
Return the key's note offset.
Definition: keyboxbutton.cpp:17