Change morse tone +1 octave
This commit is contained in:
parent
d7bc037f98
commit
751e67ff07
|
@ -1,7 +1,7 @@
|
||||||
extends Control
|
extends Control
|
||||||
|
|
||||||
var sample_hz = 22050.0 # Keep the number of samples to mix low, GDScript is not super fast.
|
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 phase = 0.0
|
||||||
var morse_state := false
|
var morse_state := false
|
||||||
var playback: AudioStreamPlayback = null
|
var playback: AudioStreamPlayback = null
|
||||||
|
|
Loading…
Reference in New Issue