Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dmidiio.h377 #define MIDIPITCH_TO_FRKEY(mp) (scalbn((mp),-14)) macro
382 #define MIDIPITCH_TO_FRHZ(mp) (440*pow(2,(MIDIPITCH_TO_FRKEY((mp))-69)/12))