#ifndef DRAWHELPER_H #define DRAWHELPER_H #include "constants.h" Color midiToColor(Note * note); Color intToColor(int number, int maxnumber); void drawNoteRect(Note * note, int rotated, int square); void reduceCountdown(Note * nt, float ft); float calculateCountdown(float countdown, float ft); void drawJackPortName(const char * portname, int x, int y, int fontsize, Color color, bool vertical); bool portShouldDraw(int port); #endif // not defined DRAWHELPER_H