Skip to content

sfradkin/music-code-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

music-code-katas

The beginning of a collection of code katas specifically for learning and interacting with live-coding music creation environments such as Sonic Pi, Overtone, and others.

Here is a starting point for these katas. Eventually code examples will be added.

  1. Code a children’s song, twinkle twinkle little star, etc
  2. Play a chord
  3. Make a single note sound short and percussive, then make it sound long and languid
  4. Make a sound like a sci-fi laser
  5. Make a sound echo
  6. Play a sound and make it louder and softer while playing
  7. Create some polyphonic melodies
  8. Craft the amen break
  9. Put a bassline with some drums
  10. Create a musical fizz buzz where you hear a fizz on seconds divisible by 3 and a buzz on seconds divisible by 5, and a drum kick otherwise
  11. Create a simple sequencer

For platforms where you can create your own synth definitions and filter definitions

  1. Make a noise synth def
  2. Make a drum synth def
  3. Create an echo filter
  4. Create a delay filter

These katas and code examples are all available under an MIT license: http://opensource.org/licenses/MIT

Attribution is appreciated.


The MIT License (MIT)

Copyright (c)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published