summaryrefslogtreecommitdiff
path: root/klangfarb/Main.tscn
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2021-10-27 10:03:37 -0500
committerGrant Shangreaux <grant@unabridgedsoftware.com>2021-10-27 10:03:37 -0500
commit12135f5a67f9d01f652786344b985ce71749ee72 (patch)
treedc8db8035e03af80063d76661790a163f83a4fa7 /klangfarb/Main.tscn
parent90b491bb0d4ca6ae88495e7fb3f9b936598d83e1 (diff)
Add: main.gd script that loads the MonoBuffer gdns
Diffstat (limited to 'klangfarb/Main.tscn')
-rw-r--r--klangfarb/Main.tscn8
1 files changed, 4 insertions, 4 deletions
diff --git a/klangfarb/Main.tscn b/klangfarb/Main.tscn
index 9c58bfd..0a0ad3b 100644
--- a/klangfarb/Main.tscn
+++ b/klangfarb/Main.tscn
@@ -1,10 +1,10 @@
[gd_scene load_steps=3 format=2]
-[ext_resource path="res://Main.gdns" type="Script" id=1]
[ext_resource path="res://main.gd" type="Script" id=2]
-[node name="Node" type="Node"]
-script = ExtResource( 1 )
+[sub_resource type="AudioStreamGenerator" id=1]
+mix_rate = 8000.0
-[node name="Node" type="Node" parent="."]
+[node name="Audio" type="AudioStreamPlayer"]
+stream = SubResource( 1 )
script = ExtResource( 2 )