„ColorScale.h“ löschen
This commit is contained in:
parent
5731d50739
commit
d21b367a87
31
ColorScale.h
31
ColorScale.h
@ -1,31 +0,0 @@
|
||||
/* COLORSCALE_H
|
||||
* CLASS DECLARATION
|
||||
*
|
||||
* CHANGLOG:
|
||||
* NAME: | CHANGES: | DATE: |
|
||||
* Mewes, Lars | Neuerstellung | 24.09.2021 |
|
||||
* | | |
|
||||
* | | |
|
||||
* | | |
|
||||
*
|
||||
* DESCRIPTION:
|
||||
* Diese Klasse beinhaltet sämtliche Töne einer Oktave, die mithilfe von getter-setter-Funktionen genutzt werden können.
|
||||
*
|
||||
* TO-DOs:
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "Tone.h"
|
||||
|
||||
|
||||
class ColorScale{
|
||||
Tone allTones[12];
|
||||
public:
|
||||
Tone * getToneByName(QString name);
|
||||
Tone * getToneByKeyboardPosition(int pos);
|
||||
void setToneColor(Tone * tone, QColor color);
|
||||
ColorScale();
|
||||
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user