Skip to content

andreiIgnatiev/a4-creative-coding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 4 - Creative Coding: Interactive Multimedia Experiences

Due: October 4th, by 11:59 AM.

The project of Andrei Ignatiev: alignatiev@wpi.edu

Glitch Link: https://glitch.com/~a4-alignatiev


Sample Readme (delete the above when you're ready to submit, and modify the below so with your links and descriptions)

Interactive Sound Maker

Project Description:

The goal of the project was to do some experimentation with the web audio API. I drew insipiration from a couple of 'boombox' visualizations that I found on the interenet. Although the CSS is not as advanced, I wanted to allow the user the freedom to alter a similar number of sound fields. Two oscillators were created, a 'baseline' oscillator that operated at a fairly low frequency and a second that would have its parameters exposed to the user. The main challenge was to synchronize the creation of all the audio nodes with the relevant html elements. Further, I found out that once the oscillators were stopped, they could not be turned on again without re-establishing all the nodes. I had to think of ways to address that issue.

  • the goal of the application
  • challenges you faced in realizing the application
  • the instructions you present in the website should be clear enough to use the application, but if you feel any need to provide additional instructions please do so here.

About

a4-Ignatiev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 90.2%
  • CSS 5.7%
  • JavaScript 4.1%