Unfortunately those links in WebArchive are blind.
Signalizer: Sidechaining update! Open-source & free audio visualization plugin (v. 0.4.3)
-
- KVRian
- Topic Starter
- 585 posts since 1 Jan, 2013 from Denmark
Oh damn, they just went ahead and removed that. Going forward, everything will be hosted on github instead that will be the source of truth as well. Find all releases here: https://github.com/jthorborg/signalizer/releasesNaenyn wrote: Sat Jun 07, 2025 1:05 amMaybe the Wayback Machine can help here? https://web.archive.org/web/20250118043 ... downloads/
I wonder if Mayae is working on it .. or is aware.![]()
Additional mirrors:
signalizer_windows_vst_0.4.3.zip
signalizer_macos_0.4.3.zip
-
- KVRer
- 6 posts since 17 Jan, 2013
Has anyone successfully installed Signalizer on a recent version of macOS?
I’ve heard from a few friends that the macOS installation advice on the official site no longer works or isn’t compatible with newer versions.
It’s hands down the best oscilloscope plugin I’ve ever used — would be a shame to miss out on it.
Any tips or workarounds would be greatly appreciated!
-
Download SOphist Download SOphist https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=95874
- KVRAF
- 4434 posts since 26 Jan, 2006 from :noitacoL
I´m running it fine in Mac Sonoma
member of the guild of professional dilettantes.
-
- KVRer
- 6 posts since 17 Jan, 2013
Hi SO phist ,could you share how you did it? I’m on Windows and it works great here, so I recommended it to a friend with a Mac, but he couldn’t get it installed. Would really appreciate any tips!
-
- KVRer
- 1 posts since 5 Jul, 2025
Hi Janus and all.
I am really impressed with your Signalizer plugin. I have it running successfully on my Windows computer, but have been unable to successfully get it recognized and loaded on my MacBook Pro computer (Apple M2 Max chip running MacOS Sequoia Version 15.5). I am trying to load it into Ableton Live 12. The Mac system is my main audio computer and I would love to be able to get it running in the MacOS. I am seeing others with the same issue. Any input on your part to get it successfully running on MacOS would be welcome. Thank-you....
I am really impressed with your Signalizer plugin. I have it running successfully on my Windows computer, but have been unable to successfully get it recognized and loaded on my MacBook Pro computer (Apple M2 Max chip running MacOS Sequoia Version 15.5). I am trying to load it into Ableton Live 12. The Mac system is my main audio computer and I would love to be able to get it running in the MacOS. I am seeing others with the same issue. Any input on your part to get it successfully running on MacOS would be welcome. Thank-you....
-
Download SOphist Download SOphist https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=95874
- KVRAF
- 4434 posts since 26 Jan, 2006 from :noitacoL
sorry, didn´t see your question up until now.tzureyal wrote: Wed Jun 18, 2025 1:48 pm Hi SO phist ,could you share how you did it? I’m on Windows and it works great here, so I recommended it to a friend with a Mac, but he couldn’t get it installed. Would really appreciate any tips!
don´t remember how I did it, but when a plugin isn´t signed (don't know if its the case, though) I use the sudo xattr -rd com.apple.quarantine /Library/Audio/Plug-Ins/VST3/*.vst3 line on terminal (you must use your vst3 - or other format - plugin path, of course). maybe it'll help.
good luck,
Miguel.
member of the guild of professional dilettantes.
-
- KVRist
- 30 posts since 4 Jan, 2018
-
- KVRer
- 2 posts since 28 Jul, 2025
Been craving for a proper Osc so badly (and I paid for Oszillos Megascope) that I made a build work in mac arm64 and juce8. Had to do some changes changes in your cpl library and used simd to port it.
Plugin loads (although boots up slowly, but so it was on x64)
Will be testing in the next days or weeks and will send a contrib for you to review
Plugin loads (although boots up slowly, but so it was on x64)
Will be testing in the next days or weeks and will send a contrib for you to review
-
- KVRian
- Topic Starter
- 585 posts since 1 Jan, 2013 from Denmark
Nice, feel free to PR against the juce-8 branches:mtrin wrote: Mon Jul 28, 2025 2:46 pm Been craving for a proper Osc so badly (and I paid for Oszillos Megascope) that I made a build work in mac arm64 and juce8. Had to do some changes changes in your cpl library and used simd to port it.
Plugin loads (although boots up slowly, but so it was on x64)
Will be testing in the next days or weeks and will send a contrib for you to review
https://github.com/jthorborg/signalizer ... e-update-8
https://github.com/jthorborg/cpl/tree/dev/juce-8
If your changes are against dev or master, I can take a look and graft.
-
- KVRer
- 2 posts since 28 Jul, 2025
AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
Cool, I created a couple of draft PR's, it's trying to create a bunch of extra files I think I need to sort something out on gitignore but hope you can see the gist of itMayae wrote: Mon Aug 18, 2025 8:40 pmNice, feel free to PR against the juce-8 branches:mtrin wrote: Mon Jul 28, 2025 2:46 pm Been craving for a proper Osc so badly (and I paid for Oszillos Megascope) that I made a build work in mac arm64 and juce8. Had to do some changes changes in your cpl library and used simd to port it.
Plugin loads (although boots up slowly, but so it was on x64)
Will be testing in the next days or weeks and will send a contrib for you to review
https://github.com/jthorborg/signalizer ... e-update-8 (https://github.com/jthorborg/signalizer/tree/build/juce-update-8)
https://github.com/jthorborg/cpl/tree/dev/juce-8 (https://github.com/jthorborg/cpl/tree/dev/juce-8)
If your changes are against dev or master, I can take a look and graft.
https://github.com/jthorborg/signalizer/pull/1 (https://github.com/jthorborg/signalizer/pull/1)
-
- KVRer
- 11 posts since 26 May, 2014
Hi Jonas,Mayae wrote: Mon Aug 18, 2025 8:40 pmNice, feel free to PR against the juce-8 branches:mtrin wrote: Mon Jul 28, 2025 2:46 pm Been craving for a proper Osc so badly (and I paid for Oszillos Megascope) that I made a build work in mac arm64 and juce8. Had to do some changes changes in your cpl library and used simd to port it.
Plugin loads (although boots up slowly, but so it was on x64)
Will be testing in the next days or weeks and will send a contrib for you to review
https://github.com/jthorborg/signalizer ... e-update-8
https://github.com/jthorborg/cpl/tree/dev/juce-8
If your changes are against dev or master, I can take a look and graft.
Do you plan on updating Signalizer so it runs natively on Apple Silicon? I vaguely remember you alluding to it in late 2024
- KVRian
- 993 posts since 26 Sep, 2013 from The Frozen North
+1 to this! I would very much love a new build.Mimieux wrote: Sat Jan 03, 2026 1:06 am Do you plan on updating Signalizer so it runs natively on Apple Silicon? I vaguely remember you alluding to it in late 2024![]()
I just came by to see what the status of the project was. I noticed there are some pretty recent changes on github. It's good to see development continuing!
-
- KVRian
- Topic Starter
- 585 posts since 1 Jan, 2013 from Denmark
It's taking a while longer than expected, because the required JUCE upgrade brings in a host of new bugs and issues (on Windows!) that I'm slowly working through.Naenyn wrote: Sun Jan 25, 2026 1:21 am+1 to this! I would very much love a new build.Mimieux wrote: Sat Jan 03, 2026 1:06 am Do you plan on updating Signalizer so it runs natively on Apple Silicon? I vaguely remember you alluding to it in late 2024![]()
I just came by to see what the status of the project was. I noticed there are some pretty recent changes on github. It's good to see development continuing!![]()
HOWEVER. There is a prerelease build you can try out, it would help me if you report back what is working and what isn't. You can read more here:
https://jthorborg.com/pipermail/signali ... 00014.html
