GithubHelp home page GithubHelp logo

uniqeorn / webobxd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jariseon/webobxd

0.0 0.0 0.0 5.88 MB

Oberheim OB-X inspired synth in a browser

License: GNU General Public License v3.0

C 5.62% C++ 92.98% Makefile 0.03% Shell 0.01% JavaScript 1.07% HTML 0.29%

webobxd's Introduction

webOBXD (AudioWorklet/WASM edition)

Oberheim OB-X inspired synth in a browser, powered by AudioWorklets, WebAssembly and Web Audio Modules (WAMs) project. Ported from 2Dat's original OBXD JUCE Plugin.

demos: webOBXD and other WAMs at webaudiomodules.org/wamsynths. Currently runs best in Chrome.

prerequisites

download and install node.js and WASM toolchain, then clone/download JUCE WASM library repository from here.

building

open Builds/WAM/Makefile in a text editor and edit the line below to point into the folder where you downloaded the JUCE WASM library repository:

JUCELIB = /path/to/juce/wasm/repo

then open console and give the following commands:

export PATH=$PATH:/to/emsdk/where/emmake/resides
cd Builds/WAM
sh build.sh

the compilation step creates obxd.wasm.js and obxd.emsc.js files in WAM/web/worklet folder. The first file is the WASM binary and the second file contains its loader/support code.

running

serve files from repository root using a localhost http server, and then browse to http://localhost/WAM/web/index.html (requires Chrome).

porting

porting procedure is detailed in this wiki page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.