Home
last modified time | relevance | path

Searched refs:NUM_BALANCE_METER_TICKS (Results 1 – 1 of 1) sorted by relevance

/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCMetersWindow.cpp77 #define NUM_BALANCE_METER_TICKS 9 macro
386 for(int t=0;t<NUM_BALANCE_METER_TICKS;t++) in onCanvasPaint()
388 const int x=(width-1)*t/(NUM_BALANCE_METER_TICKS-1); in onCanvasPaint()