#include <Mapping.hxx>
Public Member Functions | |
| NoteToFreqMapping () | |
| void | Set (const TData &inNoteRef, const TData &inFrequencyRef) |
| TData | Map (const TData inNote) |
| void | Set (DataArray &arguments) |
Definition at line 110 of file Mapping.hxx.
| CLAM::NoteToFreqMapping::NoteToFreqMapping | ( | ) | [inline] |
Definition at line 116 of file Mapping.hxx.
Implements CLAM::Mapping.
Definition at line 128 of file Mapping.hxx.
| void CLAM::NoteToFreqMapping::Set | ( | DataArray & | arguments | ) | [inline, virtual] |
Reimplemented from CLAM::Mapping.
Definition at line 133 of file Mapping.hxx.
References CLAM_ASSERT, Set(), and CLAM::Array< T >::Size().
| void CLAM::NoteToFreqMapping::Set | ( | const TData & | inNoteRef, | |
| const TData & | inFrequencyRef | |||
| ) | [inline] |
Definition at line 120 of file Mapping.hxx.
Referenced by Set().
1.6.3