A collection of electronic music compositions created with Sonic Pi, featuring both synthesized sounds and orchestral samples.
- "Starving Looper"
- "Lunar Discovery"
- "Hard Shit"
- "Low Rider"
- "Horny Mystery"
- "Rainy Day Pianos"
- "Rhythmic Surrender"
- "Zero-sum Fame"
- "Knight Wider"
- "For September"
- Sonic Pi: The primary tool used for all compositions
- Sonatina Symphonic Orchestra: Additional orchestral samples (GitHub Repository)
- Install Sonic Pi
- Download the code from this repository
- Download the Sonatina Symphonic Orchestra samples (optional, for orchestral pieces)
The code expects orchestral samples to be organized in instrument-specific folders. Here's an example of how to use samples in your code:
# Define paths to sample folders
violins = "/path/to/violins/folder"
bass_clarinets = "/path/to/bass_clarinets/folder"
# Play a sample
sample violins, "violin-e5", amp: 1
- Some sample filenames may need to be renamed if they contain special characters (e.g., #) that cause errors in Sonic Pi
- The code includes scale and tune naming conventions that match the sample filenames (e.g., "violin-e5")
Contributions are welcome! Feel free to:
- Submit pull requests
- Report issues
- Suggest improvements
- Contact me for collaboration
[Add your license information here]