https://github.com/takkao/hdd_midi_player
MIDI Player using HDD and STM32F1
https://github.com/takkao/hdd_midi_player
hdd midi-player stm32
Last synced: 7 months ago
JSON representation
MIDI Player using HDD and STM32F1
- Host: GitHub
- URL: https://github.com/takkao/hdd_midi_player
- Owner: takkaO
- License: mit
- Created: 2019-09-29T14:38:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T06:37:00.000Z (over 5 years ago)
- Last Synced: 2025-03-18T12:02:44.894Z (7 months ago)
- Topics: hdd, midi-player, stm32
- Language: C
- Size: 670 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HDD Player
MIDIをHDDで演奏するプログラム.
STM32F1([Blue Pill](https://ht-deko.com/arduino/stm32f103c8t6.html))を使用し,最大4台のHDDを演奏可能.A program that plays MIDI on the HDD.
Up to 4 HDDs can be played using STM32F1 ([Blue Pill](https://ht-deko.com/arduino/stm32f103c8t6.html)).## Features
- パート固定モードとパート自動割り振りモード
- 音量調節機能
- HDDの個別有効化/無効化選択機能
- Equipped with 2 modes. One is part fixing mode and the other is the part flexible mode.
- Volume control.
- Can be select individual enable / disable of HDD.## Environment
- STM32F1 (Blue Pill)
- SW4STM32
- CubeMX 5.3.0## TODO
- Implement non-blocking EEPROM Read/Write
- Implement change order htim
- Play chords only single HDD