npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

audio-source-composer

v0.7.2

Published

Audio Source Composer

Downloads

17

Readme

Audio Source Composer

The Audio Source Composer is an open-source Digital Audio Workstation (DAW) built on the WebAudioAPI to work on all platforms from web browsers to desktops applications to mobile devices.


Features:

  • Works on any modern browser on any phone, tablet or pc.
  • Instruments and effects can be wrapped in each other to build complex presets.
  • Note tracks can be called recursively for a highly structured song.

What's Currently Working

  • Add, edit, and delete notes and note tracks.
  • Edit note velocity and duration.
  • Quarter tone compatibility (missing in MIDI)
  • Recursively play back tracks by adding a 'Track Note'.
  • Track note transposing (play back tracks at different frequencies)

Under the Hood

  • Audio Source brings the WebAudio API to mobile by using a WebView as a proxy.
  • Songs, instruments, and samples written for Audio Source will work on any platform.
  • Instruments render using React VirtualDOM on the UI thread while rendering audio in the WebView proxy.

Planned Features

  • Sample libraries
  • Audio recording and editing
  • Track XY Grid for easy mouse-click composition
  • Real-time editing between multiple users (like Google Docs)
  • Server-side song rendering
  • Import/Export MIDI files
  • Variable BPM and other globals

Web Browser Demo (Alpha)

Click the image below to try Audio Source Composer (Alpha) on your browser.

Browser Portrait

Android Downloads (Out of date)

The Audio Source Composer Alpha Demo is available for download on Android Devices:

Audio Source Composer(v0.5.4).apk

Audio Source Composer(v0.5.3).apk

Audio Source Composer(v0.5.1).apk

Check back often for updates as we get closer to Beta!


Website Installation

$ git clone ssh://[email protected]/clevertree/audio-source-web --recursive
$ cd [audio-source-web]
$ npm install

Run Server

Note: This command should also open the website in your local browser.

$ npm start

Browse to Local Server

http://localhost:8080


App Installation

$ git clone ssh://[email protected]/clevertree/audio-source-app --recursive
$ cd [audio-source-app]
$ npm install

Run in Android device

$ react-native run-android

Run in iOS device (MacOSX)

$ react-native run-ios

Coming soon: Audio Source Music Communities

SNESology Music Community

Listen to and publish remixes and arrangements (of copyrighted music)

AudioSource Music Community

Listen to, publish, and sell original music

How can I help? What should I help with? Are there instructions?

Most of the work will be done on our github repo. Check out the README for installation instructions.

We want help with everything from images, css, UI, testing, programming, and feedback. (And PR obviously!)

Git Repo: https://github.com/clevertree/audio-source-composer

Contact

Open-Source means the AudioSource project is free forever, and anyone can join in the development, so we're always looking for testers, artists, and all kinds of musician to contribute.

Currently the composer is in active development and has not yet been released. Check back often for updates as we get closer to Beta!{ If you want to join up, please contact us on the GitHub page.

Check back often for updates as we get closer to Beta!

How to report a bug

Created by Ari Asulin