Skip to content

Commit 42f43ce

Browse files
committed
commens
1 parent 1560335 commit 42f43ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MusicBeam.pde

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ void drawBeatBoard()
144144
drawBeatHistory(beatHistory, 10, 170);
145145
}
146146

147+
/** Draws a beat Visualisation.
148+
* @param LinkedList<Bea>, Integer, Integer
149+
*
150+
*
151+
*/
147152
void drawBeatHistory(LinkedList<Beat> history, int x, int y)
148153
{
149154
for (int i=0; i < history.size(); i++) {

0 commit comments

Comments
 (0)