From a043eb3931b58d9370565734211508af1f83fe94 Mon Sep 17 00:00:00 2001 From: grm Date: Sun, 2 Mar 2025 14:42:46 +0200 Subject: Add template and suppress verbose logging --- src/synth_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/synth_gui.c') 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()) { -- cgit v1.2.3