https://github.com/robrix/synth
Audio synthesis and sequencing
https://github.com/robrix/synth
Last synced: 11 months ago
JSON representation
Audio synthesis and sequencing
- Host: GitHub
- URL: https://github.com/robrix/synth
- Owner: robrix
- License: bsd-3-clause
- Created: 2018-11-22T14:36:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T16:54:31.000Z (over 7 years ago)
- Last Synced: 2025-02-26T04:15:37.313Z (over 1 year ago)
- Language: Haskell
- Size: 39.1 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# synth
This project is home to some experiments in music sequencing and audio synthesis.
## Development
Development is done using `cabal new-*`, e.g. `cabal new-build` to build and `cabal new-repl` to load the project into `ghci`.