aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-11-20 20:50:46 +0300
committerspl3g <spleefer6@yandex.ru>2025-11-20 20:50:46 +0300
commita7f99d059477a7434ef69761960bab1f688ccd1e (patch)
tree7f64618f475554b7418d7e0b9edd3ed5f6fbff9d /src/main.c
parent1f9f2f89b3fe46906f815f7cfc18624279231dbd (diff)
Improve the wave screen
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index ce83b1b..fcbdd05 100644
--- a/src/main.c
+++ b/src/main.c
@@ -119,7 +119,7 @@ int init_sounds(AppState *state) {
.param_change =
{
.param_type = PARAM_OSC,
- .value = OSC_SINE,
+ .value = OSC_SQUARE,
},
},
{
@@ -365,7 +365,7 @@ sapp_desc sokol_main(int argc, char **argv) {
.window_title = "crynth",
.width = DEFAULT_DIMENSIONS_WIDTH,
.height = DEFAULT_DIMENSIONS_HEIGHT,
- .high_dpi = true,
+ .sample_count = 8,
.logger.func = slog_func,
};
}