cuinjune / ar-peggiator

A collaborative AR music-making application

Home Page:https://ar-peggiator.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARpeggiator

Desktop Screenshot

The ARpeggiator is a collaborative augmented reality (AR) music-making web application that works in Chrome on Android devices allowing multiple users to make music together in real-time by creating spherical notes in AR space.

The spherical notes created by users will be played in a loop while they are in the camera's view. The notes will be played in the order they are created. The vertical position of the note determines the pitch, and the distance between the note and the camera determines the velocity. Tilting the device along the x-axis controls the low-pass filter frequency, while the z-axis controls the decay of notes.

When another user joins, the notes created by other users will be visible to the newly joined user and they will also see each other's virtual phone in real-time in AR space. Since only the notes that are in the camera's view will be played, each user can play a different set of notes even though they are in the same AR space. This can generate interesting polyphonic/polyrhythmic patterns when two or more users share each other's audio by visiting the app link on a desktop Chrome browser or play together in the same physical space.

All these features make the app perfectly suitable for live performance as well as a collaborative musical experience.

Here's the Link to the app. You can also use the following QR code to go to the app link on your Android device.

QR Code

If you visit the link on your desktop Chrome browser, you can see and hear all connected Android users' performance in real-time. Desktop Screenshot

How to use

  • Touch the [START AR] button to start the app.
  • Touch and hold down on the screen to see the preview note.
  • Release your touch to create a note on the location.
  • Double-tap on the screen to erase all notes in the camera view.
  • Try tilting your phone to hear the sound changing.

Setup

  1. Installation of node.js is required. Follow this guide to install it.
  2. Run the following commands in the Terminal.
git clone https://github.com/cuinjune/ar-peggiator.git
cd ar-peggiator
npm install dependencies
npm start
  1. Open your web browser and navigate to http://localhost:3000

Tools & Libraries used

WebXR, Three.js, Pure Data, Emscripten, Node.js, Express, Socket.io, uuid

References

Reporting bugs

Please post an issue if you face any problem using the app.

Author

About

A collaborative AR music-making application

https://ar-peggiator.herokuapp.com/


Languages

Language:C 66.3%Language:JavaScript 28.7%Language:HTML 2.2%Language:C++ 1.8%Language:Makefile 0.5%Language:Gnuplot 0.2%Language:CMake 0.2%Language:CSS 0.1%Language:Emacs Lisp 0.0%