Welcome to the Pythonista Community Forums!

Pythonista is a Python programming environment for iOS. To learn more, head over to the Pythonista Website.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Twitter
Bonus Sample Code: Drum Machine
  • This one uses the scene and sound modules to create a very simple drum sequencer, using the built-in sound effects. Currently, it only works on the iPad (though it would be relatively easy to adjust the size to the iPhone screen).

    It overrides the scene's stop method to save the current pattern to a file and restore it the next time the scene is run. Enjoy!

    https://gist.github.com/4034439
  • edit: never mind...