Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mtrin/signalizer

 
 

Repository files navigation

Signalizer

Public repository for the real-time audio visualization plugin Signalizer. Download prebuilt releases of Signalizer here: https://github.com/jthorborg/signalizer/releases

More info can be found at this page: www.jthorborg.com/index.html?ipage=signalizer

signalizer_screensaver.png

Building Signalizer

The currently supported build platforms are Windows and OS X. If you haven't yet, run: $ python prepare.py

Then from /Make, run: $ python build_[win|linux|osx].py [-inc:major|minor|patch]

And a zipped Signalizer release will be built into /Releases.

Linux support is experimental and only confirmed to work on Ubuntu 16. See Make/LinuxInstructions.txt for instructions. For OS X, you will need Xcode 5.1.1+ as well as the audio unit SDKs installed. If you want to use the build scripts you need to have the Xcode command line tools installed.

If you wish to compile VSTs, you will need to acquire the VST3 SDK. Similarly for other proprietary platforms. For Windows, you will need Visual Studio 2022+.

Additionally, you may need to set up include directories to point to your specific SDK locations.

Performance

Program maxing out a whole core with VSync enabled? If you are using NVidia graphics, it is a driver issue.. Or, "feature", as they call it. Check this out: http://www.retrocopy.com/blog/29/nvidia-threaded-optimization-oxymoron.aspx

Notice, that it is not actually using all of the CPU, it is merely busywaiting (but yielding). What this means in reality is, that your core will be maxed out, but everything will remain as responsive. See this: http://forum.openscenegraph.org/viewtopic.php?t=3653#18283

Known issues

  • "Plugin is damaged and can't be opened" on newer versions of macOS (due to lack of notarization): See the commentary in this file

About

Audio/signal visualizer plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 60.9%
  • C 35.2%
  • Objective-C++ 3.5%
  • Java 0.2%
  • Objective-C 0.1%
  • Python 0.1%