Viking Skull Lamp  V1.0.1
Loading...
Searching...
No Matches
musicVisualizer.hpp File Reference
#include "Arduino.h"

Go to the source code of this file.

Classes

class  musicChannel
 This object is used to process audio data. More...
 

Macros

#define SOUND_MID   A0
 The mid-range filter is connected to pin A0 on the Arduino. More...
 
#define SOUND_HIGH   A1
 The high-range filter is connected to pin A1 on the Arduino. More...
 
#define SOUND_LOW   A3
 The low-range filter is connected to pin A3 on the Arduino. More...
 
#define SOUND_PEAK   A2
 The peak-detector is connected to pin A2 on the Arduino. More...
 

Variables

musicChannel peak
 Peak detector object. More...
 

Macro Definition Documentation

◆ SOUND_HIGH

#define SOUND_HIGH   A1

The high-range filter is connected to pin A1 on the Arduino.

Definition at line 39 of file musicVisualizer.hpp.

◆ SOUND_LOW

#define SOUND_LOW   A3

The low-range filter is connected to pin A3 on the Arduino.

Definition at line 42 of file musicVisualizer.hpp.

◆ SOUND_MID

#define SOUND_MID   A0

The mid-range filter is connected to pin A0 on the Arduino.

Definition at line 36 of file musicVisualizer.hpp.

◆ SOUND_PEAK

#define SOUND_PEAK   A2

The peak-detector is connected to pin A2 on the Arduino.

Definition at line 45 of file musicVisualizer.hpp.

Variable Documentation

◆ peak

musicChannel peak
extern

Peak detector object.