fillMaster
fillMaster copied to clipboard
FillMaster: A drum idea generator / improvisation trainer! - Open Source, always looking for more contributors :)
Added tests for 3/4 time signature
Presently Every 4 (or 2 if you set it this way in settings) bars we have a fill (helper) sound playing on the metronome. It would be nice if we...
- [x] Tap tempo is going to need an audio preview. Other things in the app are going to need previews too without interfering with the patternMaker. The best approach...
Any sound for now will do, just use placeholders, I can find appropriate sounds. The sounds are in the react-pro-metronome library (in source). I'm not sure why they are mp3,...
If you love testing. Please write some more. Particularly for the patternMaker. I haven't yet thoroughly tested the different time sigs, except one or two and all of them manually....
There are some open source template things online. Maybe we could add something to make it easier for newer developers to help out.
There should be an on/off switch (or similar, see mui libary) to enable/disable, regeneration of the fill type, every 4 bars. It is currently disabled as the feature is not...
Currently (at least on iphone) when you save the app to your mobile desktop and attempt to use offline, the app works, except for the sounds. I think the solution...
If you navigate to another site in a different tab or a different app, then return to the app after some time; on continuing the metronome, the first 2-4 clicks...
setCustomSettingsForPattern in the patternMaker.ts file needs error handling. 1. When you have a beat higher than the beatsPerBar 2. When you have a subBeat higher than the current subdivision -1....