-
Notifications
You must be signed in to change notification settings - Fork 1
/
Notes.txt
37 lines (21 loc) · 877 Bytes
/
Notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Nat's ToDo:
Add grace slot to rhythmInterval?
Add "skip" functionality to mint() and hint()
Major:
Allow with to return matrices!
What about doing autocorrelation with [lag = 0:10]?
humtab[ , rlang::eval_tidy(doQuo, data = .SD), by = ...] is slow
Minor:
Make it so with/within can handle matrices.
Make time signatures using "0" and "00" as denominators work? Maybe some other way of reading mensuration?
Add ordering options to gamut(), so you could order by LO5th, for example.
Remove names from output vector in return from with(..., drop =TRUE)
hop()
add hop.matrix and hop.data.frame
add support for negative indexing.
Bugs:
Figured bass not working with keys?
key('k[f#]') not working
key('I', Key = 'A:') not working?
Questions:
Should collapse and sep be distinct arguments (to some functions), or one argument like in base::paste()?