-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move away from hard-coded BEATS_PER_LOOP (cont5)
Did the following manual test, which worked! > Create a non-default duration loop. > > Verify the app works when swapping from one to the other, i.e. > - the audio loops, > - the visuals look correct, > - etc
- Loading branch information
1 parent
04c999e
commit cf7c3a1
Showing
5 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"bpm": 120, | ||
"voices": { | ||
"closed_hihat": [1, 2, 3, 4, 5, 6, 7], | ||
"snare": [1, 3, 5, 7], | ||
"kick": [0, 2, 4, 6], | ||
"open_hihat": [], | ||
"ride": [], | ||
"crash": [0] | ||
}, | ||
"id": "cb104eca-2d38-4e6b-ad74-ae5f624d9484", | ||
"name": "Short Loop", | ||
"length_in_beats": 8 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters