mirror of
https://github.com/zeldaret/ss
synced 2026-08-12 11:52:22 -04:00
11 lines
206 B
C
11 lines
206 B
C
#ifndef D_SND_CALC_PITCH_H
|
|
#define D_SND_CALC_PITCH_H
|
|
|
|
#include "common.h"
|
|
|
|
f32 pitchScaleForPitchIdx(s32 idx);
|
|
f32 pitchScaleForPitchIdxTenths(f32 idx);
|
|
f32 pitchIdxTenthsForPitchScale(f32 scale);
|
|
|
|
#endif
|