@glissandoo/lib 1.3.8 → 1.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/helpers/instruments/index.d.ts +1 -0
- package/helpers/instruments/index.js +3 -1
- package/helpers/musicStyles/orders.js +5 -1
- package/lang/ca.json +1 -0
- package/lang/de.json +1 -0
- package/lang/en.json +2 -1
- package/lang/es.json +2 -1
- package/lang/gl.json +2 -1
- package/lang/index.d.ts +5 -0
- package/package.json +1 -1
|
@@ -56,6 +56,7 @@ var InstrumentId;
|
|
|
56
56
|
InstrumentId["SaxTenor"] = "tenorSax";
|
|
57
57
|
InstrumentId["Silbote"] = "silbote";
|
|
58
58
|
InstrumentId["Singer"] = "singer";
|
|
59
|
+
InstrumentId["SnareDrum"] = "snareDrum";
|
|
59
60
|
InstrumentId["Soprano"] = "soprano";
|
|
60
61
|
InstrumentId["Tabal"] = "tabal";
|
|
61
62
|
InstrumentId["Tarota"] = "tarota";
|
|
@@ -120,10 +121,11 @@ exports.InstrumentIcons = {
|
|
|
120
121
|
[InstrumentId.SaxAlto]: 'saxophone',
|
|
121
122
|
[InstrumentId.SaxBaritone]: 'saxophoneHigh',
|
|
122
123
|
[InstrumentId.SaxLow]: 'saxophoneHigh',
|
|
123
|
-
[InstrumentId.SaxSoprano]: '
|
|
124
|
+
[InstrumentId.SaxSoprano]: 'saxophoneSoprano',
|
|
124
125
|
[InstrumentId.SaxTenor]: 'saxophone',
|
|
125
126
|
[InstrumentId.Silbote]: 'silbote',
|
|
126
127
|
[InstrumentId.Singer]: 'microphone',
|
|
128
|
+
[InstrumentId.SnareDrum]: 'drumSnare',
|
|
127
129
|
[InstrumentId.Soprano]: 'choirWomen',
|
|
128
130
|
[InstrumentId.Tarota]: 'dulzaina',
|
|
129
131
|
[InstrumentId.Tabal]: 'tabal',
|
|
@@ -34,6 +34,7 @@ const orders = {
|
|
|
34
34
|
instruments_1.InstrumentId.Tuba,
|
|
35
35
|
instruments_1.InstrumentId.Cello,
|
|
36
36
|
instruments_1.InstrumentId.DoubleBass,
|
|
37
|
+
instruments_1.InstrumentId.SnareDrum,
|
|
37
38
|
instruments_1.InstrumentId.Percussion,
|
|
38
39
|
instruments_1.InstrumentId.BassDrum,
|
|
39
40
|
instruments_1.InstrumentId.Cymbals,
|
|
@@ -55,7 +56,7 @@ const orders = {
|
|
|
55
56
|
instruments_1.InstrumentId.TromboneLow,
|
|
56
57
|
instruments_1.InstrumentId.Euphonium,
|
|
57
58
|
instruments_1.InstrumentId.Tuba,
|
|
58
|
-
instruments_1.InstrumentId.
|
|
59
|
+
instruments_1.InstrumentId.SnareDrum,
|
|
59
60
|
instruments_1.InstrumentId.BassDrum,
|
|
60
61
|
instruments_1.InstrumentId.Cymbals,
|
|
61
62
|
instruments_1.InstrumentId.Timpani,
|
|
@@ -93,6 +94,7 @@ const orders = {
|
|
|
93
94
|
instruments_1.InstrumentId.Euphonium,
|
|
94
95
|
instruments_1.InstrumentId.Tuba,
|
|
95
96
|
instruments_1.InstrumentId.Percussion,
|
|
97
|
+
instruments_1.InstrumentId.SnareDrum,
|
|
96
98
|
instruments_1.InstrumentId.BassDrum,
|
|
97
99
|
instruments_1.InstrumentId.Cymbals,
|
|
98
100
|
instruments_1.InstrumentId.Timpani,
|
|
@@ -158,6 +160,7 @@ const orders = {
|
|
|
158
160
|
instruments_1.InstrumentId.Euphonium,
|
|
159
161
|
instruments_1.InstrumentId.Tuba,
|
|
160
162
|
instruments_1.InstrumentId.Percussion,
|
|
163
|
+
instruments_1.InstrumentId.SnareDrum,
|
|
161
164
|
instruments_1.InstrumentId.BassDrum,
|
|
162
165
|
instruments_1.InstrumentId.Cymbals,
|
|
163
166
|
],
|
|
@@ -165,6 +168,7 @@ const orders = {
|
|
|
165
168
|
instruments_1.InstrumentId.MusicConductor,
|
|
166
169
|
instruments_1.InstrumentId.Cornet,
|
|
167
170
|
instruments_1.InstrumentId.Percussion,
|
|
171
|
+
instruments_1.InstrumentId.SnareDrum,
|
|
168
172
|
instruments_1.InstrumentId.BassDrum,
|
|
169
173
|
],
|
|
170
174
|
[index_1.MusicStyleId.JazzBand]: [
|
package/lang/ca.json
CHANGED
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
"instruments.piccoloTrumpet": "Trompeta piccolo",
|
|
82
82
|
"instruments.silbote": "Xiulet",
|
|
83
83
|
"instruments.singer": "Cantant",
|
|
84
|
+
"instruments.snareDrum": "Caixa",
|
|
84
85
|
"instruments.soprano": "Soprano",
|
|
85
86
|
"instruments.sopranoSaxophone": "Saxofó soprano",
|
|
86
87
|
"instruments.tabal": "Tabal",
|
package/lang/de.json
CHANGED
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
"instruments.piccoloTrumpet": "Piccolo-Trompete",
|
|
82
82
|
"instruments.silbote": "Pfeife",
|
|
83
83
|
"instruments.singer": "Sänger",
|
|
84
|
+
"instruments.snareDrum": "Snaredrum",
|
|
84
85
|
"instruments.soprano": "Sopran",
|
|
85
86
|
"instruments.sopranoSaxophone": "Sopransaxophon",
|
|
86
87
|
"instruments.tabal": "Trommel",
|
package/lang/en.json
CHANGED
|
@@ -81,9 +81,10 @@
|
|
|
81
81
|
"instruments.piccoloTrumpet": "Piccolo Trumpet",
|
|
82
82
|
"instruments.silbote": "Silbote",
|
|
83
83
|
"instruments.singer": "Singer",
|
|
84
|
+
"instruments.snareDrum": "Snare drum",
|
|
84
85
|
"instruments.soprano": "Soprano",
|
|
85
86
|
"instruments.sopranoSaxophone": "Soprano Saxophone",
|
|
86
|
-
"instruments.tabal": "
|
|
87
|
+
"instruments.tabal": "Drum",
|
|
87
88
|
"instruments.tarota": "Tarota",
|
|
88
89
|
"instruments.tenor": "Tenor",
|
|
89
90
|
"instruments.tenorSax": "Tenor Saxophone",
|
package/lang/es.json
CHANGED
|
@@ -81,9 +81,10 @@
|
|
|
81
81
|
"instruments.piccoloTrumpet": "Trompeta piccolo",
|
|
82
82
|
"instruments.silbote": "Silbote",
|
|
83
83
|
"instruments.singer": "Cantante",
|
|
84
|
+
"instruments.snareDrum": "Caja",
|
|
84
85
|
"instruments.soprano": "Soprano",
|
|
85
86
|
"instruments.sopranoSaxophone": "Saxofón soprano",
|
|
86
|
-
"instruments.tabal": "
|
|
87
|
+
"instruments.tabal": "Tambor",
|
|
87
88
|
"instruments.tarota": "Tarota",
|
|
88
89
|
"instruments.tenor": "Tenor",
|
|
89
90
|
"instruments.tenorSax": "Saxofón tenor",
|
package/lang/gl.json
CHANGED
|
@@ -81,9 +81,10 @@
|
|
|
81
81
|
"instruments.piccoloTrumpet": "Trompeta pequena",
|
|
82
82
|
"instruments.silbote": "Silbote",
|
|
83
83
|
"instruments.singer": "Cantante",
|
|
84
|
+
"instruments.snareDrum": "Caja",
|
|
84
85
|
"instruments.soprano": "Soprano",
|
|
85
86
|
"instruments.sopranoSaxophone": "Saxo soprano",
|
|
86
|
-
"instruments.tabal": "
|
|
87
|
+
"instruments.tabal": "Tambor",
|
|
87
88
|
"instruments.tarota": "Tarota",
|
|
88
89
|
"instruments.tenor": "Tenor",
|
|
89
90
|
"instruments.tenorSax": "Saxofón tenor",
|
package/lang/index.d.ts
CHANGED
|
@@ -90,6 +90,7 @@ declare const languageProvider: {
|
|
|
90
90
|
"instruments.piccoloTrumpet": string;
|
|
91
91
|
"instruments.silbote": string;
|
|
92
92
|
"instruments.singer": string;
|
|
93
|
+
"instruments.snareDrum": string;
|
|
93
94
|
"instruments.soprano": string;
|
|
94
95
|
"instruments.sopranoSaxophone": string;
|
|
95
96
|
"instruments.tabal": string;
|
|
@@ -308,6 +309,7 @@ declare const languageProvider: {
|
|
|
308
309
|
"instruments.piccoloTrumpet": string;
|
|
309
310
|
"instruments.silbote": string;
|
|
310
311
|
"instruments.singer": string;
|
|
312
|
+
"instruments.snareDrum": string;
|
|
311
313
|
"instruments.soprano": string;
|
|
312
314
|
"instruments.sopranoSaxophone": string;
|
|
313
315
|
"instruments.tabal": string;
|
|
@@ -526,6 +528,7 @@ declare const languageProvider: {
|
|
|
526
528
|
"instruments.piccoloTrumpet": string;
|
|
527
529
|
"instruments.silbote": string;
|
|
528
530
|
"instruments.singer": string;
|
|
531
|
+
"instruments.snareDrum": string;
|
|
529
532
|
"instruments.soprano": string;
|
|
530
533
|
"instruments.sopranoSaxophone": string;
|
|
531
534
|
"instruments.tabal": string;
|
|
@@ -744,6 +747,7 @@ declare const languageProvider: {
|
|
|
744
747
|
"instruments.piccoloTrumpet": string;
|
|
745
748
|
"instruments.silbote": string;
|
|
746
749
|
"instruments.singer": string;
|
|
750
|
+
"instruments.snareDrum": string;
|
|
747
751
|
"instruments.soprano": string;
|
|
748
752
|
"instruments.sopranoSaxophone": string;
|
|
749
753
|
"instruments.tabal": string;
|
|
@@ -962,6 +966,7 @@ declare const languageProvider: {
|
|
|
962
966
|
"instruments.piccoloTrumpet": string;
|
|
963
967
|
"instruments.silbote": string;
|
|
964
968
|
"instruments.singer": string;
|
|
969
|
+
"instruments.snareDrum": string;
|
|
965
970
|
"instruments.soprano": string;
|
|
966
971
|
"instruments.sopranoSaxophone": string;
|
|
967
972
|
"instruments.tabal": string;
|