klangmeister
klangmeister copied to clipboard
A musical scratchpad.
On this page https://ctford.github.io/klangmeister/reference, in the 'usage' for the 'high' function, I see "(comp low C major)". I guess it should have been "(comp high C major)". The same thing...
I read your phrase "A given piece of music focuses on certain pitches and ignores others, determined by the key of the piece." and as a newbie in music wondered...
When I try to run `lein figwheel` from inside of the directory, I get the following error(s). (I'm using Leiningen 2.9.1 btw) ``` Exception in thread "main" java.io.FileNotFoundException: Could not...
I am playing simple music in my web browser based game, to do that I had to write custom function that I modified slightly from https://github.com/ctford/klangmeister/blob/master/src/klangmeister/processing.cljs#L81-L93 and `klangmeister.sound.music` ns. it...
As `klangmeister.sound.instruments` ns does not just serve for live music environment, there could be a separate library that compiles many useful instrument types. How does it sound?
Create a way to play samples from [Freesound](http://www.freesound.org/). Overtone supports this, and it works really well. This will probably be an enhancement to [CLJS Bach](https://github.com/ctford/cljs-bach).
When the user mouses-over a function in the code pane, show the docstring. [Land of Quil](http://landofquil.we-do-fp.berlin/) does this really well.
Allow users to save a piece as a gist, and reload it later. Currently, adding `?gist=5d1a4527fbe8cec72f475142cc74f8d3` opens up the performance tab with a gist pre-loaded, though it's not documented.