Sound Meter 0.9.0
Fully resizing logarithmic JUCE meter module.
Loading...
Searching...
No Matches
sd::SoundMeter Namespace Reference

Namespaces

namespace  Constants
 Various meter helper constants.
 
namespace  Helpers
 

Classes

class  Fader
 Class responsible for the fader. More...
 
class  Header
 Class responsible for the meter's 'header' part. More...
 
class  Level
 Class responsible for anything relating to the 'meter' and peak 'value' parts. More...
 
class  MeterChannel
 An individual meter channel. More...
 
struct  MeterColours
 All meter colours for the appearance of the meters. More...
 
class  MeterScales
 A class with static functions to create different types of meter scales. More...
 
class  MetersComponent
 Component containing one or more meters. More...
 
struct  Options
 All meter options for appearance and functionality. More...
 
struct  Padding
 Amount of padding to use on the meters. More...
 
class  Segment
 
struct  SegmentOptions
 Options defining the meter segments. More...
 

Enumerations

enum class  NotificationOptions { notify , dontNotify }
 Type indicating whether to notify the listeners or not. More...
 
enum class  LabelStripPosition { left , right , none }
 Position of the label strip. More...
 

Enumeration Type Documentation

◆ NotificationOptions

Type indicating whether to notify the listeners or not.

Enumerator
notify 

Notify any listeners.

dontNotify 

Do not notify any listeners.

◆ LabelStripPosition

Position of the label strip.

Enumerator
left 

Left of the meters.

right 

Right of the meters.

none 

No label strip will be shown.