Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goshatch/astrovox
🎛️ Experimental synthesizer implementation
https://github.com/goshatch/astrovox
audio c cli experimental midi synthesizer
Last synced: 27 days ago
JSON representation
🎛️ Experimental synthesizer implementation
- Host: GitHub
- URL: https://github.com/goshatch/astrovox
- Owner: goshatch
- License: mit
- Created: 2023-05-01T06:30:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T16:11:21.000Z (10 months ago)
- Last Synced: 2024-11-30T14:26:09.515Z (28 days ago)
- Topics: audio, c, cli, experimental, midi, synthesizer
- Language: C
- Homepage:
- Size: 46.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A S T R O V O X 🪐
[![Astrovox: chorus preview](https://img.youtube.com/vi/8iqiGaBeByc/maxresdefault.jpg)](https://youtu.be/8iqiGaBeByc)
## A synth from scratch
This is an experimental project aimed at playing with sound generation. The
original goal was to write an approximate software emulation of the Roland
[Juno-60](https://en.wikipedia.org/wiki/Roland_Juno-60) synthesizer, but as the
project progressed, it took on a life of its own and became much more open
ended.## Play project
This project is a “play project”: sound generation is a brand new domain to me,
I’ve last worked with C in uni in 2005, so I have no hopes of a “good enough”
outcome — only of exploring and enjoying the process.## Contributing
I welcome pull requests and bug reports in the issues on the GitHub repository.
## License
MIT License
Copyright (c) 2023 Gosha Tcherednitchenko
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.