Vexcited / lpadder

Offline application that allows you to play Launchpad covers from anywhere, directly from your web browser.
https://lpadder.vercel.app
MIT License
12 stars 5 forks source link

feature: multi-sampling #10

Open TrizekYT opened 2 years ago

TrizekYT commented 2 years ago

Allow users to press one button to cycle between multiple samples, and have a button you can customize to reset the multi-sampling

Vexcited commented 2 years ago

To do that I can use an array of samples where each item is another list of actions...

[pad: string]: (
  {
    // sample item...
  }[] /** list of sample items because of maybe multiple samples on same */
)[] /** list of samples so we can cycle */