@glissandoo/lib 1.3.5 → 1.3.6

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.
@@ -41,6 +41,27 @@ const orders = {
41
41
  instruments_1.InstrumentId.Mallets,
42
42
  instruments_1.InstrumentId.DrumSet,
43
43
  ],
44
+ [index_1.MusicStyleId.MarchingBand]: [
45
+ instruments_1.InstrumentId.MusicConductor,
46
+ instruments_1.InstrumentId.Piccolo,
47
+ instruments_1.InstrumentId.Flute,
48
+ instruments_1.InstrumentId.Clarinet,
49
+ instruments_1.InstrumentId.ClarinetBass,
50
+ instruments_1.InstrumentId.SaxAlto,
51
+ instruments_1.InstrumentId.SaxTenor,
52
+ instruments_1.InstrumentId.SaxBaritone,
53
+ instruments_1.InstrumentId.Trumpet,
54
+ instruments_1.InstrumentId.Trombone,
55
+ instruments_1.InstrumentId.TromboneLow,
56
+ instruments_1.InstrumentId.Euphonium,
57
+ instruments_1.InstrumentId.Tuba,
58
+ instruments_1.InstrumentId.Percussion,
59
+ instruments_1.InstrumentId.BassDrum,
60
+ instruments_1.InstrumentId.Cymbals,
61
+ instruments_1.InstrumentId.Timpani,
62
+ instruments_1.InstrumentId.Mallets,
63
+ instruments_1.InstrumentId.DrumSet,
64
+ ],
44
65
  [index_1.MusicStyleId.Orchestra]: [
45
66
  instruments_1.InstrumentId.MusicConductor,
46
67
  instruments_1.InstrumentId.Violin,
@@ -116,6 +137,50 @@ const orders = {
116
137
  instruments_1.InstrumentId.Percussion,
117
138
  instruments_1.InstrumentId.DrumSet,
118
139
  ],
140
+ [index_1.MusicStyleId.TxistularisBand]: [instruments_1.InstrumentId.Txistu, instruments_1.InstrumentId.Silbote, instruments_1.InstrumentId.Tabal],
141
+ [index_1.MusicStyleId.Colla]: [
142
+ instruments_1.InstrumentId.Dulzaina,
143
+ instruments_1.InstrumentId.DulzainaFa,
144
+ instruments_1.InstrumentId.Tarota,
145
+ instruments_1.InstrumentId.Bagpipes,
146
+ instruments_1.InstrumentId.Tabal,
147
+ instruments_1.InstrumentId.Percussion,
148
+ instruments_1.InstrumentId.BassDrum,
149
+ instruments_1.InstrumentId.Cymbals,
150
+ instruments_1.InstrumentId.Timpani,
151
+ ],
152
+ [index_1.MusicStyleId.Charanga]: [
153
+ instruments_1.InstrumentId.Clarinet,
154
+ instruments_1.InstrumentId.SaxAlto,
155
+ instruments_1.InstrumentId.SaxTenor,
156
+ instruments_1.InstrumentId.Trumpet,
157
+ instruments_1.InstrumentId.Trombone,
158
+ instruments_1.InstrumentId.Euphonium,
159
+ instruments_1.InstrumentId.Tuba,
160
+ instruments_1.InstrumentId.Percussion,
161
+ instruments_1.InstrumentId.BassDrum,
162
+ instruments_1.InstrumentId.Cymbals,
163
+ ],
164
+ [index_1.MusicStyleId.BandaCornetasYTambores]: [
165
+ instruments_1.InstrumentId.MusicConductor,
166
+ instruments_1.InstrumentId.Cornet,
167
+ instruments_1.InstrumentId.Percussion,
168
+ instruments_1.InstrumentId.BassDrum,
169
+ ],
170
+ [index_1.MusicStyleId.JazzBand]: [
171
+ instruments_1.InstrumentId.Flute,
172
+ instruments_1.InstrumentId.Clarinet,
173
+ instruments_1.InstrumentId.SaxSoprano,
174
+ instruments_1.InstrumentId.SaxAlto,
175
+ instruments_1.InstrumentId.SaxTenor,
176
+ instruments_1.InstrumentId.SaxBaritone,
177
+ instruments_1.InstrumentId.Trumpet,
178
+ instruments_1.InstrumentId.Trombone,
179
+ instruments_1.InstrumentId.Tuba,
180
+ instruments_1.InstrumentId.DoubleBass,
181
+ instruments_1.InstrumentId.Percussion,
182
+ instruments_1.InstrumentId.DrumSet,
183
+ ],
119
184
  };
120
185
  const getInstrumentsOrderByMusicStyle = (musicStyle) => {
121
186
  return musicStyle in orders ? orders[musicStyle] : Object.values(instruments_1.InstrumentId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",