-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
125 lines (124 loc) · 3.13 KB
/
Copy pathNAMESPACE
File metadata and controls
125 lines (124 loc) · 3.13 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Generated by roxygen2: do not edit by hand
S3method("$",pt2mod)
S3method("$<-",pt2mod)
S3method("[",pt2celllist)
S3method("[",pt2command)
S3method("[",pt2pat)
S3method("[",pt2patlist)
S3method("[",pt2samplist)
S3method("[<-",pt2celllist)
S3method("[<-",pt2command)
S3method("[<-",pt2pat)
S3method("[[",pt2celllist)
S3method("[[",pt2command)
S3method("[[",pt2mod)
S3method("[[",pt2pat)
S3method("[[",pt2patlist)
S3method("[[",pt2samplist)
S3method("[[<-",pt2celllist)
S3method("[[<-",pt2command)
S3method("[[<-",pt2mod)
S3method("[[<-",pt2pat)
S3method("[[<-",pt2patlist)
S3method("[[<-",pt2samplist)
S3method("pt2_name<-",pt2mod)
S3method("pt2_name<-",pt2samp)
S3method("pt2_name<-",pt2samplist)
S3method(as.character,pt2cell)
S3method(as.character,pt2celllist)
S3method(as.character,pt2command)
S3method(as.character,pt2pat)
S3method(as.integer,pt2samp)
S3method(as.raw,pt2cell)
S3method(as.raw,pt2celllist)
S3method(as.raw,pt2command)
S3method(as.raw,pt2mod)
S3method(as.raw,pt2pat)
S3method(as.raw,pt2samp)
S3method(as.raw.pt2cell,logical)
S3method(as.raw.pt2celllist,logical)
S3method(as.raw.pt2pat,logical)
S3method(as_pt2cell,character)
S3method(as_pt2celllist,character)
S3method(as_pt2celllist,pt2celllist)
S3method(format,pt2cell)
S3method(format,pt2celllist)
S3method(format,pt2command)
S3method(format,pt2mod)
S3method(format,pt2pat)
S3method(format,pt2patlist)
S3method(format,pt2samp)
S3method(format,pt2samplist)
S3method(length,pt2celllist)
S3method(length,pt2command)
S3method(play,pt2cell)
S3method(play,pt2celllist)
S3method(play,pt2mod)
S3method(play,pt2pat)
S3method(play,pt2patlist)
S3method(play,pt2samp)
S3method(print,pt2cell)
S3method(print,pt2celllist)
S3method(print,pt2command)
S3method(print,pt2mod)
S3method(print,pt2pat)
S3method(print,pt2patlist)
S3method(print,pt2samp)
S3method(print,pt2samplist)
S3method(pt2_name,pt2mod)
S3method(pt2_name,pt2samp)
S3method(pt2_name,pt2samplist)
S3method(pt2_render,pt2cell)
S3method(pt2_render,pt2celllist)
S3method(pt2_render,pt2mod)
S3method(pt2_render,pt2pat)
S3method(pt2_render,pt2patlist)
S3method(pt2_render,pt2samp)
S3method(pt2_validate,pt2samp)
export("pt2_command<-")
export("pt2_finetune<-")
export("pt2_instrument<-")
export("pt2_is_looped<-")
export("pt2_length<-")
export("pt2_loop_length<-")
export("pt2_loop_start<-")
export("pt2_name<-")
export("pt2_note<-")
export("pt2_pattern_table<-")
export("pt2_volume<-")
export(as_modplug_pattern)
export(as_pt2cell)
export(as_pt2celllist)
export(play)
export(pt2_cell)
export(pt2_command)
export(pt2_demo)
export(pt2_duration)
export(pt2_finetune)
export(pt2_instrument)
export(pt2_is_looped)
export(pt2_length)
export(pt2_loop_length)
export(pt2_loop_start)
export(pt2_n_pattern)
export(pt2_n_sample)
export(pt2_name)
export(pt2_new_mod)
export(pt2_new_pattern)
export(pt2_note)
export(pt2_note_to_period)
export(pt2_pattern)
export(pt2_pattern_table)
export(pt2_read_mod)
export(pt2_read_sample)
export(pt2_render)
export(pt2_render_options)
export(pt2_sample)
export(pt2_sample_to_audio)
export(pt2_validate)
export(pt2_volume)
export(pt2_write_mod)
export(pt2_write_sample)
importFrom(audio,play)
importFrom(lifecycle,badge)
useDynLib(ProTrackR2, .registration = TRUE)