LIDL Soundboard  1.9.0
A simple soundboard, yet better than EXP Soundboard forsenE
LIDL::SFX Struct Reference

The SFX struct. More...

#include <EnumsAndStructs.h>

Collaboration diagram for LIDL::SFX:
Collaboration graph

Public Attributes

SFX_TYPE flags
 
BASS_DX8_DISTORTION distortion
 
BASS_DX8_CHORUS chorus
 
BASS_DX8_ECHO echo
 
BASS_DX8_FLANGER flanger
 
BASS_DX8_COMPRESSOR compressor
 
BASS_DX8_GARGLE gargle
 

Detailed Description

The SFX struct.

Every LIDL::SoundFile a SFX enum as a member variable, to account for SFX happening in said wrapper. Every CustomListWidgetItem also has a SFX struct to account for displaying them.

Each SFX is stored as a flag. If the flag is set, then the player will read the settings from the corresponding BASS_DX8_SFX structure. (Those are BASS api structures: http://bass.radio42.com/help/html/824b82c4-f5cd-e544-b8a7-2176b4c3ebed.htm )

Member Data Documentation

◆ chorus

◆ compressor

◆ distortion

◆ echo

◆ flags

◆ flanger

◆ gargle


The documentation for this struct was generated from the following file: