8000 Update README.md · flipcoder/textbeat@aa3fba0 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa3fba0

Browse files
authored
Update README.md
Make it more explicit that a file is required and how to compile it for beginners.
1 parent b5dab12 commit aa3fba0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ I'm currently looking into export options and recording via a headless host.
9292
# Tutorial
9393

9494
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
9698
manually setting a column width.
9799

98100
Each column represents a track, which defaults to separate midi channel numbers.
@@ -128,6 +130,14 @@ The grid is the beat/quarter-note subdivision.
128130

129131
Both Tempo and Grid can be decimal numbers as well.
130132

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+
131141
## Note Numbers
132142

133143
Both note numbers and letters are supported.

0 commit comments

Comments
 (0)
0