Skip to content

Instantly share code, notes, and snippets.

View davidorex's full-sized avatar

David Ryan davidorex

View GitHub Profile
@davidorex
davidorex / rhythm-strategies.js
Created August 23, 2025 08:01
Rhythms module for gesture midi generation
/**
* Rhythm Strategies Module for Gestural MIDI Generator
*
* Provides pluggable rhythm generation strategies for polyrhythmic pattern creation.
* Each strategy returns pattern lengths or rhythm patterns that determine when
* musical events trigger.
*/
// Helper function to generate Euclidean rhythm patterns
function generateEuclidean(k, n) {