GitHunt
GM

gmoraitis/MHacks_Filtering_A_Drum_Loop

This is my submission in the 2020 MHacks 13 beta Hackathon. It is a simple educational page about digital filters applied to a demo sound loop.

MHacks

Preview

Filtering a Drum Loop

Usage

Basic Usage

After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html file in your web browser.

Advanced Usage

After installation, run npm install and then run npm start which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.

You must have npm and Gulp installed globally on your machine in order to use these features.

About

This project is my submission for the MHacks13 beta Hackathon.
I decided to make a simple example with an educational goal to showcase what a
filter in the digital domain can too. You can read more about digital filters in Wikipedia. I used a Bootstrap template for the UI and Tone.js to
be able to work with the filters. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

Start Bootstrap was created by and is maintained by David Miller.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright 2013-2020 Start Bootstrap LLC. Code released under the MIT license.

Languages

HTML56.8%JavaScript39.9%CSS3.2%

Contributors

MIT License
Created August 22, 2020
Updated August 24, 2020
gmoraitis/MHacks_Filtering_A_Drum_Loop | GitHunt