ref: 1330d1fff8e87caf7a85e4d32c17feb965484bae
dir: /piper/examples/README.md/
# Examples First, run the synths. ``` daw/piano -s piano -m /n/piano daw/kick_drum -s kick -m /n/kick daw/ay -s ay -m /n/ay ``` Then run any of the examples: `games/orca -u /fd/3 EXAMPLE.orca |[3] daw/piper /n/piano /n/kick /n/ay` While it's playing open another window, mount the synths and configure them: ``` mount /srv/piano /n/piano mount /srv/kick /n/kick mount /srv/ay /n/ay daw/cfg /n/piano /n/kick /n/ay ```