-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
527 lines (429 loc) · 37.7 KB
/
index.html
File metadata and controls
527 lines (429 loc) · 37.7 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<title>risgk.github.io</title>
<link rel="shortcut icon" type="image/x-icon" href="./risgk.png">
</head>
<body>
<header>
<div class="container">
<h1>risgk.github.io</h1>
</div>
</header>
<div class="container">
<section id="main_content">
<h2>Ryo Ishigaki</h2>
<a href="./risgk.png"><img src="./risgk.png" alt="risgk" width="40"></a>
<ul>
<li><a href="http://risgk.tumblr.com/">risgk blog</a> (シンセ開発ログ) - Tumblr</li>
<li><a href="https://twitter.com/risgk">Twitter</a>, <a href="https://soundcloud.com/risgk">SoundCloud</a></li>
<li><a href="https://hmrb.doorkeeper.jp/">Hamamatsu.rb</a> (メンバー), <a href="http://yaramakers.tumblr.com/">Yara:Makers</a> (元メンバー),
<a href="https://www.creative-hamamatsu.jp/projects/sdf2021/source_work/">fff</a> (メンバー)</li>
</ul>
<br>
<h3>Ruby</h3>
<ul>
<li>発表:</li>
<ul>
<li><a href="https://gist.github.com/risgk/0db52ea683530652d933">Ruby x Arduinoでシンセサイザーを作ってみた</a> - 浜松Ruby会議01 (<a href="https://magazine.rubyist.net/articles/0051/0051-HamamatsuRubyKaigi01Report.html">るびま記事</a>)</li>
<li><a href="https://speakerdeck.com/risgk/making-a-midi-controller-device-with-picoruby-r2p2">Making a MIDI controller device with PicoRuby/R2P2</a><br>
- <a href="https://rubykaigi.org/2025/presentations/lt/">RubyKaigi 2025 LT</a> (<a href="https://youtu.be/9vPTXGzBjKIt=2927">発表動画</a>)</li>
<li><a href="https://speakerdeck.com/risgk/r2p2-rubykaigi-2025-shi-hou-mian-qiang-hui-oto">Supplement to “Making a MIDI controller device with PicoRuby/R2P2”</a><br>
- <a href= "https://ivry.connpass.com/event/353495/">RubyKaigi 2025 事後勉強会 oto</a> (<a href="https://www.youtube.com/live/Oh-r34rrM6c?t=4885">発表動画</a>)</li>
<li><a href="https://speakerdeck.com/risgk/conducting-electronic-sounds-with-picoruby-on-rails">Conducting electronic sounds with PicoRuby (on Rails)</a><br>
- <a href="https://smarthr.connpass.com/event/385269/">Lightning Talks on Hakodate Tram at RubyKaigi 2026</a></li>
</ul>
</ul>
<br>
<h2>ISGK Instruments</h2>
<h3 id="midi-controller-prmc-1">#13 MIDI Controller PRMC-1</h3>
MIDI Controller using PicoRuby/R2P2 (2025)<br>
<iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/Eq25Ze3kTH4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<a href="./midi-controller-prmc-1/midi-controller-prmc-1-type-3-1920x1080.jpg"><img src="./midi-controller-prmc-1/midi-controller-prmc-1-type-3-1920x1080.jpg" alt="MIDI Controller PRMC-1" width="240"></a>
<a href="./midi-controller-prmc-1/midi-controller-prmc-1-1920x1080.jpg"><img src="./midi-controller-prmc-1/midi-controller-prmc-1-1920x1080.jpg" alt="MIDI Controller PRMC-1" width="160"></a>
<ul>
<li><a href="https://github.com/risgk/midi-controller-prmc-1">View on GitHub</a></li>
<li>発表:</li>
<ul>
<li>RubyKaigi 2025 LT, RubyKaigi 2025 事後勉強会 oto</li>
<li>Lightning Talks on Hakodate Tram at RubyKaigi 2026</li>
</ul>
<li>出展・演奏:</li>
<ul>
<li>RubyKaigi 2025 Day 2 終了後 (<a href="https://x.com/hasumikin/status/1912871128890294526">hasumikinさんによる動画</a>)</li>
<li>2025/04/28 シンセカイリアル (7), 2025/06/06 シンセカイリアル (8)</li>
<li>Hamamatsu Micro Maker Faire 2025, <a href="https://swest.toppers.jp/phx/">SWEST27</a> (<a href="./lt/swest27-emblt-risgk.pdf">EmbLT発表資料</a>)</li>
<li>NT東京2025 (2日目), Maker Faire Tokyo 2025</li>
<li><a href="https://tech.smarthr.jp/entry/2026/04/16/171358#ステージ郭">ステージ郭/HR Music Arena</a> (RubyKaigi 2026) (<a href="https://twitter.com/inao/status/2047201909795328039">inaoさんによる動画</a>) (<a href="https://twitter.com/daily_mototsune/status/2049380992054620221">もとつねさんによる動画</a>)</li>
<li><a href="https://tech.smarthr.jp/entry/2026/04/16/171358#Ruby-Showcase郭">Ruby Showcase郭</a> (RubyKaigi 2026) (<a href="./midi-controller-prmc-1/20260422_RubyShowcaseFort.pdf">説明パネル</a>)</li>
</ul>
</ul>
<br>
<h3 id="pra32-u2-p-dedicated-pcb"><font color="yellow">#12.1 PRA32-U2/P Dedicated PCB [Tentative]</font></h3>
PRA32-U2/P Dedicated PCB<br>
<br>
<br>
<h3 id="digital-synth-pra32-u2">#12 Digital Synth PRA32-U2 and PRA32-U2/P (PRA32-U2 with Panel)</h3>
4-Voice Polyphonic Synthesizer for Raspberry Pi Pico 2/RP2350 (2025)<br>
<iframe width="320" height="180" src="https://www.youtube.com/embed/QGj5sRUomfA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<a href="./digital-synth-pra32-u2/pra32-u2-gy-1920x1080.jpg"><img src="./digital-synth-pra32-u2/pra32-u2-gy-1920x1080.jpg" alt="Digital Synth PRA32-U2" width="180"></a>
<a href="./digital-synth-pra32-u2/pra32-u2-pwm-audio-1920x1080.jpg"><img src="./digital-synth-pra32-u2/pra32-u2-pwm-audio-1920x1080.jpg" alt="Digital Synth PRA32-U2 PWM Audio Edition" width="60"></a>
<a href="./digital-synth-pra32-u2/pra32-u2-pwm-audio-circuit-diagram.png"><img src="./digital-synth-pra32-u2/pra32-u2-pwm-audio-circuit-diagram.png" alt="Digital Synth PRA32-U2 PWM Audio Edition" width="40"></a>
<br>
<a href="./digital-synth-pra32-u2/pra32-u2-with-panel-univ-pcb-1920x1080.jpg"><img src="./digital-synth-pra32-u2/pra32-u2-with-panel-univ-pcb-1920x1080.jpg" alt="Digital Synth PRA32-U2/P" width="240"></a>
<a href="./digital-synth-pra32-u2/pra32-u2-with-panel-1920x1080.jpg"><img src="./digital-synth-pra32-u2/pra32-u2-with-panel-1920x1080.jpg" alt="Digital Synth PRA32-U2/P" width="180"></a>
<a href="./digital-synth-pra32-u2/pra32-u2-with-panel-bb-2-1920x1080.jpg"><img src="./digital-synth-pra32-u2/pra32-u2-with-panel-bb-2-1920x1080.jpg" alt="Digital Synth PRA32-U2/P" width="120"></a>
<a href="./digital-synth-pra32-u2/pra32-u2-with-panel-circuit-diagram-8.png"><img src="./digital-synth-pra32-u2/pra32-u2-with-panel-circuit-diagram-8.png" alt="Digital Synth PRA32-U2/P" width="80"></a>
<ul>
<li><a href="https://github.com/risgk/digital-synth-pra32-u2">View on GitHub</a>
(<a href="https://github.com/risgk/digital-synth-pra32-u2/releases/latest">最新リリース</a>),
<a href="./digital-synth-pra32-u2/pra32-u2-editor.html">PRA32-U2 Editor</a></li>
<li><a href="https://fabble.cc/risgk/digital-synth-pra32-u2">Digital Synth PRA32-U2(Raspberry Pi Pico 2用)</a> - Fabble (作り方)</li>
<li>出展・演奏 (v1まで):</li>
<ul>
<li><a href="https://twitter.com/Yasushi_K/status/1892192873019310236">2025/02/21 シンセカイリアル エキシビション</a> (6) (<a href="https://twitter.com/CAIExxxx/status/1895520895453839496">CAIEさんによる動画</a>) (<a href="https://twitter.com/Yasushi_K/status/1893032566330139046">記念写真</a>)</li>
<li><a href="https://wiki.nicotech.jp/nico_tech/?NT%E4%BA%AC%E9%83%BD2025">NT京都 2025</a> (<a href="./digital-synth-pra32-u2/20250323_PRA32-U2.pdf">説明資料</a>)</li>
<li>RubyKaigi 2025 LT, RubyKaigi 2025 事後勉強会 oto</li>
<li><a href="https://twitter.com/Yasushi_K/status/1916314206573629636">2025/04/28 シンセカイリアル</a> (7) (<a href="https://twitter.com/ppazk/status/1917951948898340907">ピコピコ安全県さんによる動画</a>) (<a href="https://twitter.com/Yasushi_K/status/1916892019856965847">記念写真</a>)</li>
<li><a href="https://twitter.com/Yasushi_K/status/1927963798868054109">2025/06/06 シンセカイリアル</a> (8) (<a href="https://twitter.com/t58bs/status/1931119683669029260">t58bsさんによる動画</a>) (<a href="https://twitter.com/ondist_x/status/1931189602917949921">Ondist Xさんによる動画</a>)<br>
(<a href="https://twitter.com/ppazk/status/1931619531577082055">ピコピコ安全県さんによる動画</a>) (<a href="https://twitter.com/Yasushi_K/status/1931071367195353537">セッションタイム</a>) (<a href="https://twitter.com/yasushi_k/status/1931000284027003263">記念写真</a>)</li>
<!--
<li>2025/08/29 シンセカイリアル (9) 不参加</li>
-->
<li><a href="https://makezine.jp/event/makerfaire/hmmf2025/">Hamamatsu Micro Maker Faire 2025</a> (<a href="./digital-synth-pra32-u2/20250705_HamamatsuMMF2025.pdf">説明パネル</a>), <a href="https://nt-tokyo.org/exhibitors/2025">NT東京2025</a> (2日目) (<a href="./digital-synth-pra32-u2/20250907_NT-Tokyo-2025.pdf">説明パネル</a>)</li>
<li>Maker Faire Tokyo 2025キックオフイベント</li>
<ul>
<li>紹介記事: Make: Japan | <a href="https://makezine.jp/blog/2025/09/maker-faire-tokyo-2025-kickoff_02.html">Maker Faire Tokyo 2025 |キックオフイベント #2 — クルマとシンクロするミニカー、イグノーベル賞受賞者の新作ゲーミングデバイス、感情を表現する碁石ほか。「こんなのが欲しい」を実現する人々が集結!</a></li>
<li><a href="https://forest.watch.impress.co.jp/docs/news/2052154.html">実は深い「自作デバイス」、ペンプロッタ、3Dプリンタ、シンセサイザーだって自分で作れる</a> - 窓の杜</li>
</ul>
<li><a href="https://makezine.jp/event/makers-mft2025/m0021/">Maker Faire Tokyo 2025</a> (<a href="./digital-synth-pra32-u2/20251004_MFTokyo2025.pdf">説明パネル</a>)</li>
<li><a href="https://www.hamamatsu-artscreation.jp/news/news-4051/">HAMAMATSU CREATIVE BOX</a> (Sound Pondの音源)</li>
<li><a href="https://x.com/Yasushi_K/status/1983480255915626597">2025/12/05 シンセカイリアル</a> (10) (<a href="https://x.com/CAIExxxx/status/1997695236869640545">CAIEさんによる動画</a>) (<a href="https://x.com/Yasushi_K/status/1996953557992722546">記念写真</a>)</li>
</ul>
<li>出展・演奏 (v2):</li>
<ul>
<li><a href="https://x.com/Yasushi_K/status/2018604076402172246">2026/02/19 シンセカイリアル(床)</a> (11) (<a href="https://x.com/Yasushi_K/status/2024885165064175634">当日の写真</a>)</li>
<li>ステージ郭/HR Music Arena, Ruby Showcase郭 (RubyKaigi 2026)</li>
<li>Lightning Talks on Hakodate Tram at RubyKaigi 2026</li>
</ul>
<li>関連記事:</li>
<ul>
<li><a href="https://www.matrixsynth.com/search/label/ISGK%20Instruments">MATRIXSYNTH: ISGK Instruments</a></li>
</ul>
</ul>
<br>
<h3 id="digital-synth-pra32-u-with-panel">#11.2 Digital Synth PRA32-U with Panel</h3>
Synthesizer with Control Panel for Raspberry Pi Pico/RP2040 (2024)<br>
<iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/vcXr4dKAKsk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<a href="./digital-synth-pra32-u/pra32-u-with-panel-1920x1080.jpg"><img src="./digital-synth-pra32-u/pra32-u-with-panel-1920x1080.jpg" alt="Digital Synth PRA32-U with Panel" width="180"></a>
<a href="./digital-synth-pra32-u/pra32-u-with-panel-bb-1080x1440.jpg"><img src="./digital-synth-pra32-u/pra32-u-with-panel-bb-1080x1440.jpg" alt="Digital Synth PRA32-U with Panel" height="180"></a>
<a href="./digital-synth-pra32-u/pra32-u-with-panel-circuit-diagram-4.png"><img src="./digital-synth-pra32-u/pra32-u-with-panel-circuit-diagram-4.png" alt="Digital Synth PRA32-U with Panel" width="120"></a>
<br>
<br>
<br>
<h3 id="digital-synth-pra32-u-pwm-audio-edition">#11.1 Digital Synth PRA32-U PWM Audio Edition</h3>
Low-cost Synthesizer for Raspberry Pi Pico/RP2040 (2024)<br>
<iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/GWaHIensXNA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<a href="./digital-synth-pra32-u/pra32-u-pwm-audio-circuit-diagram.png"><img src="./digital-synth-pra32-u/pra32-u-pwm-audio-circuit-diagram.png" alt="Digital Synth PRA32-U PWM Audio Edition" width="120"></a>
<br>
<br>
<br>
<h3 id="digital-synth-pra32-u">#11 Digital Synth PRA32-U</h3>
4-Voice Polyphonic/Paraphonic Synthesizer for Raspberry Pi Pico/RP2040 (2023-2024)<br>
<iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/yANLZe6hzmo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<ul>
<li><a href="https://github.com/risgk/digital-synth-pra32-u">View on GitHub</a>
(<a href="https://github.com/risgk/digital-synth-pra32-u/releases/latest">最新リリース</a>),
<a href="./digital-synth-pra32-u/pra32-u-editor.html">PRA32-U Editor</a></li>
<li><a href="https://fabble.cc/risgk/digital-synth-pra32-u">Digital Synth PRA32-U(Raspberry Pi Pico用)</a> - Fabble (作り方)</li>
<li>v0.1 (VRA8-U type-16 v2.2によく似た音を出します):</li>
<ul>
<li><a href="https://github.com/risgk/digital-synth-pra32-u/tree/v0.1/main">View on GitHub</a>
(<a href="https://github.com/risgk/digital-synth-pra32-u/releases/tag/v0.1.3">最新リリース</a>),
<a href="./digital-synth-pra32-u/v0.1/pra32-u-ctrl.html">PRA32-U CTRL</a></li>
<li><a href="https://youtu.be/cAfDEQfHau0">Digital Synth PRA32-U Prototype Demo (2023/05/07)</a> - YouTube</li>
</ul>
<li>v0.2:</li>
<ul>
<li><a href="https://youtu.be/yKGJ3bIoIqI">Digital Synth PRA32-U Prototype Demo (2023/08/16 v0.2.0)</a> - YouTube</li>
</ul>
<li>出展 (v0.4):</li>
<ul>
<li><a href="https://swest.toppers.jp/SWEST25/program/">SWEST25</a> (<a href="./digital-synth-pra32-u/swest25-pra32-u-prototype.pdf">説明資料</a>)</li>
<ul>
<li>関連記事: <a href="https://interface.cqpub.co.jp/magazine/202312/">Interface 2023年12月号</a> SWEST25参加レポート</li>
</ul>
</ul>
<li>出展・演奏 (v1):</li>
<ul>
<li><a href="https://makezine.jp/event/makers-mft2023/m0128/">Maker Faire Tokyo 2023</a> (<a href="./digital-synth-pra32-u/MFTokyo2023_PRA32-U.pdf">説明資料</a>)</li>
<ul>
<li>紹介記事: <a href="https://fabcross.jp/news/2023/20231014_mftokyo2023.html">子供が夢中になる工作から、大人もうなる精巧なメカに大型ロボットまでーーMaker Faire Tokyo 2023 初日レポート #mftokyo2023</a> | fabcross</li>
</ul>
<li><a href="https://makezine.jp/event/makerfaire/hmmf2023/">Hamamatsu Micro Maker Faire 2023</a>,
<a href="https://twitter.com/Yasushi_K/status/1739431440692269547">2023/12/26 シンセカイリアルSP</a></li>
</ul>
<li>出展・演奏 (v2, PWM Audio Edition, with Panel):</li>
<ul>
<li><a href="https://makezine.jp/event/makers-mfk2024/m0020/">Maker Faire Kyoto 2024</a> (<a href="./digital-synth-pra32-u/MFKyoto2024_PRA32-U.pdf">説明資料</a>),
<a href="https://twitter.com/Yasushi_K/status/1794927626475524279">2024/6/14 シンセカイリアルSP3</a></li>
<li><a href="https://makezine.jp/event/makerfaire/hmmf2024/">Hamamatsu Micro Maker Faire 2024</a> (<a href="./digital-synth-pra32-u/HamamatsuMMF2024_PRA32-U.pdf">説明資料</a>)</li>
<ul>
<li>紹介記事: Make: Japan | <a href="https://makezine.jp/blog/2024/08/hmmf2024.html">ミニライブも初開催! おなじみの自作楽器から子どもの心をつかむガジェットまで約40組の多様なプロジェクトが集まった「Hamamatsu Micro Maker Faire 2024」会場レポート</a></li>
</ul>
<li><a href="https://swest.toppers.jp/SWEST26/program/">SWEST26</a>,
<a href="https://nt-tokyo.org/exhibitors/51">NT東京2024</a> (<a href="./digital-synth-pra32-u/NT_Tokyo_2024_PRA32-U.pdf">説明資料</a>)</li>
<li><a href="https://makezine.jp/event/makers-mft2024/m0033/">Maker Faire Tokyo 2024</a> (<a href="./digital-synth-pra32-u/20240915_PRA32-U.pdf">説明資料</a>)</li>
<li><a href="https://twitter.com/Yasushi_K/status/1844501576012255570">2024/10/11 シンセカイリアル エキシビション</a> (4) (<a href="https://twitter.com/Yasushi_K/status/1844892241560842685">1分半でわかるシンセカイリアル</a>) (<a href="https://twitter.com/Yasushi_K/status/1844825354957201581">記念写真</a>)</li>
</ul>
<li>出展・演奏 (v3, PWM Audio Edition, with Panel):</li>
<ul>
<li><a href="https://www.iamas.ac.jp/ommf2024/maker/isgk-instruments/">Ogaki Mini Maker Faire 2024</a> (<a href="./digital-synth-pra32-u/20241117_PRA32-U.pdf">説明資料</a>)</li>
<li><a href="https://twitter.com/Yasushi_K/status/1868385488375296127">2024/12/17 シンセカイリアル忘年会SP</a> (5) (<a href="https://twitter.com/Yasushi_K/status/1869053882527359243">記念写真</a>)</li>
</ul>
<li>関連記事:</li>
<ul>
<li><a href="https://www.matrixsynth.com/search/label/ISGK%20Instruments">MATRIXSYNTH: ISGK Instruments</a></li>
</ul>
</ul>
<br>
<h3 id="digital-synth-vra8-u-type-16">#10.1 Digital Synth VRA8-U type-16</h3>
VRA8-U Special Edition with 16-bit Audio Output (2023)<br>
<iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/AWK2iY3-0eI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<ul>
<li><a href="./digital-synth-vra8-u/vra8-u-type-16-circuit-diagram.png">推奨回路図 (Recommended Circuit Diagram)</a>,
<a href="./digital-synth-vra8-u/vra8-u-type-16-bread-board.png">実体配線図 (Actual Wiring Diagram)</a></li>
<li><a href="https://github.com/risgk/digital-synth-vra8-u">View on GitHub</a> (<a href="https://github.com/risgk/digital-synth-vra8-u/releases/latest">VRA8-U最新リリース</a>), <a href="./digital-synth-vra8-u/vra8-u-type-16-ctrl.html">VRA8-U type-16 CTRL</a></li>
<li><a href="https://fabble.cc/risgk/digital-synth-vra8-u#state-53199">「VRA8-U type-16」の動作方法</a> - Fabble (作り方)</li>
<li>出展・演奏: <a href="https://pikoket.seesaa.net/article/498573537.html">ピコケット2</a> (<a href="./digital-synth-vra8-u/Pikoket2_VRA8-U_type-16.pdf">説明資料</a>),
<a href="https://makezine.jp/event/makers-mfk2023/m0011/">Maker Faire Kyoto 2023</a> (<a href="./digital-synth-vra8-u/Pikoket2_VRA8-U_type-16.pdf">説明資料</a>),<br>
<a href="https://twitter.com/Yasushi_K/status/1760876455863738550">2024/02/23 シンセカイリアルSP2</a> (<a href="https://twitter.com/derpism/status/1761380524734787921">derpippoさんによる動画</a>)</li>
</ul>
<br>
<h3 id="digital-synth-vra8-u">#10 Digital Synth VRA8-U</h3>
Monophonic/Paraphonic United Synthesizer for Arduino Uno (2022)<br>
<iframe width="320" height="180" src="https://www.youtube.com/embed/Lb1bAT-TU5c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<ul>
<li><a href="./digital-synth-vra8-u/vra8-u-circuit-diagram.png">推奨回路図 (Recommended Circuit Diagram)</a>,
<a href="./digital-synth-vra8-u/vra8-u-bread-board.png">実体配線図 (Actual Wiring Diagram)</a></li>
<li><a href="https://github.com/risgk/digital-synth-vra8-u">View on GitHub</a> (<a href="https://github.com/risgk/digital-synth-vra8-u/releases/latest">最新リリース</a>), <a href="./digital-synth-vra8-u/vra8-u-ctrl.html">VRA8-U CTRL</a></li>
<li><a href="https://youtu.be/Lb1bAT-TU5c">Digital Synth VRA8-U Demo (2022/08/17)</a> - YouTube</li>
<li><a href="https://fabble.cc/risgk/digital-synth-vra8-u">Digital Synth VRA8-U(Arduino Uno用)</a> - Fabble (作り方)</li>
<li>出展: <a href="https://swest.toppers.jp/SWEST24/program/">SWEST24</a> (インタラクティブセッション ベストプロダクト賞 ゴールド,
<a href="./lt/swest24-emblt-risgk.pdf">EmbLT発表資料</a>),<br>
<a href="https://makezine.jp/event/makers-mft2022/m0054/">Maker Faire Tokyo 2022</a> (<a href="./digital-synth-vra8-u/MFTokyo2022_VRA8-U.pdf">説明資料</a>),
<a href="https://makezine.jp/event/makerfaire/hmmf2022/#maker_4">Hamamatsu Micro Maker Faire 2022</a> (<a href="./digital-synth-vra8-u/HamamatsuMMF2022_VRA8-U.pdf">説明資料</a>),
<a href="https://www.iamas.ac.jp/ommf2022/maker/isgk-instruments/">Ogaki Mini Maker Faire 2022</a> (<a href="./digital-synth-vra8-u/HamamatsuMMF2022_VRA8-U.pdf">説明資料</a>)</li>
<li>紹介記事:
<ul>
<li>【藤本健のDigital Audio Laboratory】 - AV Watch</li>
<ul>
<li><a href="https://av.watch.impress.co.jp/docs/series/dal/1437286.html">未来の電子楽器大集合!? ものづくり祭典「Maker Faire」に行ってみた</a></li>
<li><a href="https://av.watch.impress.co.jp/docs/series/dal/1439090.html">「Arduino Uno」でシンセサイザを自作してみた。前編</a></li>
<li><a href="https://av.watch.impress.co.jp/docs/series/dal/1442328.html">MIDIで動くぞ! 「Arduino Uno」でシンセサイザ自作した。後編</a></li>
</ul>
<li>楽しくやろう。(boochowさんのブログ)</li>
<ul>
<li><a href="https://blog.boochow.com/article/post-6198.html">Arduino UNOだけで作るシンセサイザー「VRA8-U」を動かしてみた</a></li>
<li><a href="https://blog.boochow.com/article/midi-pwm-audio-shield.html">VRA8-UのためのMIDI入力+PWMオーディオ出力シールドを作成</a></li>
</ul>
<li>ど~もさんのnote</li>
<ul>
<li><a href="https://note.com/domo8258/n/ne45df9b8d959">Digital Synth VRA8-U作ってみました</a></li>
</ul>
</ul>
<li>使用曲:
<ul>
<li><a href="https://youtu.be/crTMfACb6xw">vra8arduino / jamw (arduino midi synth)</a> - YouTube</li>
</ul>
</ul>
<br>
<h3 id="pico_synth_2023">#9.2 pico_synth 2023 Edition</h3>
Monophonic Synthesizer for Raspberry Pi Pico (2023)<br>
<iframe width="336" height="189" src="https://www.youtube-nocookie.com/embed/KB60q0xMfAU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<ul>
<li><a href="https://interface.cqpub.co.jp/magazine/2023pico/">ラズベリー・パイPico/Pico W攻略本</a> (CQ出版社, 2023年)<br>
・第6部第2章:リアルタイム処理のために軽量化!シンセサイザの製作<br>
・第6部第3章:音の時間変化に対応したシンセサイザ作り</li>
<ul>
<li><a href="https://interface.cqpub.co.jp/2023pico">サポート・ページ</a>(プログラムの入手先)<br>
IF2304Pico/6bu/S2<br>
IF2304Pico/6bu/S3
<ul>
<li>これらのプログラムは、読者の方は自由に利用していただいて構いません</li>
</ul>
</ul>
<li>出展: <a href="https://pikoket.seesaa.net/article/498573537.html">ピコケット2</a>, <a href="https://makezine.jp/event/mfk2023/">Maker Faire Kyoto 2023</a></li>
</ul>
<br>
<h3 id="pico_synth_ex">#9.1 pico_synth_ex</h3>
4 Voice Polyphonic Synthesizer for Raspberry Pi Pico (2021)<br>
<ul>
<li><a href="https://github.com/risgk/pico_synth_ex">View on GitHub</a></li>
<li>出展 (v0.1): <a href="https://swest.toppers.jp/SWEST23/program/">SWEST23</a> (インタラクティブセッション ベストプロダクト賞 ゴールド,<br>
<a href="./lt/swest23-emblt-risgk.pdf">EmbLT発表資料</a>,
<a href="./pico_synth/pico_synth_ex-0.1.0-sample.mp3">デモサウンド</a>)</li>
</ul>
<br>
<h3 id="pico_synth">#9 pico_synth</h3>
Monophonic Synthesizer for Raspberry Pi Pico (2021)<br>
<a href="./pico_synth/pico_synth.jpg" alt="pico_synth"><img src="./pico_synth/pico_synth.jpg" alt="pico_synth" width="160" height="120"></a>
<ul>
<li><a href="https://interface.cqpub.co.jp/magazine/202108/">Interface 2021年8月号</a> ●特集 ラズパイのマイコンPico攻略本<br>
・第6部第2章:リアルタイム処理のために軽量化!シンセサイザの製作</li>
<ul>
<li><a href="https://interface.cqpub.co.jp/correction/">Interface 訂正と修正</a> 2021年8月号 p.142 ~ p.153</li>
<!--
<pre>
・p.142 右 ↓8行目
(正)
・分圧回路
・アナログ・ハイパス・フィルタ
(誤)
・カットオフ周波数が約33.9Hzのアナログ・ハイパス・フィルタ
・p.151 リスト10 ↓8行目
(正) return ((int32_t) (x0 * y) >> 16) + (x1 * y);
(誤) return ((x0 * y) >> 16) + (x1 * y);
・p.152 右 ↑6行目
(正)割り込みハンドラ内にhardware_syncライブラリの関数__dmb()でデータ・メモリ・バリア命令を挿入していますが,メモリ書き込み結果は無条件に他のコアから見えるため,この命令は不要でした.削除しても構いません.
(誤)メイン関数で通信コマンドを処理するコア0とのメモリ同期のため,割り込みハンドラ内にhardware_syncライブラリの関数__dmb()でデータ・メモリ・バリア命令を挿入しています.
・p.153 左 ↓5行目
(正)バスを共用しているために
(誤)メモリ同期処理のために
</pre>
-->
<li><a href="https://www.cqpub.co.jp/interface/download/contents2021.htm">Interface 2021年 ダウンロード・データ</a> 8月号 ラズパイのマイコンPico攻略本<br>
IF2108TB6S2
<ul>
<li>このプログラムは、読者の方は自由に利用していただいて構いません</li>
</ul>
<li><a href="https://youtu.be/JgDlD5y-DUA">pico_synth</a> - YouTube</li>
</ul>
</ul>
<br>
<h3 id="digital-synth-vra8-q">#8 Digital Synth VRA8-Q</h3>
Quadraphonic Synthesizer with Stereo Chorus Effector for Arduino Uno (2020-2022)<br>
<iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/qLk1qMklZn4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<ul>
<li><a href="./digital-synth-vra8-q/vra8-q-1st-order-post-lpf-circuit-diagram.png">推奨回路図 (Recommended Circuit Diagram)</a>,
<a href="./digital-synth-vra8-q/vra8-q-1st-order-post-lpf-bread-board.png">実体配線図 (Actual Wiring Diagram)</a></li>
<li><a href="./digital-synth-vra8-q/vra8-q-2nd-order-post-lpf-circuit-diagram.png">旧・推奨回路図</a>, <a href="./digital-synth-vra8-q/vra8-q-2nd-order-post-lpf-bread-board.png">旧・実体配線図</a></li>
<li><a href="https://github.com/risgk/digital-synth-vra8-q">View on GitHub</a> (<a href="https://github.com/risgk/digital-synth-vra8-q/releases/latest">最新リリース</a>), <a href="./digital-synth-vra8-q/vra8-q-ctrl.html">VRA8-Q CTRL</a></li>
<li><a href="https://fabble.cc/risgk/digital-synth-vra8-q">Digital Synth VRA8-Q(Arduino Uno用)</a> - Fabble (作り方)</li>
<li><a href="https://www.instructables.com/Digital-Synth-VRA8-Q-for-Arduino-Uno/">Digital Synth VRA8-Q for Arduino Uno</a> - Instructables (How to make)</li>
<li><a href="https://youtu.be/qLk1qMklZn4">Digital Synth VRA8-Q v3.2 Demo</a> - YouTube</li>
<li>出展 (プロトタイプ): <a href="https://swest.toppers.jp/SWEST22/program/">SWEST22</a> (<a href="./lt/swest22-emblt-risgk.pdf">EmbLT発表資料</a>,
<a href="./digital-synth-vra8-q/demo/vra8-q_20200813.mp3">デモサウンド1</a>,
<a href="./digital-synth-vra8-q/demo/vra8-q_20200820.mp3">デモサウンド2</a>)</li>
<li>出展 (v1): <a href="https://makezine.jp/event/makers-mft2020/m0024/">Maker Faire Tokyo 2020</a> (<a href="./digital-synth-vra8-q/MFTokyo2020_VRA8-Q.pdf">説明資料</a>)</li>
<li>出展 (v2): <a href="https://www.iamas.ac.jp/ommf2020/maker/isgk-instruments/">Ogaki Mini Maker Faire 2020</a> (<a href="https://youtu.be/FMGsQYp5eVQ?t=11610">配信アーカイブ</a>)</li>
<li>出展 (v3): <a href="https://makezine.jp/blog/2020/12/hamamatsu_mmf2021_callformakers.html">Hamamatsu Micro Maker Faire出展者ミートアップ</a> (<a href="./digital-synth-vra8-q/20210220_VRA8-Q_v3.pdf">説明資料</a>)</li>
<li>出展 (v4): <a href="https://makezine.jp/event/mfk2021/program/#day1_sns">Maker Faire Kyoto 2021</a> (<a href="https://twitter.com/risgk/status/1388373821405634562">Twitterを使った作品発表)</a></li>
<li>出展 (v5): <a href="https://makezine.jp/event/mft2021/program/#day2_sns">Maker Faire Tokyo 2021</a> (<a href="https://twitter.com/risgk/status/1444528315453243398">Twitterを使った作品発表</a>),<br>
<a href="https://pikoket.seesaa.net/">電子工作者&シンセビルダー同人展示即売会「ピコケット」</a> (<a href="./digital-synth-vra8-q/Pikoket_2022_VRA8-Q.pdf">説明資料</a>)</li>
</ul>
<br>
<h3 id="digital-synth-vra8-n-psaw-16">#7.1 Digital Synth VRA8-N pSAW-16</h3>
VRA8-N Special Edition with 16-step Pseudo-SAW Wave (2020)<br>
<a href="./digital-synth-vra8-n/vra8-n-psaw-16.png"><img src="./digital-synth-vra8-n/vra8-n-psaw-16.png" alt="Digital Synth VRA8-N pSAW-16" width="160" height="80"></a>
<ul>
<li><a href="https://gist.github.com/risgk/86b180e2764ef433863f68764483e8ab">View on GitHub Gist</a></li>
<li>出展: <a href="https://makezine.jp/event/mfk2020/">Maker Faire Kyoto 2020 Online</a></li>
</ul>
<br>
<h3 id="digital-synth-vra8-n">#7 Digital Synth VRA8-N</h3>
Monophonic Synthesizer for Arduino Uno (2018-2019)<br>
<a href="./digital-synth-vra8-n/vra8-n.jpg"><img src="./digital-synth-vra8-n/vra8-n.jpg" alt="Digital Synth VRA8-N" width="160" height="120"></a>
<ul>
<li><a href="https://github.com/risgk/digital-synth-vra8-n">View on GitHub</a> (<a href="https://github.com/risgk/digital-synth-vra8-n/releases/latest">最新リリース</a>), <a href="./digital-synth-vra8-n/vra8-n-ctrl.html">VRA8-N CTRL</a></li>
<li><a href="https://fabble.cc/risgk/digital-synth-vra8-n">Digital Synth VRA8-N(Arduino Uno用)</a> - Fabble</li>
<li><a href="https://www.instructables.com/id/Digital-Synth-VRA8-N-for-Arduino-Uno/">Digital Synth VRA8-N for Arduino Uno</a> - Instructables</li>
<li><a href="https://youtu.be/an_zohhZFoA">Digital Synth VRA8-N v2.4 Performance</a> - YouTube</li>
<li><a href="https://youtu.be/qfvlNzHMl70">Digital Synth VRA8-N v1.0.0 Demo</a> - YouTube</li>
<li>出展 (プロトタイプ): <a href="http://j.nicotech.jp/ntkyoto2018">NT京都2018</a></li>
<li>出展 (v1): <a href="http://makezine.jp/event/makers2018/m0017/">Maker Faire Tokyo 2018</a> (<a href="./digital-synth-vra8-n/mft2018_isgk_instruments.pdf">説明資料</a>),<br>
<a href="https://swest.toppers.jp/SWEST20/program/">SWEST20</a> (インタラクティブセッション ベストプロダクト賞 ブロンズ),
<a href="http://analog-synth.jp/asbs/asbslog/asbs18/">ASBS18</a>,<br>
<a href="https://www.iamas.ac.jp/ommf2018/">Ogaki Mini Maker Faire 2018</a> (<a href="./digital-synth-vra8-n/ommf2018_isgk_instruments.pdf">説明資料</a>),
<a href="https://sites.google.com/android-group.jp/abcd2019h">ABCD浜松</a> (Damonde Hamamatsu),<br>
<a href="https://www.ospn.jp/osc2019-hamanako/">OSC2019 Hamanako</a> (<a href="./digital-synth-vra8-n/abcd2019h_osc19hm_isgk_instruments.pdf">説明資料</a>)</li>
<li>出展 (v2): <a href="https://makezine.jp/event/makers-mfk2019/m0018/">Maker Faire Kyoto 2019</a> (<a href="./digital-synth-vra8-n/mfk2019_isgk_instruments.pdf">説明資料</a>),<br>
<a href="https://makezine.jp/event/makers-mft2019/m0009/">Maker Faire Tokyo 2019</a> (<a href="./digital-synth-vra8-n/MFTokyo2019_VRA8-N.pdf">v2説明資料</a>,
<a href="./digital-synth-vra8-n/MFTokyo2019_VRA8-N_mode-VC.pdf">mode-VC説明資料</a>),<br>
<a href="https://swest.toppers.jp/SWEST21/program/">SWEST21</a> (mode-VC, インタラクティブセッション ベストプロダクト賞 シルバー),<br>
<a href="https://www.hcf.or.jp/sdf2019/">サウンドデザインファクトリーin浜松2019</a></li>
<li>コラボ企画: <a href="http://kigakudoh.strikingly.com/">奇楽堂</a> <a href="https://fabble.cc/kigakudoh/saxduino">SAXduino</a>, <a href="https://fabble.cc/kigakudoh/saxduino19a">SAXduino 19A</a> (VRA8-N音源搭載)
<li>紹介記事: 【藤本健のDigital Audio Laboratory】<a href="https://av.watch.impress.co.jp/docs/series/dal/1201856.html">本格&おもしろシンセ集結! 空き缶のMIDI楽器、クマ型リズムマシンがMaker Faireに</a> - AV Watch</li>
<li>紹介動画: <a href="https://youtu.be/Sk7FlS5GEG0">ISGK Instruments Digital Synth VRA8-N v2.4 for Arduino UNO</a> - 03ch movie - YouTube</li>
</ul>
<br>
<h2>OBSOLETE WORKS</h2>
<h3 id="digital-synth-vra8-px">#6 Digital Synth VRA8-Px</h3>
3 Voice Paraphonic Synthesizer for Arduino Uno (2016-2017)<br>
<ul>
<li><a href="https://github.com/risgk/digital-synth-vra8-p/tree/vra8-px-v2">View on GitHub (v2)</a>, <a href="https://github.com/risgk/digital-synth-vra8-p/tree/vra8-px">(v1)</a>, <a href="./digital-synth-vra8-px/vra8-px-ctrl.html">VRA8-Px CTRL (v2)</a></li>
<li><a href="http://www.instructables.com/id/Digital-Synth-VRA8-Px-for-Arduino-Uno/">Digital Synth VRA8-Px for Arduino Uno</a> - Instructables</li>
<li><a href="http://fabble.cc/risgk/isgk-instruments-6">シンセサイザーをDIYで作ってみる・第6弾</a> - Fabble</li>
<li><a href="http://www.nicovideo.jp/watch/sm30949231">8ビットCPUでシンセサイザーを作ってみた・第5弾</a> - ニコニコ動画</li>
<li><a href="https://youtu.be/zi--GF0JES0">Digital Synth VRA8-Px 1.2.0 Demo</a> - YouTube</li>
<li>出展 (プロトタイプ): <a href="http://j.nicotech.jp/NT_Nagoya_2016">NT名古屋2016</a></li>
<li>出展 (v1): <a href="http://ommf.iamas.ac.jp/makers/20">Ogaki Mini Maker Faire 2016</a>,
<a href="https://www.ospn.jp/osc2017-hamanako/">OSC2017 Hamanako</a>,
<a href="http://j.nicotech.jp/ntkyoto2017 ">NT京都2017</a> (出展中止)</li>
<li>出展 (v2): <a href="http://makezine.jp/event/makers2017/m0026/">Maker Faire Tokyo 2017</a> (<a href="./digital-synth-vra8-px/mft2017_isgk_instruments.pdf">説明資料</a>),
<a href="https://swest.toppers.jp/SWEST19/program/">SWEST19</a>, <a href="http://j.nicotech.jp/NTN2017">NT名古屋2017</a>, <a href="http://analog-synth.jp/asbs/asbslog/asbs17/">ASBS17</a>,
<a href="https://www.ospn.jp/osc2018-hamanako/">OSC2018 Hamanako</a></li>
<li>紹介記事: 【藤本健のDigital Audio Laboratory】<a href="http://av.watch.impress.co.jp/docs/series/dal/1074613.html">「けものエフェクター」も登場。本格派~異色の音モノがMaker Faireに集結</a> - AV Watch</li>
</ul>
<br>
<h3 id="digital-synth-vra8-p">#5 Digital Synth VRA8-P</h3>
3 Voice Pseudo Polyphonic Synthesizer for Arduino Uno (2016)<br>
<ul>
<li><a href="https://github.com/risgk/digital-synth-vra8-p">View on GitHub</a>, <a href="./digital-synth-vra8-p/vra8-p-ctrl.html">VRA8-P CTRL</a></li>
<li><a href="http://www.instructables.com/id/Digital-Synth-VRA8-P-for-Arduino-Uno/">Digital Synth VRA8-P for Arduino Uno</a> - Instructables</li>
<li><a href="http://www.nicovideo.jp/watch/sm28414895">8ビットCPUでシンセサイザーを作ってみた・第4弾</a> - ニコニコ動画</li>
<li><a href="https://youtu.be/E96FT_lIlvs">Digital Synth VRA8-P 1.0.0 Demo</a> - YouTube</li>
<li>出展: <a href="http://makezine.jp/event/makers2016/isgk_instruments/">Maker Faire Tokyo 2016</a> (<a href="./digital-synth-vra8-p/mft2016_isgk_instruments.pdf">説明資料</a>),
<a href="https://swest.toppers.jp/SWEST18/program/">SWEST18</a></li>
<li>紹介記事: <a href="https://www.barks.jp/news/?id=1000129716">モノ作りの祭典<Maker Faire Tokyo 2016>レポ、コルグの新真空管「Nutube」、自作のシンセやMIDIコントローラーが多数出展</a> | KORG | BARKS音楽ニュース</li>
</ul>
<br>
<h3 id="digital-synth-vra8-x">#4 Digital Synth VRA8-X</h3>
Experimental Synthesizer for Arduino Uno (2015)<br>
<ul>
<li><a href="https://github.com/risgk/digital-synth-vra8-x">View on GitHub</a>, <a href="./digital-synth-vra8-x/vra8-x-ctrl.html">VRA8-X CTRL</a></li>
<li><a href="http://www.instructables.com/id/Digital-Synth-VRA8-X-for-Arduino-Uno/">Digital Synth VRA8-X for Arduino Uno</a> - Instructables</li>
<li>出展: <a href="http://www.gakki2015.net/">浜松楽器メイカーズフェスティバル</a>, <a href="http://www.ospn.jp/osc2016-hamanako/">OSC2016 Hamanako</a></li>
</ul>
<br>
<h3 id="digital-synth-vra8-m">#3 Digital Synth VRA8-M</h3>
Monophonic Synthesizer for Arduino Uno (2015)<br>
<ul>
<li><a href="https://github.com/risgk/digital-synth-vra8-m">View on GitHub</a>, <a href="./digital-synth-vra8-m/vra8-m-ctrl.html">VRA8-M CTRL</a></li>
<li><a href="http://www.instructables.com/id/Digital-Synth-VRA8-M-for-Arduino-Uno/">Digital Synth VRA8-M for Arduino Uno</a> - Instructables</li>
<li><a href="http://www.nicovideo.jp/watch/sm27209138">8ビットCPUでシンセサイザーを作ってみた・第2弾</a> - ニコニコ動画</li>
<li>出展: <a href="https://makezine.jp/event/makers2015/yaramakers/">Maker Faire Tokyo 2015</a> (Yara:Makers), <a href="http://j.nicotech.jp/NT_Nagoya_2015">NT名古屋2015</a></li>
</ul>
<br>
<h3 id="digital-synth-wra32">#2 Digital Synth WRA32</h3>
Virtual Analog Synthesizer Web App (2014)<br>
<ul>
<li><a href="./digital-synth-wra32/index.html">Start</a>, <a href="https://github.com/risgk/digital-synth-wra32">View on GitHub</a></li>
</ul>
<br>
<h3 id="digital-synth-vra8">#1 Digital Synth VRA8</a></h3>
Virtual Analog Synthesizer for Arduino Uno (2014)<br>
<ul>
<li><a href="https://github.com/risgk/DigitalSynthVRA8">View on GitHub</a>, <a href="./digital-synth-vra8/vra8-ctrl.html">VRA8 CTRL</a></li>
<li><a href="https://gist.github.com/risgk/0db52ea683530652d933">Ruby x Arduinoでシンセサイザーを作ってみた</a> - 浜松Ruby会議01</li>
<li>出展: <a href="http://igfaire.office-kuma.com/2014/">伊勢ギーク・フェア2014</a>, <a href="http://www.ospn.jp/osc2015-hamanako/">OSC2015 Hamanako</a>,
<a href="http://regional.rubykaigi.org/hamamatsu01/">浜松Ruby会議01</a></li>
</ul>
</section>
</div>
</body>
</html>