Hacking

float calculateLogicalDuration ( SingleNote singleNote ) {; float ratio = 1f; // Die folgende Anweisung muss dynamisiert werden denn es muss ja kein 4/4 Takt sein ratio = (float)((float)singleNote . numericalDuration / (float)(divisionPerQuarternote * 4)); globalController . errorMessages += „duration ratio = “ + ratio + „\n“; if (ratio == 1) // ganze Note { […]

 Go to post page

November 15th, 2017 by Thomas Leppuhr