Skip to content

Releases: ardura/Scrollscope

v1.3.1 Performance and features

01 May 19:29
c8441fb
Compare
Choose a tag to compare
  • 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

v1.3 Frequency Analyzer added

11 Apr 17:47
d6c8069
Compare
Choose a tag to compare

analyzer
scope
See it in action:

Scrollscope Frequency Analyzer

I finally sat down and figured out the fast Fourier transform stuff. Happy producing!

edit: I made some scaling changes and figured out the pivot slope to match what people normally expect from EQ pivot curves like Fruity Parametric EQ2's visualizer :) that's why this release build changed.

edit 2: MacOS Build was packaged incorrectly and I have fixed that sorry!

v1.2.0 More inputs!

15 Feb 23:05
445f823
Compare
Choose a tag to compare

image
Up to 5 aux(sidechain inputs) can be routed and displayed. This changes how the plugin displays and I've also added the ability to remove/display certain lines as well as focus on a specific one. Enjoy!

edit: fixed a bug in the scaling and skip parameter so that's why I changed the binary. See Issue #17 if you are curious about it

v1.1.1 Bugs fixed and QOL updates

31 Jan 15:58
841f452
Compare
Choose a tag to compare

After fixing some bugs and adding some enhancements that make the plugin friendlier in other DAWs, I decided it was enough changes to create another minor release update.

New features since last release:

  • Alternate Sync mode provided for other DAWs/Linux environments
  • Beat sync now has a Beat/Bar option
  • Waveform doesn't flip from side to side when engaging sync
    image

Enjoy and happy producing

v1.1.0

06 Jun 14:28
Compare
Choose a tag to compare

Changes:

  • Samples slider changed to ms
  • Graphing lines changed + labels gone and hover info removed
  • Flip button for oscilloscope
  • Made beat sync timing more reliable/precise
  • Resized GUI for better visibility
  • Changing specific controls now forces a redraw to save performance

v1.0.0

02 Jun 16:18
Compare
Choose a tag to compare

VST3 and CLAP build