bng/poc/nokbm.yml

56 lines
1.3 KiB
YAML
Raw Normal View History

2024-10-02 15:22:47 +00:00
# fixed
instruments:
# instrument name
sine:
# fixed
expr: sin(2*PI*f*t) # instrument formula (f is the frequency in Hertz, t is the time in seconds)
square:
expr: v*abs(sin(2*PI*f*t))
# fixed
vars:
# name of the variable
v: 1 # initial value of the variable
2024-11-13 21:18:56 +00:00
scl:
Greek: poc/Ancient Greek Didymus Chromatic.scl
2024-10-02 15:22:47 +00:00
channels:
melody:
instr: sine
score:
notes: cCdDefFgGaAb
2024-11-09 22:18:25 +00:00
sheet: |
aabc.
2024-10-31 18:42:23 +00:00
'ab°A
+d+d+d---
/ff/f\\
ab>c<ba
;this is a comment (or lyrics whatever),
2024-10-31 18:42:23 +00:00
C:CC
(3deff)
(deff)
[ffe]
{l 1-cos((PI*x)/2),acced}
2024-10-31 18:42:23 +00:00
abbc!o5cc!v15feed!l4fedd!t60Gdd
2024-11-09 22:18:25 +00:00
; syntax :
rest: .
pizz.:
volume: +-
length: /\
octave: ><
comment?: ;,
start here: ':'
2024-11-10 04:41:46 +00:00
slope: {MODIFIER EXPR score}
2024-11-09 22:18:25 +00:00
note modifier prefix: n
volume modifier prefix: v
octave modifier prefix: o
length modifier prefix: l
tempo modifier prefix: t
loop: ()
2024-11-10 04:41:46 +00:00
loop with count: (COUNT score)
2024-11-09 22:18:25 +00:00
tuple: []
modifier: !
volume modifier prefix: v
octave modifier prefix: o
length modifier prefix: l
2024-11-10 05:50:04 +00:00
tempo modifier prefix: t,