:::
This commit is contained in:
parent
6a6a07ae16
commit
4782cc9ccd
|
@ -24,4 +24,6 @@ function clock(beat)
|
|||
end
|
||||
```
|
||||
|
||||
Full instructions are available at [orllewin.uk/playdate/Serial+Comms](https://orllewin.uk/playdate/Serial+Comms) including steps to build the custom Lua compiler which generates Playdate compatible bytecode.
|
||||
Full instructions are available at [orllewin.uk/playdate/Serial+Comms](https://orllewin.uk/playdate/Serial+Comms) including steps to build the custom Lua compiler which generates Playdate compatible bytecode.
|
||||
|
||||
There's a similar, older, project available at [orllewin.uk/playdate/Midi+bus](https://orllewin.uk/playdate/Midi+bus) which sends midi note values to Modular Play allowing synths to be played with an external hardware keyboard.
|
Loading…
Reference in New Issue