Skip to content

v1.3.1 Performance and features

Compare
Choose a tag to compare
@ardura ardura released this 01 May 19:29
· 9 commits to master since this release
c8441fb
  • Standalone version now exists - only tested windows version.
    • Run it like: ./scrollscope.exe --input-device 'Stereo Mix (Realtek(R) Audio)' --sample-rate 48000
  • Performance improvements result in smoother scrolling - seems like this reduced waveform jitter more?
  • Customizable config files enable color themes in Scrollscope.ini!
    • $XDG_CONFIG_HOME or $HOME/.config on Linux
    • $HOME/Library/Application Support on MacOS
    • FOLDERID_LocalAppData on Windows (like C:\Users\Ardura\AppData\Local)
  • Beat timing line added to normal scrolling
  • Bar mode added to analyzer for fun - not as precise
  • Now built for MacOS12, M1 Mac OSes, Windows, and Linux

Here is the default config:

# These are in RGB
[ui_colors]
background = 40,40,40
guidelines = 160,160,160
ui_main_color = 239,123,69
user_main = 239,123,69
user_aux_1 = 14,177,210
user_aux_2 = 50,255,40
user_aux_3 = 0,153,255
user_aux_4 = 255,0,255
user_aux_5 = 230,80,80
user_sum_line = 248,255,31
inactive_bg = 60,60,60