#include "GizmodLibVisualPlugin.hpp"
Go to the source code of this file.
Functions | |
void | GizmodLibVisual_Init () |
Initialize. | |
void | GizmodLibVisual_CleanUp () |
Clean up. | |
void | GizmodLibVisual_Render (float VULeft, float VURight, float VUCombined) |
Render the audio data. | |
Variables | |
GizmodLibVisualPlugin | Plugin |
Definition in file GizmodLibVisualCInterface.cpp.
void GizmodLibVisual_Render | ( | float | VULeft, | |
float | VURight, | |||
float | VUCombined | |||
) |
Render the audio data.
Render.
VULeft | VU information for the left channel | |
VURight | VU information for the right channel | |
VUCombined | VU information for both channels |
Definition at line 62 of file GizmodLibVisualCInterface.cpp.
The Plugin Object
Definition at line 38 of file GizmodLibVisualCInterface.cpp.