Skip to content

GiovanniDw/HitLoop

 
 

Repository files navigation

Resume application project app icon

HitLoop

HitLoop-Preview

Assignment

Jouw team ontwikkelt werkende prototypes van een grafische en auditieve interface waarmee een gebruiker snel en gemakkelijk deuntjes kan maken. Je moet experimenteren. Onderzoek interfaces die nergens anders op lijken, en leg je niet vast op één idee of concept, maar experimenteer met mogelijke interacties.

Je ontwerpt voor een touch interface op een tablet, bijvoorbeeld een iPad.

Het lectoraat ontwikkelt de API voor Hitloop.
Thunderboom https://www.thunderboomrecords.com/

Installation

  1. Clone the Repo

    git clone https://github.com/your-username/HitLoop.git
  2. Navigate to the project directory.

    cd HitLoop
  3. Install the dependencies using npm, yarn or pnpm.

    yarn install
  4. Start the dev server.

    yarn dev
  5. Open the application in your web browser.

    http://localhost:3000
  6. Build the Project Local Dev Server

    $ yarn build
  7. Preview the Project Build

    $ yarn preview

Apply prettier formatting on ./src zsh yarn format

Contributing

Contributions to HitLoop are welcome! If you want to suggest improvements, report issues, or add new features, please follow these steps:

  1. Fork the repository.
  2. Create a new branch with a meaningful name.
    git checkout -b my-feature
  3. Make the desired changes to the code.
  4. Apply Formatting
    yarn format
  5. Commit your changes with clear commit messages.
    git commit -m "Add my feature"
  6. Push your branch to your forked repository.
    git push origin my-feature
  7. Open a pull request on the original repository and describe your proposed changes.

Usage

Features & Wishlist

  • Data Cleaning
    • Create Object per sample
    • Categorize Sample Data
    • Add Midi # per Sample
  • Add & Remove Sequence
  • Edit Sequence Steps
  • Randomize Sequence Steps
  • Edits Per Sequence
    • Sample Select
    • Reverb
    • Volume
    • Sequence Steps
    • More audio effects
  • Share HitLoop
  • Undo & Redo
  • Clear Changes
  • Create SampleObject URL Map
  • Progressive Web App
    • Add to Homescreen
    • Service Worker
    • Offline Acces
  • Preview Sample Audio on Select or Click
  • Animate Audio
  • Save & Share Sequence

Licence

MIT Licence

About

HitLoop uses samples generated by AI.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Vue 63.3%
  • JavaScript 24.0%
  • HTML 7.1%
  • CSS 5.6%