Skip to content

handy utility for monitoring levels and protecting ears while developing plug-ins

License

Notifications You must be signed in to change notification settings

hollance/rubberneck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubberneck

While developing plug-ins, I usually put Rubberneck at the end of the chain for monitoring levels and protecting my eardrums against mistakes that lead to deafening feedback. It also provides some basic utility functions such as flipping polarity.

Screenshot of Rubberneck

How to build

Requires JUCE 8.

TODO

The code isn't great or efficient. Forgive me, it's just a simple development tool. 😉

  • Improve mono support. Right now in Logic it shows up as Mono->Stereo mode, which works wrong... there is one input channel and two output channels, but right now this only renders to left and zeros out right.

  • Other measurements:

    • True peak?
    • LUFS?
    • Block size: tally of which ones and how often / histogram?

Credits & license

Copyright (C) 2023-2024 M.I. Hollemans

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

JUCE is copyright © Raw Material Software.

The font is Victor Mono by Rune Bjørnerås. Licensed under the SIL Open Font License, Version 1.1.

About

handy utility for monitoring levels and protecting ears while developing plug-ins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages