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: delay in `sample` and `pageSwitch` triggers #16

Open TrizekYT opened 2 years ago

TrizekYT commented 2 years ago

Have the ability to set a delay on a sample or page switcher

Vexcited commented 2 years ago

This is a must so here we go, I'll note that...

I will put a delay property on the sample and pageSwitch triggers from any event (onPress, onRelease, ...)

Feature Tracking

/** Delay before the trigger. */
delay?: number;