Isomet Modular Synthesiser (iMS) API
v1.4.2
iMS API
|
Type Definition for all operations that require a frequency specification in kiloHertz. More...
#include <include/IMSTypeDefs.h>
Public Member Functions | |
kHz (double arg) | |
Construct a kHz object from a double argument representing kiloHertz. More... | |
kHz & | operator= (double arg) |
Assignment of a double argument in kiloHertz to an existing Frequency object. More... | |
operator double () const | |
Return a double representing the Frequency value in kiloHertz. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
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 in kiloHertz.
kHz inherits from Frequency, which internally stores the value in Hertz.
|
inline |
|
inline |
|
inline |
Assignment of a double argument in kiloHertz to an existing Frequency object.