Isomet Modular Synthesiser (iMS) API
v1.4.2
iMS API
|
Type Definition for all operations that require a frequency specification. More...
#include <include/IMSTypeDefs.h>
Public Member Functions | |
Frequency (double arg=0.0) | |
Construct a Frequency object from a double argument representing Hertz. More... | |
Frequency & | operator= (double arg) |
Assignment of a double argument in Hertz to an existing Frequency object. More... | |
operator double () const | |
Return a double representing the Frequency value in Hertz. More... | |
Static Public Member Functions | |
static unsigned int | RenderAsPointRate (const IMSSystem &, const Frequency, const bool PrescalerDisable=false) |
Used internally by the library to convert a Frequency object into an hardware-dependent integer representation used by the Image for Internal Oscillator frequency. More... | |
Type Definition for all operations that require a frequency specification.
Internally, the Frequency value is stored as a double precision variable specified in Hertz
|
inline |
|
inline |
|
inline |