From 4360ecdc243b0a71ac753ae9a8b94f195d7b4a45 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 2 Feb 2024 01:54:39 +0100 Subject: [PATCH] remove a not relevant anymore comment --- node_2d.tscn | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/node_2d.tscn b/node_2d.tscn index 91ed2e1..04acd3a 100644 --- a/node_2d.tscn +++ b/node_2d.tscn @@ -9,14 +9,6 @@ script/source = "extends Node2D # https://docs.godotengine.org/en/stable/classes/class_inputeventmidi.html # https://docs.godotengine.org/en/stable/classes/class_%40globalscope.html#enum-globalscope-midimessage -# here, put the same values as in game config -# for example here it's configured for: -# spin 1: Ch 2 Note 10, so put 2 and 10 -# spin 2: Ch 2 Note 9, so put 2 and 9 -# jog: Ch 2 Note 8, so put 2 and 8 -# beat: Ch 3 Note 8, so put 3 and 8 -# invert_turn: true by default, false if your turntable is NOT inverted - # if >0: print midi event to the console (1 for minimal logs, 2 for more logs) # if =0: the program acts normally const debug := 0 @@ -40,6 +32,7 @@ var midi_turnright: bool = false var left: int = 1 var right: int = 127 + # Called when the node enters the scene tree for the first time. func _ready():