Skip to content

Instantly share code, notes, and snippets.

@kimmobrunfeldt
Created December 25, 2016 18:04
Show Gist options
  • Select an option

  • Save kimmobrunfeldt/510f3eeadfef13309d2d867aa990d6a1 to your computer and use it in GitHub Desktop.

Select an option

Save kimmobrunfeldt/510f3eeadfef13309d2d867aa990d6a1 to your computer and use it in GitHub Desktop.
<Song tempo={90}>
<Sequencer resolution={16} bars={1}>
<Reverb>
<Delay>
<Monosynth
steps={[
[0, 4, "c3"],
[4, 4, "c4"],
]}
/>
</Delay>
</Reverb>
</Sequencer>
</Song>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment