Skip to content

Commit

Permalink
Add Jungle tune
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Sep 10, 2021
1 parent 2038586 commit 60e91c0
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
17 changes: 17 additions & 0 deletions assets/tuneDescriptions/jungle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
**Sign:** Swing your fist above your head and share your body, like dancing to techno music.

## Background

Invented by someone from RoR Berlin in 2005, inspired by the jungle parties in a squat in London.

Jungle is a genre of dance music that devloped in the UK rave scene in the 1990s. It is the main successor of Drum&Bass.

## Difficulty

* **Low Surdo:** easy
* **Mid Surdo:** medium
* **High Surdo:** hard
* **Repi:** hard
* **Snare:** hard
* **Tamb:** medium
* **Agogô:** hard
39 changes: 39 additions & 0 deletions src/defaultTunes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,45 @@ const rawTunes: {[tuneName: string]: RawTune} = {
},
exampleSong: [ "Tune", "Tune", "Break 2", "Tune", "Tune" ]
},
'Jungle': {
categories: [ "proposed", "tricky" ],
sheet: sheetUrl + "jungle.pdf",
description: require("../assets/tuneDescriptions/jungle.md").default,
patterns: {
Tune: {
loop: true,
ls: ' X X X X X X ',
ms: 'XXXX XX XXXX XX ',
hs: ' X X X X X X X X ',
re: ' f r X f r X f r X f r X ',
sn: 'XX..X...XX..X...XX..X..X.X..X...',
ta: 'X X X X X X X X X X ',
ag: 'ooo a o aa o aaa o aa o ',
sh: 'X.X.X.X.X.X.X.X.X.X.X.X.X.X.X.X.'
},
'Break 1': {
ls: 'XXX XXX X XXX XXX X X XX X ',
ms: '@ls',
hs: '@ls',
re: '@ls',
sn: '@ls',
ta: '@ls',
ag: ' o aa o o aa o o aa o ooo o o oo o ',
sh: '@ls'
},
'Break 2': {
ls: 'X XX X X XX X ',
ms: 'X XX X X XX ',
hs: '@ms',
re: '@ms',
sn: '@ms',
ta: '@ms',
ag: '@ms',
sh: '@ms'
}
},
exampleSong: [ "Tune", "Tune", "Break 1", "Tune", "Tune", "Break 2", "Tune", "Tune" ]
},
'Karla Shnikov': {
categories: [ "standard", "common", "onesurdo", "easy" ],
sheet: sheetUrl + "karla-shnikov.pdf",
Expand Down

0 comments on commit 60e91c0

Please sign in to comment.