-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
40 lines (39 loc) · 1.01 KB
/
NAMESPACE
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
38
39
40
# Generated by roxygen2: do not edit by hand
export(chord_WAVs)
export(chord_music_object)
export(chord_plot)
export(chord_synth)
export(cps_chord_table)
export(cps_scale_table)
export(et_scale_table)
export(export_music_object)
export(interval_table)
export(keyboard_map)
export(minilogue_xd_scl_file)
export(offset_matrix)
export(ps_scale_table)
export(render_cps_chords)
export(scale_multisample)
importFrom(data.table,".I")
importFrom(data.table,":=")
importFrom(data.table,"shift")
importFrom(data.table,data.table)
importFrom(data.table,setkey)
importFrom(fractional,fractional)
importFrom(ggplot2,labs)
importFrom(gm,Line)
importFrom(gm,Meter)
importFrom(gm,Music)
importFrom(gm,Tempo)
importFrom(gm,export)
importFrom(magrittr,"%>%")
importFrom(pichor,generate_keys_chords)
importFrom(pichor,ggpiano)
importFrom(pichor,highlight_keys)
importFrom(seewave,synth)
importFrom(tuneR,Wave)
importFrom(tuneR,normalize)
importFrom(tuneR,silence)
importFrom(tuneR,writeWave)
importFrom(utils,combn)
importFrom(utils,globalVariables)