This commit is contained in:
2023-08-08 17:05:08 +04:00
parent cadeeb323d
commit a1fef25838
6 changed files with 63 additions and 16 deletions

View File

@@ -4,10 +4,13 @@
#include "raylib.h"
#include "RingBuffer.h"
#include "Renderer.h"
#include "SynthGuiState.h"
class Application
{
private:
Synth m_synth;
SynthGuiState m_synth_gui_state;
RingBuffer<float>* m_ring_buffer;
AudioStream m_synth_stream;
int m_sound_played_count;