MIDI Realtime Clock to KORG SYNC converter
Version 1.00
-
This device converts MIDI Realtime Clock to KORG SYNC signal.
-
The SYNC signal sending can be switched between 2x, standard, and 1/2x speed.
-
The machine side should be set to "SyncIN: rising, Sync input/output unit: once every 2 steps", which is the default for KORG devices.
JA
- MIDI Realtime Clock を KORG SYNC信号に変換する装置です。
- SYNC信号の送出を2倍速・標準・1/2倍速に切り替えることができます。
- マシン側はKORG機器のデフォルトである「SyncIN極性:立上り、Sync入出力単位:2ステップに1回」に設定してください。
USB 5V(MicroUSB)
Microchip ATtiny1604
- Arduino-CLI
- megaTinyCore
- Arduino MIDI Library
- UPDI writer
This program uses jtag2updi, but as of September 2023, serialUPDI is recommended.
このプログラムではjtag2updiを使用していますが、2023年9月現在、serialUPDIの使用をお勧めします。
$ arduino-cli config add board_manager.additional_urls 'https://raw.githubusercontent.com/SpenceKonde/ReleaseScripts/master/package_drazzy.com_index.json'
$ arduino-cli core update-index
$ arduino-cli core install megaTinyCore:megaavr
$ arduino-cli lib install "MIDI Library"
There are improvements that need to be made to this circuit, so a new version is in the works.
この回路には改善すべき点があるため、新しいバージョンを制作中です。
MIT