cgcardona / audiofile_sdk

The SDK bits of Audiofile
1 stars 0 forks source link

TODOs regarding creating each creature's 'notes' string #6

Closed cgcardona closed 11 years ago

cgcardona commented 11 years ago
  1. Put in a check to allow rolling over from octave to octave. ex: a -> g#
  2. Put in a check to not allow under octave 0 or over the first c of octave 8.
cgcardona commented 11 years ago

1 is solved here:

https://github.com/cgcardona/audiofile_sdk/commit/a4ea6d08a54e6a874170c014dcace6e1b64e7f72

cgcardona commented 11 years ago

2 solved here:

https://github.com/cgcardona/audiofile_sdk/commit/2f0678dc2c1acedf416432e2e5af9c09cf7d4ed9