Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jywarren/marktone
Tone markup. Simple interface for generating tone sequences from a text string that you can modify in real-time.
https://github.com/jywarren/marktone
Last synced: about 2 months ago
JSON representation
Tone markup. Simple interface for generating tone sequences from a text string that you can modify in real-time.
- Host: GitHub
- URL: https://github.com/jywarren/marktone
- Owner: jywarren
- License: gpl-2.0
- Created: 2012-11-11T17:16:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T00:22:54.000Z (over 10 years ago)
- Last Synced: 2024-10-14T08:15:45.448Z (3 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##MARKTONE
Tone markup. Simple interface for generating tone sequences from a text string that you can modify in real-time.
Try it at http://jywarren.github.com/marktone
You can add your own "instrument" by overwriting $M.instrument like:
instrument: {
' ': 0,
a: 350,
b: 250,
g: 400,
s: 300,
}Each value is a frequency, but it'd be nice to have more variability, like "ssp" should make an onomatopoeic sound.
Currently there are 16 tones to a line, but we could change that too. Just need some easy and strong conventions.