An open API service indexing awesome lists of open source software.

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

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