0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

move constants.h and the oscillator into libfm from libfmdsp

This commit is contained in:
2025-06-09 19:56:25 +02:00
parent 90e9925399
commit bcb9559d59
8 changed files with 8 additions and 9 deletions

7
lib/constants.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#ifndef M_2PI
#define M_2PI (M_PI * 2.0)
#endif