Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Not-A-Waveform-Seekbar-SMP  (Read 1212 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Not-A-Waveform-Seekbar-SMP


A foobar2000 UI Spider Monkey Panel seekbar, using audiowaveform or ffprobe. It's based on RMS, peak levels, the actual waveform or visualization presets.



Features
  • Uses audiowaveform by default (included).
  • ffprobe can be used if desired. Download it and copy ffprobe.exe into 'helpers-external\ffprobe'.
  • Visualizer mode to simply show an animation which changes according to BPM (if tag exists).
  • Fully configurable using the R. Click menu:
    • Colors
    • Waveform modes
    • Analysis modes
    • Animations
    • Refresh rate (not recommended anything below 100 ms except on really modern CPUs)





Integrated in



Installation
As package. See _TIPS and INSTALLATION (txt) and the Wiki. Not properly following the installation instructions will result in scripts not working as intended. Please don't report errors before checking this.

Download latest release (or nightly releases) at github:
https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP


Re: Not-A-Waveform-Seekbar-SMP

Reply #2
v1.2.0 - Auto-update
https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/releases/tag/v1.2.0
Quote
## [1.2.0] - 2023-11-15
### Added
- Auto-update: added -optional- automatic checks for updates on script load; enabled by default. Compares version of current file against GitHub repository. Manual checking can also be found at the settings menu. Setting may also be globally switched at '[FOOBAR PROFILE FOLDER]\js_data\presets\global\globSettings.json', by changing 'bAutoUpdateCheck'. It will apply by default to any new installed script (previous scripts will still need to be manually configured to change them).
- Added setting to disable popups related to features not being supported by the OS (at startup). Found at '[FOOBAR PROFILE FOLDER]\js_data\presets\global\globSettings.json', by changing 'bPopupOnCheckSOFeatures'. By default popups are always shown. This setting will never be exposed within foobar, only at this file.
### Changed
- Helpers: updated helpers.
### Removed
### Fixed

Spoiler (click to show/hide)

 

Re: Not-A-Waveform-Seekbar-SMP

Reply #3
https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/releases/tag/v1.4.0
v1.4.0 - Color customization
Quote
1.4.0 - 2023-12-11
Added

    UI: added settings to tweak the desired refresh rate.
    UI: added entries to set custom colors at the color presets menu.

Changed

    UI: improved color presets menu.

Removed
Fixed

    UI: long time bug in some cases where the current position was not properly painted (in width).