Skip to content

Releases: ardura/Scrollscope

v1.4.1 Stereo and bug fixes

11 Sep 17:03
2ac011b
Compare
Choose a tag to compare

Scrollscope Stereo Example

Scrollscope now has a stereo view! I also fixed a few random bugs causing crashes for some users.

Note that it seems some accuracy is lost at really zoomed in views now when beat sync is on and I'm not sure why, but it's negligible for the most part.

Thanks for trying my plugins and happy producing!

v1.4.0 Line fills!

07 Jun 17:24
Compare
Choose a tag to compare

image
image
There is now a "fill" option for the Oscilloscope, and a "Filled lines" option in the Analyzer! Fixes #24

v1.3.2 Better alt sync and bar mode changes

07 May 16:35
Compare
Choose a tag to compare

Changes in this update:
beatlines
Lines are now displayed for beat timings #20

You can disable the lines in spectrum view #21
guidelines_toggle

Bar mode has been scaled/updated
Screenshot 2024-05-07 091053

Finally, I reworked how the alt sync works for my linux friends on DAWs like Ardour. This should finally reduce jitter to a negligible amount or eliminate it completely #13

Reminder that a standalone now exists #21 and you can run it like so:
./scrollscope.exe --input-device 'MyAudioDevice' --sample-rate 48000

Thanks for trying my plugins, and happy producing!

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