Home
last modified time | relevance | path

Searched refs:fundamental_note (Results 1 – 6 of 6) sorted by relevance

/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmlivedecoder.hh133 double fundamental_note() const;
H A Dsmmidisynth.hh136 std::vector<float> fundamental_note; member
H A Dsminsteditsynth.cc113 iev_fnote[iev_len] = voice.decoder->fundamental_note(); in process()
H A Dsmmidisynth.cc662 buffer.read_float_seq (v->fundamental_note); in create()
H A Dsmlivedecoder.cc873 LiveDecoder::fundamental_note() const in fundamental_note() function in LiveDecoder
/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsminsteditwindow.cc360 if (fabs (iev->fundamental_note[i] - sample->midi_note()) < 0.1 && in InstEditWindow()