@mcptoolshop/claude-sfx 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,202 @@
1
+ {
2
+ "name": "minimal",
3
+ "description": "Tasteful UI tones — subtle, professional, daily-driver",
4
+ "verbs": {
5
+ "intake": {
6
+ "type": "tone",
7
+ "waveform": "sine",
8
+ "frequency": 440,
9
+ "frequencyEnd": 620,
10
+ "duration": 0.15,
11
+ "envelope": {
12
+ "attack": 0.02,
13
+ "decay": 0.06,
14
+ "sustain": 0.4,
15
+ "release": 0.04
16
+ },
17
+ "gain": 0.6
18
+ },
19
+ "transform": {
20
+ "type": "tone",
21
+ "waveform": "sine",
22
+ "frequency": 520,
23
+ "duration": 0.1,
24
+ "envelope": {
25
+ "attack": 0.005,
26
+ "decay": 0.03,
27
+ "sustain": 0.2,
28
+ "release": 0.03
29
+ },
30
+ "gain": 0.55,
31
+ "fmRatio": 1.5,
32
+ "fmDepth": 30
33
+ },
34
+ "commit": {
35
+ "type": "tone",
36
+ "waveform": "sine",
37
+ "frequency": 840,
38
+ "duration": 0.08,
39
+ "envelope": {
40
+ "attack": 0.005,
41
+ "decay": 0.03,
42
+ "sustain": 0.2,
43
+ "release": 0.03
44
+ },
45
+ "gain": 0.6
46
+ },
47
+ "navigate": {
48
+ "type": "tone",
49
+ "waveform": "sine",
50
+ "frequency": 1050,
51
+ "duration": 0.2,
52
+ "envelope": {
53
+ "attack": 0.003,
54
+ "decay": 0.15,
55
+ "sustain": 0,
56
+ "release": 0.05
57
+ },
58
+ "gain": 0.5
59
+ },
60
+ "execute": {
61
+ "type": "tone",
62
+ "waveform": "sine",
63
+ "frequency": 620,
64
+ "duration": 0.1,
65
+ "envelope": {
66
+ "attack": 0.005,
67
+ "decay": 0.03,
68
+ "sustain": 0.2,
69
+ "release": 0.03
70
+ },
71
+ "gain": 0.5,
72
+ "noiseBurst": {
73
+ "duration": 0.04,
74
+ "gain": 0.25
75
+ }
76
+ },
77
+ "move": {
78
+ "type": "whoosh",
79
+ "duration": 0.25,
80
+ "freqUp": [
81
+ 600,
82
+ 2800
83
+ ],
84
+ "freqDown": [
85
+ 2800,
86
+ 600
87
+ ],
88
+ "bandwidth": 0.8,
89
+ "envelope": {
90
+ "attack": 0.04,
91
+ "decay": 0.08,
92
+ "sustain": 0.5,
93
+ "release": 0.1
94
+ },
95
+ "gain": 0.6
96
+ },
97
+ "sync": {
98
+ "type": "whoosh",
99
+ "duration": 0.32,
100
+ "freqUp": [
101
+ 400,
102
+ 3200
103
+ ],
104
+ "freqDown": [
105
+ 3200,
106
+ 400
107
+ ],
108
+ "bandwidth": 0.6,
109
+ "envelope": {
110
+ "attack": 0.05,
111
+ "decay": 0.1,
112
+ "sustain": 0.45,
113
+ "release": 0.12
114
+ },
115
+ "gain": 0.55,
116
+ "tonalAnchor": {
117
+ "freqUp": [
118
+ 350,
119
+ 700
120
+ ],
121
+ "freqDown": [
122
+ 700,
123
+ 350
124
+ ],
125
+ "envelope": {
126
+ "attack": 0.03,
127
+ "decay": 0.1,
128
+ "sustain": 0.15,
129
+ "release": 0.08
130
+ },
131
+ "gain": 0.2
132
+ }
133
+ }
134
+ },
135
+ "sessionStart": {
136
+ "tone1": {
137
+ "waveform": "sine",
138
+ "frequency": 523,
139
+ "duration": 0.18,
140
+ "envelope": {
141
+ "attack": 0.01,
142
+ "decay": 0.08,
143
+ "sustain": 0.3,
144
+ "release": 0.06
145
+ },
146
+ "gain": 0.5,
147
+ "harmonicGain": 0.1
148
+ },
149
+ "tone2": {
150
+ "waveform": "sine",
151
+ "frequency": 659,
152
+ "duration": 0.22,
153
+ "envelope": {
154
+ "attack": 0.01,
155
+ "decay": 0.1,
156
+ "sustain": 0.3,
157
+ "release": 0.08
158
+ },
159
+ "gain": 0.45,
160
+ "harmonicGain": 0.1
161
+ },
162
+ "staggerSeconds": 0.07
163
+ },
164
+ "sessionEnd": {
165
+ "tone1": {
166
+ "waveform": "sine",
167
+ "frequency": 659,
168
+ "duration": 0.15,
169
+ "envelope": {
170
+ "attack": 0.01,
171
+ "decay": 0.08,
172
+ "sustain": 0.2,
173
+ "release": 0.04
174
+ },
175
+ "gain": 0.45
176
+ },
177
+ "tone2": {
178
+ "waveform": "sine",
179
+ "frequency": 523,
180
+ "duration": 0.25,
181
+ "envelope": {
182
+ "attack": 0.01,
183
+ "decay": 0.12,
184
+ "sustain": 0.2,
185
+ "release": 0.1
186
+ },
187
+ "gain": 0.4
188
+ },
189
+ "staggerSeconds": 0.08
190
+ },
191
+ "ambient": {
192
+ "droneFreq": 150,
193
+ "droneWaveform": "sine",
194
+ "droneGain": 0.12,
195
+ "chunkDuration": 2,
196
+ "resolveNote1": 523,
197
+ "resolveNote2": 659,
198
+ "resolveWaveform": "sine",
199
+ "resolveDuration": 0.15,
200
+ "resolveGain": 0.45
201
+ }
202
+ }
@@ -0,0 +1,200 @@
1
+ {
2
+ "name": "retro",
3
+ "description": "8-bit micro-chirps — fun but controlled",
4
+ "verbs": {
5
+ "intake": {
6
+ "type": "tone",
7
+ "waveform": "square",
8
+ "frequency": 480,
9
+ "frequencyEnd": 720,
10
+ "duration": 0.1,
11
+ "envelope": {
12
+ "attack": 0.005,
13
+ "decay": 0.04,
14
+ "sustain": 0.3,
15
+ "release": 0.02
16
+ },
17
+ "gain": 0.4
18
+ },
19
+ "transform": {
20
+ "type": "tone",
21
+ "waveform": "square",
22
+ "frequency": 560,
23
+ "duration": 0.07,
24
+ "envelope": {
25
+ "attack": 0.003,
26
+ "decay": 0.03,
27
+ "sustain": 0.15,
28
+ "release": 0.02
29
+ },
30
+ "gain": 0.38,
31
+ "fmRatio": 2,
32
+ "fmDepth": 50
33
+ },
34
+ "commit": {
35
+ "type": "tone",
36
+ "waveform": "square",
37
+ "frequency": 880,
38
+ "duration": 0.06,
39
+ "envelope": {
40
+ "attack": 0.002,
41
+ "decay": 0.02,
42
+ "sustain": 0.1,
43
+ "release": 0.02
44
+ },
45
+ "gain": 0.42
46
+ },
47
+ "navigate": {
48
+ "type": "tone",
49
+ "waveform": "square",
50
+ "frequency": 1100,
51
+ "duration": 0.12,
52
+ "envelope": {
53
+ "attack": 0.002,
54
+ "decay": 0.08,
55
+ "sustain": 0,
56
+ "release": 0.03
57
+ },
58
+ "gain": 0.38
59
+ },
60
+ "execute": {
61
+ "type": "tone",
62
+ "waveform": "square",
63
+ "frequency": 660,
64
+ "duration": 0.08,
65
+ "envelope": {
66
+ "attack": 0.002,
67
+ "decay": 0.03,
68
+ "sustain": 0.15,
69
+ "release": 0.02
70
+ },
71
+ "gain": 0.38,
72
+ "noiseBurst": {
73
+ "duration": 0.03,
74
+ "gain": 0.3
75
+ }
76
+ },
77
+ "move": {
78
+ "type": "whoosh",
79
+ "duration": 0.18,
80
+ "freqUp": [
81
+ 800,
82
+ 3500
83
+ ],
84
+ "freqDown": [
85
+ 3500,
86
+ 800
87
+ ],
88
+ "bandwidth": 1,
89
+ "envelope": {
90
+ "attack": 0.02,
91
+ "decay": 0.06,
92
+ "sustain": 0.4,
93
+ "release": 0.06
94
+ },
95
+ "gain": 0.45
96
+ },
97
+ "sync": {
98
+ "type": "whoosh",
99
+ "duration": 0.22,
100
+ "freqUp": [
101
+ 500,
102
+ 4000
103
+ ],
104
+ "freqDown": [
105
+ 4000,
106
+ 500
107
+ ],
108
+ "bandwidth": 0.8,
109
+ "envelope": {
110
+ "attack": 0.03,
111
+ "decay": 0.06,
112
+ "sustain": 0.35,
113
+ "release": 0.08
114
+ },
115
+ "gain": 0.42,
116
+ "tonalAnchor": {
117
+ "freqUp": [
118
+ 400,
119
+ 800
120
+ ],
121
+ "freqDown": [
122
+ 800,
123
+ 400
124
+ ],
125
+ "envelope": {
126
+ "attack": 0.02,
127
+ "decay": 0.06,
128
+ "sustain": 0.1,
129
+ "release": 0.05
130
+ },
131
+ "gain": 0.18
132
+ }
133
+ }
134
+ },
135
+ "sessionStart": {
136
+ "tone1": {
137
+ "waveform": "square",
138
+ "frequency": 523,
139
+ "duration": 0.1,
140
+ "envelope": {
141
+ "attack": 0.005,
142
+ "decay": 0.04,
143
+ "sustain": 0.2,
144
+ "release": 0.03
145
+ },
146
+ "gain": 0.4
147
+ },
148
+ "tone2": {
149
+ "waveform": "square",
150
+ "frequency": 659,
151
+ "duration": 0.12,
152
+ "envelope": {
153
+ "attack": 0.005,
154
+ "decay": 0.05,
155
+ "sustain": 0.2,
156
+ "release": 0.04
157
+ },
158
+ "gain": 0.38
159
+ },
160
+ "staggerSeconds": 0.06
161
+ },
162
+ "sessionEnd": {
163
+ "tone1": {
164
+ "waveform": "square",
165
+ "frequency": 659,
166
+ "duration": 0.08,
167
+ "envelope": {
168
+ "attack": 0.005,
169
+ "decay": 0.04,
170
+ "sustain": 0.15,
171
+ "release": 0.02
172
+ },
173
+ "gain": 0.38
174
+ },
175
+ "tone2": {
176
+ "waveform": "square",
177
+ "frequency": 523,
178
+ "duration": 0.14,
179
+ "envelope": {
180
+ "attack": 0.005,
181
+ "decay": 0.06,
182
+ "sustain": 0.15,
183
+ "release": 0.05
184
+ },
185
+ "gain": 0.35
186
+ },
187
+ "staggerSeconds": 0.06
188
+ },
189
+ "ambient": {
190
+ "droneFreq": 120,
191
+ "droneWaveform": "square",
192
+ "droneGain": 0.08,
193
+ "chunkDuration": 2,
194
+ "resolveNote1": 523,
195
+ "resolveNote2": 784,
196
+ "resolveWaveform": "square",
197
+ "resolveDuration": 0.1,
198
+ "resolveGain": 0.35
199
+ }
200
+ }