Searched refs:maxStars (Results 1 – 2 of 2) sorted by relevance
104 const int maxStars = 50; // arbitrary, fits on one line in displayPeakLevel() local105 int numStars = (int) (peakLevel * maxStars); in displayPeakLevel()
46 const int maxStars = 80; // arbitrary, fits on one line in printAudioScope() local55 int numSpaces = (int) (((sample + 1.0) * 0.5) * maxStars); in printAudioScope()