fillmaster / fillMaster

FillMaster: A drum idea generator / improvisation trainer! - Open Source, always looking for more contributors :)
https://fillmaster.app/
GNU General Public License v3.0
31 stars 7 forks source link

Make a refresh button for each randomly generated screen. #4

Closed dcallus closed 2 years ago

dcallus commented 2 years ago

Make a refresh button to choose a different option on each randomly generated screen (screens 2 - 5).

Consider making the refresh button take less time than the initial generation.

Also add a 'Refresh All' button on the 'Play' screen. Split into two issues if it's too much.

dcallus commented 2 years ago

import RefreshRoundedIcon from '@mui/icons-material/RefreshRounded';

use the above refresh icon

Maybe use import RestartAltRoundedIcon from '@mui/icons-material/RestartAltRounded'; for refresh ALL icon

dcallus commented 2 years ago

It may be worth doing issue # 11 first to make the randomisation logic better.

https://github.com/fillmaster/fillMaster/issues/11

dcallus commented 2 years ago

Done. In the soon to be pushed branch which allows for time signature changes. This was a necessary step to include to reset fillStart depending on beatsPerBar.