New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bobbi-lisp-audio

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bobbi-lisp-audio - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

main.js

@@ -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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc