Difference between revisions of "Les Paulverizer Website"

From vjmedia
(Final Project - Les Paulverizer Website)
(Final Project - Les Paulverizer Website)
Line 2: Line 2:
 
The Les Paulverizer is a small MIDI device that allows a user to play looping background tracks while the user can continue to play a melody on their instrument. In previous iterations of this project, this functionality was provided through a Max 8 patch, which worked but was not accessible to those who did not own the software. During A term 2024, we were tasked with emulating the functions of the Max patch within a web platform. We used ReactJS to build the website and GitHub for source control.<br>
 
The Les Paulverizer is a small MIDI device that allows a user to play looping background tracks while the user can continue to play a melody on their instrument. In previous iterations of this project, this functionality was provided through a Max 8 patch, which worked but was not accessible to those who did not own the software. During A term 2024, we were tasked with emulating the functions of the Max patch within a web platform. We used ReactJS to build the website and GitHub for source control.<br>
 
<br>
 
<br>
NEXT STEPS<br>
+
'''Next Steps'''<br>
 
Currently the Les Paulverizer device with midi only works on macOS. To expand the reach of this project, the team believes adding compatibility with windows would be the next step. One way to make this project compatible with windows would be to use serial instead of midi. The team did explore using serial however was unable to successfully use serial to communicate with the ReactJS website. We think this could be because the website uses the vite framework and thus another framework should be explored.<br>
 
Currently the Les Paulverizer device with midi only works on macOS. To expand the reach of this project, the team believes adding compatibility with windows would be the next step. One way to make this project compatible with windows would be to use serial instead of midi. The team did explore using serial however was unable to successfully use serial to communicate with the ReactJS website. We think this could be because the website uses the vite framework and thus another framework should be explored.<br>
 
LINKS<br>
 
LINKS<br>

Revision as of 18:44, 9 October 2024

Final Project - Les Paulverizer Website

The Les Paulverizer is a small MIDI device that allows a user to play looping background tracks while the user can continue to play a melody on their instrument. In previous iterations of this project, this functionality was provided through a Max 8 patch, which worked but was not accessible to those who did not own the software. During A term 2024, we were tasked with emulating the functions of the Max patch within a web platform. We used ReactJS to build the website and GitHub for source control.

Next Steps
Currently the Les Paulverizer device with midi only works on macOS. To expand the reach of this project, the team believes adding compatibility with windows would be the next step. One way to make this project compatible with windows would be to use serial instead of midi. The team did explore using serial however was unable to successfully use serial to communicate with the ReactJS website. We think this could be because the website uses the vite framework and thus another framework should be explored.
LINKS
https://youtu.be/S1TFeNtWYQo

File:Final Project Composition.mp3

RESOURCES USED
Hardware:

  • Les Paulverizer

Software:

  • React JS
  • Vite
  • GitHub