GithubHelp home page GithubHelp logo

realalexz / multimeter Goto Github PK

View Code? Open in Web Editor NEW
22.0 1.0 1.0 404 KB

A comprehensive set of AU/VST real-time audio analysis tools in one window implemented with JUCE 6.

License: GNU General Public License v3.0

C++ 99.77% C 0.23%
juce juce-framework juce-plugin juce-plugins vst vst-plugin vst3 vst3-plugin audio-analysis audio-applications audio-visualizer

multimeter's Introduction

MultiMeter

Overview

MultiMeter, an aesthetic AU/VST audio analyzer, caters to audio engineers, producers, and musicians who seek precision and versatility. Leveraging the JUCE framework, MultiMeter delivers a robust array of functions for pristine real-time audio analysis to empower mixing, mastering, and sound design.

User Interface

multimeter-demo

Note: If you are using MacOS and the meters are not responding to the audio signals, try removing the return keyword in Fifo::getNumAvailableForReading() and Fifo::getAvailableSpace().

Features

General Metering

  • Implements a high-performance FIFO (First In, First Out) buffer to efficiently handle audio data between DSP and GUI threads.
  • Features a series of comboboxes and sliders to personalize metering behavior, including averager durations and various meter displays.

Level Meter

  • Provides instantaneous visual feedback of audio signal levels with support for both peak and RMS readings.
  • Displays numeric values of signal levels in decibels, providing precise and quick reference.
  • Allows users to adjust the decay rate of meter ticks with multiple responsiveness options.
  • Includes the ability to hold peak tick values for a specified duration to enhance the analysis of transient audio material.

Histogram

  • Visualizes the distribution of signal level dynamics over time.

Goniometer

  • Converts L/R audio signals into Mid/Side representations that provide valuable insights into stereo field distribution and phase relationships.

Correlation Meter

  • Provides instantaneous and average correlation readings between left and right channels to help identify phase issues and ensure mono compatibility.

Spectrogram Analyzer

  • Boasts a high-resolution spectrogram that displays the frequency content over time across both left and right channels, enabling in-depth spectral balance analysis and identification of potential mix flaws.

Dependencies

  • JUCE: 6.1.2

multimeter's People

Contributors

realalexz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

johnkesko

multimeter's Issues

Symbolic links issue

Hello. I just downloaded MultiMeter zip from releases page. I found that MultiMeter.vst3 and MultiMeter.component are symbolic links for non existing directories.
"ls -l" output:

lrwxrwxrwx 1 trynsta trynsta 72 Jun 10 15:01 MultiMeter.component -> ../../../../../../Library/Audio/Plug-Ins/Components/MultiMeter.component
lrwxrwxrwx 1 trynsta trynsta 61 Jun 10 15:01 MultiMeter.vst3 -> ../../../../../../Library/Audio/Plug-Ins/VST3/MultiMeter.vst3

[Feature request] StudioRack integration

It's an open-source plugin manager called StudioRack:
https://github.com/studiorack

The aim of the project is to provide a free open-source way to manage plugin dependencies and their versions. It would involve the following steps:

Publish a Github release containing the plugin source along with metadata plugins.json
Tag your Github repository with studiorack-plugin so it can be discovered
Wait for the studiorack-registry to index your plugin (every 24 hours)
Check the registry feed for your plugin to appear

Linux - Errors when building

Thank you for this interesting plugin.

When trying to build the plugin on Linux, Debian Sid, I got some errors:

../../Source/PluginEditor.cpp:1681:18: error: ‘log10f’ is not a member of ‘std’; did you mean ‘log1pf’?
 1681 |             std::log10f(
      |                  ^~~~~~
      |                  log1pf
../../Source/PluginEditor.cpp:1690:18: error: ‘log10f’ is not a member of ‘std’; did you mean ‘log1pf’?
 1690 |             std::log10f(
      |                  ^~~~~~
      |                  log1pf
../../Source/PluginEditor.cpp:1704:18: error: ‘log10f’ is not a member of ‘std’; did you mean ‘log1pf’?
 1704 |             std::log10f(
      |                  ^~~~~~
      |                  log1pf

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.