https://github.com/inspiralpatterns/programming
all sort of scripts for all sort of things
https://github.com/inspiralpatterns/programming
audio-signal-processing cpp haskell maxmsp python supercollider tidalcycles tidalcyles-patterns
Last synced: 9 months ago
JSON representation
all sort of scripts for all sort of things
- Host: GitHub
- URL: https://github.com/inspiralpatterns/programming
- Owner: inspiralpatterns
- Created: 2017-01-16T16:36:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T19:06:22.000Z (over 5 years ago)
- Last Synced: 2025-01-28T15:42:16.235Z (11 months ago)
- Topics: audio-signal-processing, cpp, haskell, maxmsp, python, supercollider, tidalcycles, tidalcyles-patterns
- Language: C++
- Homepage:
- Size: 8.09 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## purpose
In this repository, some simple programming scripts and snippets are given. Particularly, the scripts range from a specific musical and artistic purpose to a scientific purpose plus some fun (e.g. `bash`).
## structure
`C/C++`: audio DSP scripts based on exercises and examples from **The Audio Programming Book**, by *Richard Boulanger and Victor Lazzarini* as a preliminary preparation for the Bachelor thesis. Most of the scripts are based on chapters *0, 1, 2* as well as chapters *6* (delays) and *7, 8, 9* (spectral signal processing).
`Python`: code for the *Applied Machine Learning* [online course](https://www.coursera.org/learn/python-machine-learning).
Moreover, the script *Chord_recognition* implements a simple model for chord recognition using chroma features and deep learning.
`SuperCollider`: example snippets with some tweaks from **Introduction to SuperCollider** by *Andrea Valle*.
`haskell`: self-study code and live coding snippets in TidalCycles DSL (inside `/tidal` subfolder).
`max`: snippets on generative techniques for music in Max 8.
------------------------------------------
(updated March 2020)