MyGit

evanraalte/RolandPiano

Fork: 1 Star: 11 (更新于 2024-10-01 12:55:52)

license: MIT

Language: Python .

Library for interfacing with Roland FP-* pianos

最后发布版本: v0.4.0 ( 2022-05-16 20:21:31)

GitHub网址

Roland Piano

Library for interfacing with Roland FP pianos over midi. Tested on both Mac and Linux.

Installation

Run:

python3 -m pip install roland-piano

How this started

I found the button only interface on my Roland FP-10 somewhat limiting. The app would give more insight, but was a bit too buggy IMO. Hence I decided to reverse engineer the Roland specific midi messages and create a Python API so that people can build their own interface. Feel free to contribute!

Examples

Please look at the unit tests on how to use the library. The main difference is that the imports are handled as if you installed the library with Pip:

from roland_piano import RolandPiano, discover, RolandAddressMap, Instruments

Limitations

  • Doesn't trigger events (e.g. volume changed) over midi when changing many of the piano settings. Connecting with the app enables this, so I (or you😃) need to do some digging on how this is achieved. Contact me for more information on what I have tried so far.
  • API is quite limited at the moment, but there is some low hanging fruit for more functionality.

最近版本更新:(数据更新于 2024-08-20 11:29:22)

2022-05-16 20:21:31 v0.4.0

2022-05-14 23:14:23 v0.3.0

2022-05-14 21:43:16 v0.2.2

2022-05-14 21:32:57 v0.2.0

evanraalte/RolandPiano同语言 Python最近更新仓库

2024-10-05 23:36:22 ErikBjare/gptme

2024-10-05 23:02:36 sMythicalBird/ZenlessZoneZero-Auto

2024-10-05 12:46:15 Akegarasu/lora-scripts

2024-10-05 07:28:43 ultralytics/ultralytics

2024-10-05 01:34:45 home-assistant/core

2024-10-04 21:40:57 Avaiga/taipy