tsoding / musializer

Music Visualizer
MIT License
877 stars 92 forks source link

Simplify loop printing out the bundled data array #92

Closed crvs closed 6 months ago

crvs commented 6 months ago

Instead of doing a nested loop, simply print the end of line when we reach the number of printed columns, or the last character of data has been written.

The only change in the output is the line number, which moved slightly due to the change in code.

crvs commented 6 months ago

this is deprecated by pull the merging of pull request #86