File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,9 @@ I'm currently looking into export options and recording via a headless host.
92
92
# Tutorial
93
93
94
94
If you're familiar with trackers, you may pick this up quite easily.
95
- Music flows vertically, with separate columns that are separated by whitespace or
95
+
96
+ First start by creating a .txbt (textbeat) file, inside the file music
97
+ flows vertically, with separate columns that are separated by whitespace or
96
98
manually setting a column width.
97
99
98
100
Each column represents a track, which defaults to separate midi channel numbers.
@@ -128,6 +130,14 @@ The grid is the beat/quarter-note subdivision.
128
130
129
131
Both Tempo and Grid can be decimal numbers as well.
130
132
133
+ You can listen to what you've made by running:
134
+
135
+ ```
136
+ textbeat <your file>
137
+ ```
138
+
139
+ Consult the output of ` textbeat -h ` for further information.
140
+
131
141
## Note Numbers
132
142
133
143
Both note numbers and letters are supported.
You can’t perform that action at this time.
0 commit comments