diff options
author | grm <grm@eyesin.space> | 2025-03-02 14:42:46 +0200 |
---|---|---|
committer | grm <grm@eyesin.space> | 2025-03-02 14:42:46 +0200 |
commit | a043eb3931b58d9370565734211508af1f83fe94 (patch) | |
tree | 92df69f9d7511e83b88df5604558b669c5b2a899 /src/synth_gui.c | |
parent | 092f4e2740a2e59a6b6c5aa064f59d9970790e23 (diff) | |
download | synth-project-a043eb3931b58d9370565734211508af1f83fe94.tar.gz synth-project-a043eb3931b58d9370565734211508af1f83fe94.tar.bz2 synth-project-a043eb3931b58d9370565734211508af1f83fe94.zip |
Add template and suppress verbose logging
Diffstat (limited to 'src/synth_gui.c')
-rw-r--r-- | src/synth_gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth_gui.c b/src/synth_gui.c index d1dc78e..215b8f5 100644 --- a/src/synth_gui.c +++ b/src/synth_gui.c @@ -882,6 +882,7 @@ rayrun(synth_t *synth){ /* int old_soundcard_id = synth->soundcard_id; */ /* int old_midi_device_id = synth->midi_device_id; */ + SetTraceLogLevel(LOG_ERROR); InitWindow(WIDTH, HEIGHT, "Raylib synth"); SetTargetFPS(60); // Set our game to run at 60 frames-per-second while (!WindowShouldClose()) { |