LMMS
Loading...
Searching...
No Matches
Stereo< T > Struct Template Reference

#include <Stereo.h>

Public Member Functions

 Stereo (const T &left, const T &right)
 Stereo (const T &val)
 ~Stereo ()
Stereo< T > & operator= (const Stereo< T > &smp)

Public Attributes

l
r

Constructor & Destructor Documentation

◆ Stereo() [1/2]

template<class T>
Stereo< T >::Stereo ( const T & left,
const T & right )

◆ Stereo() [2/2]

template<class T>
Stereo< T >::Stereo ( const T & val)

Initializes Stereo with left and right set to val

Parameters
valthe value for both channels

◆ ~Stereo()

template<class T>
Stereo< T >::~Stereo ( )
inline

Member Function Documentation

◆ operator=()

template<class T>
Stereo< T > & Stereo< T >::operator= ( const Stereo< T > & smp)

Member Data Documentation

◆ l

template<class T>
T Stereo< T >::l

◆ r

template<class T>
T Stereo< T >::r

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