Sample Generators

The programs below were Python experiments with audio file generation for use in samplers. I used these projects as excuses to learn about Python functionality. Browse all in Google Drive and try them out! You can get the Python code and/or a generated Windows executable for each.

  • One Sec!
Screenshot of "One Sec" Sample Generator


  • One Sec! Random
Screenshot of "One Sec Random" Sample Generator


  • One Sec! Mega
Screenshot of "One Sec Mega" Sample Generator


  • Single Wave Architect
Screenshot of "Single Wave Architect" Sample Generator

Enter: The Potato Chimp

Today begins a new Python project: a MIDI-controllable sine wave oscillator with slightly adjustable attack and release times. I want to imp...