Skip to content

Commit

Permalink
update Daisy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Oct 13, 2023
1 parent 59cd913 commit 46dc5af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/03.gen.daisy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Daisy is an embedded platform for music. It features everything you need for creating high fidelity audio hardware devices.

This Generator is typically it is used in combination with [pd2dsy](https://github.com/electro-smith/pd2dsy).

Currently daisy platform is supported for:

* `field`
* `seed`
* `pod`
* `petal`
* `patch`
* `patch_init`
* `patch_sm`

Which can be configured using the `-m` metadata.json `daisy.board` setting:

Expand Down Expand Up @@ -50,6 +50,8 @@ Additionally `usb_midi`, running on the onboard micro-usb, can be enabled separa

At the moment all midi messages will be merged between USB and UART MIDI interfaces. In the future it will likely be possible to assign additional UART pins and group them under a specific PD midi "port".

Currently supported MIDI messages are: Note On/Off, Control Change, Program Change, Channel Pressure, and Pitch Bend.

## [print] object

Printing to serial console can be enabled using the `debug_printing` flag in the meta.json:
Expand Down

0 comments on commit 46dc5af

Please sign in to comment.