Godstrument/.gitignore
type-two b248d9e629 🎚 the Groove — swing, humanize, per-step velocity & chance
Ableton's Groove Pool (Live manual §14.1) reduced to the fixed 1/16 grid:
one "feel" applied to every playing pattern instead of scattered sliders.
- swing delays the off-beats; humanize = the manual's Random timing jitter;
  velocity = per-note Velocity Deviation; amount = the Global Amount master.
- named presets: straight / swing 16 / mpc 8-4 / drunk.
- per-step Velocity + Chance editors on the grid (§10.5.11-13): each step
  gets a loudness and a probability it fires.
- the feel + per-step expression travel with the patch; old patches migrate.
- gitignore the two large Live PDFs (local reference only).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 17:17:46 +10:00

26 lines
467 B
Plaintext

# python
.venv/
__pycache__/
*.pyc
# local recordings / db (regenerable)
godstrument.db
godstrument.db-wal
godstrument.db-shm
# user-saved templates (runtime, per-machine)
patches/
# accounts db + session secret — NEVER commit (user credentials)
godstrument_users.db
godstrument_users.db-wal
godstrument_users.db-shm
auth_secret
# os
.DS_Store
# Ableton reference manuals (large binaries — kept locally, not in git)
live11-manual-en.pdf
live12-manual-en.pdf