Change morse tone +1 octave

This commit is contained in:
Sebastian Lohff 2025-02-03 02:01:26 +01:00
parent d7bc037f98
commit 751e67ff07
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
extends Control
var sample_hz = 22050.0 # Keep the number of samples to mix low, GDScript is not super fast.
var pulse_hz = 440.0
var pulse_hz = 440.0 * 2
var phase = 0.0
var morse_state := false
var playback: AudioStreamPlayback = null