bobbi-lisp-audio
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,4 +0,4 @@ | ||
import './style.css' | ||
//import './style.css' | ||
const start = document.getElementById("start") | ||
//const start = document.getElementById("start") | ||
@@ -61,3 +61,3 @@ const ctx = new AudioContext(); | ||
var song = [{instrument: "1.mp3", pitch: 60, time: 0}, | ||
/* var song = [{instrument: "1.mp3", pitch: 60, time: 0}, | ||
{instrument: "1.mp3", pitch: 62, time: 1}] | ||
@@ -67,2 +67,2 @@ | ||
playSong(song, 180) | ||
}) | ||
}) */ |
{ | ||
"name": "bobbi-lisp-audio", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Audio engine for bobbi-lisp based on the Web Audio API", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -38,2 +38,2 @@ # bobbi-lisp-audio | ||
Of course it would be very tedious to write music that way. Fortunately we have all the power of function composition to generate them. See [demo.clj](https://codeberg.org/bobbicodes/bobbi-lisp-audio/src/branch/main/demo.clj) for a complete arrangement. Visit https://www.youtube.com/watch?v=giPlacLrC5g to see and hear it if you are so able. | ||
Of course it would be very tedious to write music that way. Fortunately we have all the power of function composition to generate them. See [demo.clj](https://codeberg.org/bobbicodes/bobbi-lisp-audio/src/branch/main/demo.clj) for a complete arrangement, and [SimLispy](https://codeberg.org/bobbicodes/SimLispy) for an example of how to use it in your project. Visit https://www.youtube.com/watch?v=giPlacLrC5g to see and hear it if you are so able. |
112672