Skip to content

Commit 163c548

Browse files
committed
Added a tutorial as the default program
1 parent c72aa97 commit 163c548

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# TUTORIAL:
2+
#
3+
# Play with a backing track and mark/outline the chord changes
4+
# with forte numbers!
5+
#
6+
# You can resize this window in the bottom right corner
7+
#
8+
# There are 6 types of special symbols as follows: FT@[]#
9+
#
10+
# # denotes a comment, words after it are ignored for this line
11+
#
12+
# A complete and valid 'token' contains:
13+
#
14+
# F followed by a valid Forte Number in inversion notation
15+
#
16+
# T followed by a transposition (0-11) of the Forte Number
17+
#
18+
# @ followed by timestamp in milliseconds of the chord change
19+
#
20+
# [write anything here to be shown, and close with]
21+
# Ex. keys to press, chord symbol, scale, forte number
22+
#
23+
# The program must be made up of only complete tokens
24+
# No whitespace can follow the F, T, and @ symbols
25+
# It must follow the same order as shown above
26+
#
27+
# There does not have a be a newline, its only there
28+
# for readability
29+
#
30+
# CUSTOM PROGRAM:
31+
#
32+
# Create a custom program using the program select dropdown
33+
# and select custom
34+
#
35+
# Add a midi file from your local system
36+
#
37+
# Use the Add Set @ Time button to easily set the token based
38+
# on the current selected set on the graph, the current
39+
# transposition and the current timestamp in the midi
40+
#
41+
# Once done hit Parse Program, it will tell you if the
42+
# program is valid
43+
#
44+
# If its not valid, it will provide an error message with
45+
# the reason and the line and character location of the error
46+
#
47+
# Then, you can simply run it in the audio panel and play
48+
# it in the Piano tab :)
49+
#
50+
# Example Below
51+
52+
F4-26T9@0[Dm7] # ii (add extra info here as a comment!)
53+
F4-27BT11@3048[G7] # V
54+
F4-20T11@6074[CM7] # I

0 commit comments

Comments
 (0)