smoosic 1.0.8 → 1.0.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/build/html/loading-unittest.html +2 -4
- package/build/html/smoosic.html +0 -1
- package/build/smoosic.js +19 -19
- package/package.json +2 -3
- package/release/smoosic.js +19 -19
- package/src/application/exports.ts +3 -2
- package/{build → src/common}/midi-parser.js +1 -1
- package/src/render/sui/scoreView.ts +8 -0
- package/src/render/vex/vxMeasure.ts +1 -1
- package/src/smo/data/measure.ts +8 -3
- package/src/smo/data/noteModifiers.ts +3 -3
- package/src/smo/data/score.ts +6 -0
- package/src/ui/dialogs/fileDialogs.ts +1 -1
- package/src/ui/dialogs/preferences.ts +8 -2
- package/types/src/application/exports.d.ts +526 -525
- package/types/src/application/exports.d.ts.map +1 -1
- package/types/src/common/midi-parser.d.ts +39 -0
- package/types/src/common/midi-parser.d.ts.map +1 -0
- package/types/src/common/vex.d.ts +2 -0
- package/types/src/common/vex.d.ts.map +1 -1
- package/types/src/render/sui/scoreViewOperations.d.ts +3 -3
- package/types/src/render/sui/scoreViewOperations.d.ts.map +1 -1
- package/types/src/render/vex/smoAdapter.d.ts +46 -46
- package/types/src/render/vex/vxMeasure.d.ts.map +1 -1
- package/types/src/smo/data/measure.d.ts +1 -0
- package/types/src/smo/data/measure.d.ts.map +1 -1
- package/types/src/smo/data/tuplet.d.ts.map +1 -1
- package/types/src/smo/xform/copypaste.d.ts.map +1 -1
- package/types/src/smo/xform/operations.d.ts +7 -1
- package/types/src/smo/xform/operations.d.ts.map +1 -1
- package/types/src/smo/xform/tickDuration.d.ts +6 -0
- package/types/src/smo/xform/tickDuration.d.ts.map +1 -1
- package/types/src/smo/xform/undo.d.ts.map +1 -1
- package/types/src/ui/dialogs/components/baseComponent.d.ts +4 -0
- package/types/src/ui/dialogs/components/baseComponent.d.ts.map +1 -1
- package/types/src/ui/dialogs/components/rocker.d.ts +4 -0
- package/types/src/ui/dialogs/components/rocker.d.ts.map +1 -1
- package/types/src/ui/dialogs/customTuplets.d.ts +26 -0
- package/types/src/ui/dialogs/customTuplets.d.ts.map +1 -0
- package/types/src/ui/menus/beams.d.ts.map +1 -1
- package/types/src/ui/menus/manager.d.ts.map +1 -1
- package/types/src/ui/menus/menu.d.ts +136 -136
- package/types/src/ui/menus/tuplets.d.ts +14 -0
- package/types/src/ui/menus/tuplets.d.ts.map +1 -0
- package/types/src/ui/ribbonLayout/default/defaultRibbon.d.ts.map +1 -1
- package/types/tests/file-load.d.ts +1 -1
- package/types/tests/file-load.d.ts.map +1 -1
- package/build/html/penLoadFile.html +0 -50
- package/build/html/penLoadXml.html +0 -51
- package/release/html/asyncPen.html +0 -230
- package/release/html/penLoadFile.html +0 -50
- package/release/html/penLoadXml.html +0 -51
- package/release/html/syncPen.html +0 -149
- package/tests/file-load.ts +0 -62
- package/tests/types/qunit.d.ts +0 -76
|
@@ -1,526 +1,527 @@
|
|
|
1
|
-
import { TextFormatter } from '../common/textformatter';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import { SmoStaffHairpin, StaffModifierBase, SmoInstrument, SmoSlur, SmoTie, SmoStaffTextBracket, SmoTabStave, SmoPedalMarking } from '../smo/data/staffModifiers';
|
|
107
|
-
import { SmoMeasure } from '../smo/data/measure';
|
|
108
|
-
import { SmoMusic } from '../smo/data/music';
|
|
109
|
-
import { SmoAudioPitch } from '../smo/data/music';
|
|
110
|
-
import { SmoSelection, SmoSelector } from '../smo/xform/selections';
|
|
111
|
-
import { SmoBeamer } from '../smo/xform/beamers';
|
|
112
|
-
import { SmoOrnament, SmoArticulation, SmoDynamicText, SmoGraceNote, SmoMicrotone, SmoLyric, SmoArpeggio, SmoClefChange } from '../smo/data/noteModifiers';
|
|
113
|
-
import { SmoSystemStaff } from '../smo/data/systemStaff';
|
|
114
|
-
import { SmoSystemGroup, SmoAudioPlayerSettings, SmoScorePreferences } from '../smo/data/scoreModifiers';
|
|
115
|
-
import { SmoTextGroup } from '../smo/data/scoreText';
|
|
116
|
-
import { SmoOperation } from '../smo/xform/operations';
|
|
117
|
-
import { SmoRehearsalMark, SmoMeasureFormat, SmoBarline, SmoRepeatSymbol, SmoVolta, SmoMeasureText, SmoTempoText, TimeSignature } from '../smo/data/measureModifiers';
|
|
118
|
-
import { SmoToXml } from '../smo/mxml/smoToXml';
|
|
119
|
-
import { MidiToSmo } from '../smo/midi/midiToSmo';
|
|
120
|
-
import { SmoToMidi } from '../smo/midi/smoToMidi';
|
|
121
|
-
import { XmlToSmo } from '../smo/mxml/xmlToSmo';
|
|
122
|
-
import { SmoToVex } from '../render/vex/toVex';
|
|
123
|
-
import { buildDom, addFileLink, InputTrapper, draggable, closeDialogPromise, getDomContainer, createTopDomContainer } from '../common/htmlHelpers';
|
|
124
|
-
import { renderVexTests } from './generateVexTests';
|
|
125
|
-
import { SuiDurationAdapter, SuiDurationButtonComponent, SuiDurationDialog } from '../ui/dialogs/durations';
|
|
126
|
-
import { SuiPitchAdapter, SuiPitchDialog, SuiLetterButtonComponent, SuiIntervalButtonComponent, SuiTransposeButtonComponent } from '../ui/dialogs/pitch';
|
|
127
|
-
export * from './application';
|
|
128
|
-
export * from './common';
|
|
129
|
-
export * from './configuration';
|
|
130
|
-
export * from './dynamicInit';
|
|
131
|
-
export * from './dom';
|
|
132
|
-
export * from './eventHandler';
|
|
133
|
-
export * from './exports';
|
|
134
|
-
export * from '
|
|
135
|
-
export * from './
|
|
136
|
-
export * from '
|
|
137
|
-
export * from '../common/
|
|
138
|
-
export * from '../common/
|
|
139
|
-
export * from '../common/
|
|
140
|
-
export * from '../
|
|
141
|
-
export * from '../render/audio/
|
|
142
|
-
export * from '../render/audio/
|
|
143
|
-
export * from '../render/audio/
|
|
144
|
-
export * from '../render/
|
|
145
|
-
export * from '../render/sui/
|
|
146
|
-
export * from '../render/sui/
|
|
147
|
-
export * from '../render/sui/
|
|
148
|
-
export * from '../render/sui/
|
|
149
|
-
export * from '../render/sui/
|
|
150
|
-
export * from '../render/sui/
|
|
151
|
-
export * from '../render/sui/
|
|
152
|
-
export * from '../render/sui/
|
|
153
|
-
export * from '../render/sui/
|
|
154
|
-
export * from '../render/sui/
|
|
155
|
-
export * from '../render/sui/
|
|
156
|
-
export * from '../render/sui/
|
|
157
|
-
export * from '../render/sui/
|
|
158
|
-
export * from '../render/sui/
|
|
159
|
-
export * from '../render/
|
|
160
|
-
export * from '../render/vex/
|
|
161
|
-
export * from '../render/vex/
|
|
162
|
-
export * from '../render/vex/
|
|
163
|
-
export * from '../render/vex/
|
|
164
|
-
export * from '../render/vex/
|
|
165
|
-
export * from '../
|
|
166
|
-
export * from '../smo/data/
|
|
167
|
-
export * from '../smo/data/
|
|
168
|
-
export * from '../smo/data/
|
|
169
|
-
export * from '../smo/data/
|
|
170
|
-
export * from '../smo/data/
|
|
171
|
-
export * from '../smo/data/
|
|
172
|
-
export * from '../smo/data/
|
|
173
|
-
export * from '../smo/data/
|
|
174
|
-
export * from '../smo/data/
|
|
175
|
-
export * from '../smo/data/
|
|
176
|
-
export * from '../smo/data/
|
|
177
|
-
export * from '../smo/data/
|
|
178
|
-
export * from '../smo/
|
|
179
|
-
export * from '../smo/midi/
|
|
180
|
-
export * from '../smo/
|
|
181
|
-
export * from '../smo/mxml/
|
|
182
|
-
export * from '../smo/mxml/
|
|
183
|
-
export * from '../smo/mxml/
|
|
184
|
-
export * from '../smo/
|
|
185
|
-
export * from '../smo/xform/
|
|
186
|
-
export * from '../smo/xform/
|
|
187
|
-
export * from '../smo/xform/
|
|
188
|
-
export * from '../smo/xform/
|
|
189
|
-
export * from '../smo/xform/
|
|
190
|
-
export * from '../smo/xform/
|
|
191
|
-
export * from '../smo/xform/
|
|
192
|
-
export * from '../
|
|
193
|
-
export * from '../ui/buttons/
|
|
194
|
-
export * from '../ui/buttons/
|
|
195
|
-
export * from '../ui/buttons/
|
|
196
|
-
export * from '../ui/
|
|
197
|
-
export * from '../ui/
|
|
198
|
-
export * from '../ui/
|
|
199
|
-
export * from '../ui/dialogs/
|
|
200
|
-
export * from '../ui/dialogs/
|
|
201
|
-
export * from '../ui/dialogs/
|
|
202
|
-
export * from '../ui/dialogs/
|
|
203
|
-
export * from '../ui/dialogs/
|
|
204
|
-
export * from '../ui/dialogs/
|
|
205
|
-
export * from '../ui/dialogs/
|
|
206
|
-
export * from '../ui/dialogs/components/
|
|
207
|
-
export * from '../ui/dialogs/components/
|
|
208
|
-
export * from '../ui/dialogs/components/
|
|
209
|
-
export * from '../ui/dialogs/components/
|
|
210
|
-
export * from '../ui/dialogs/components/
|
|
211
|
-
export * from '../ui/dialogs/components/
|
|
212
|
-
export * from '../ui/dialogs/components/
|
|
213
|
-
export * from '../ui/dialogs/components/
|
|
214
|
-
export * from '../ui/dialogs/components/
|
|
215
|
-
export * from '../ui/dialogs/components/
|
|
216
|
-
export * from '../ui/dialogs/components/
|
|
217
|
-
export * from '../ui/dialogs/components/
|
|
218
|
-
export * from '../ui/dialogs/components/
|
|
219
|
-
export * from '../ui/dialogs/components/
|
|
220
|
-
export * from '../ui/dialogs/components/
|
|
221
|
-
export * from '../ui/dialogs/components/
|
|
222
|
-
export * from '../ui/dialogs/components/
|
|
223
|
-
export * from '../ui/dialogs/
|
|
224
|
-
export * from '../ui/dialogs/
|
|
225
|
-
export * from '../ui/dialogs/
|
|
226
|
-
export * from '../ui/dialogs/
|
|
227
|
-
export * from '../ui/dialogs/
|
|
228
|
-
export * from '../ui/dialogs/
|
|
229
|
-
export * from '../ui/dialogs/
|
|
230
|
-
export * from '../ui/dialogs/
|
|
231
|
-
export * from '../ui/dialogs/
|
|
232
|
-
export * from '../ui/dialogs/
|
|
233
|
-
export * from '../ui/dialogs/
|
|
234
|
-
export * from '../ui/dialogs/
|
|
235
|
-
export * from '../ui/dialogs/
|
|
236
|
-
export * from '../ui/dialogs/
|
|
237
|
-
export * from '../ui/dialogs/
|
|
238
|
-
export * from '../ui/dialogs/
|
|
239
|
-
export * from '../ui/dialogs/
|
|
240
|
-
export * from '../ui/dialogs/
|
|
241
|
-
export * from '../ui/dialogs/
|
|
242
|
-
export * from '../ui/dialogs/
|
|
243
|
-
export * from '../ui/dialogs/
|
|
244
|
-
export * from '../ui/dialogs/
|
|
245
|
-
export * from '../ui/dialogs/
|
|
246
|
-
export * from '../ui/dialogs/
|
|
247
|
-
export * from '../ui/dialogs/
|
|
248
|
-
export * from '../ui/dialogs/
|
|
249
|
-
export * from '../ui/dialogs/
|
|
250
|
-
export * from '../ui/dialogs/
|
|
251
|
-
export * from '../ui/dialogs/
|
|
252
|
-
export * from '../ui/dialogs/
|
|
253
|
-
export * from '../ui/dialogs/
|
|
254
|
-
export * from '../ui/dialogs/
|
|
255
|
-
export * from '../ui/dialogs/
|
|
256
|
-
export * from '../ui/dialogs/
|
|
257
|
-
export * from '../ui/dialogs/
|
|
258
|
-
export * from '../ui/dialogs/
|
|
259
|
-
export * from '../ui/dialogs/
|
|
260
|
-
export * from '../ui/
|
|
261
|
-
export * from '../ui/
|
|
262
|
-
export * from '../ui/
|
|
263
|
-
export * from '../ui/fileio/
|
|
264
|
-
export * from '../ui/fileio/
|
|
265
|
-
export * from '../ui/
|
|
266
|
-
export * from '../ui/
|
|
267
|
-
export * from '../ui/i18n/
|
|
268
|
-
export * from '../ui/
|
|
269
|
-
export * from '../ui/keyBindings/default/
|
|
270
|
-
export * from '../ui/
|
|
271
|
-
export * from '../ui/menus/
|
|
272
|
-
export * from '../ui/menus/
|
|
273
|
-
export * from '../ui/menus/
|
|
274
|
-
export * from '../ui/menus/
|
|
275
|
-
export * from '../ui/menus/
|
|
276
|
-
export * from '../ui/menus/
|
|
277
|
-
export * from '../ui/menus/
|
|
278
|
-
export * from '../ui/menus/
|
|
279
|
-
export * from '../ui/menus/
|
|
280
|
-
export * from '../ui/menus/
|
|
281
|
-
export * from '../ui/menus/
|
|
282
|
-
export * from '../ui/menus/
|
|
283
|
-
export * from '../ui/menus/
|
|
284
|
-
export * from '../ui/menus/
|
|
285
|
-
export * from '../ui/menus/
|
|
286
|
-
export * from '../ui/
|
|
287
|
-
export * from '../ui/
|
|
288
|
-
export * from '../ui/ribbonLayout/default/
|
|
289
|
-
export
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
1
|
+
import { TextFormatter } from '../common/textformatter';
|
|
2
|
+
import { parseMidi } from '../common/midi-parser';
|
|
3
|
+
import { SuiApplication } from './application';
|
|
4
|
+
import { SuiEventHandler } from './eventHandler';
|
|
5
|
+
import { SuiExceptionHandler } from '../ui/exceptions';
|
|
6
|
+
import { Qwerty } from '../ui/qwerty';
|
|
7
|
+
import { SuiPiano } from '../render/sui/piano';
|
|
8
|
+
import { SuiDom } from './dom';
|
|
9
|
+
import { SuiHelp } from '../ui/help';
|
|
10
|
+
import { CollapseRibbonControl, ExtendedCollapseParent } from '../ui/buttons/collapsable';
|
|
11
|
+
import { DisplaySettings } from '../ui/buttons/display';
|
|
12
|
+
import { SmoTranslationEditor } from '../ui/i18n/translationEditor';
|
|
13
|
+
import { SmoConfiguration } from './configuration';
|
|
14
|
+
import { RibbonButtons } from '../ui/buttons/ribbon';
|
|
15
|
+
import { simpleRibbonLayout } from '../ui/ribbonLayout/default/tabletRibbon';
|
|
16
|
+
import { ModalEventHandler } from './common';
|
|
17
|
+
import { SuiDialogBase, createAndDisplayDialog } from '../ui/dialogs/dialog';
|
|
18
|
+
import { SuiComponentAdapter, SuiDialogAdapterBase } from '../ui/dialogs/adapter';
|
|
19
|
+
import { SuiGraceNoteAdapter, SuiGraceNoteDialog, SuiGraceNoteButtonsComponent } from '../ui/dialogs/gracenote';
|
|
20
|
+
import { SuiModifierDialogFactory } from '../ui/dialogs/factory';
|
|
21
|
+
import { SuiTransposeScoreDialog, SuiTransposeScoreAdapter } from '../ui/dialogs/transposeScore';
|
|
22
|
+
import { SuiMeasureDialog } from '../ui/dialogs/measureFormat';
|
|
23
|
+
import { SuiInsertMeasures } from '../ui/dialogs/addMeasure';
|
|
24
|
+
import { SuiInstrumentDialog } from '../ui/dialogs/instrument';
|
|
25
|
+
import { SuiTimeSignatureDialog } from '../ui/dialogs/timeSignature';
|
|
26
|
+
import { SuiTempoDialog } from '../ui/dialogs/tempo';
|
|
27
|
+
import { SuiNoteHeadAdapter, SuiNoteHeadDialog, SuiNoteHeadButtonComponent, SuiStemButtonComponent } from '../ui/dialogs/noteHead';
|
|
28
|
+
import { SuiEndingsAdapter, SuiEndingsDialog, SuiEndBarButtonComponent, SuiStartBarButtonComponent, SuiRepeatSymbolButtonComponent } from '../ui/dialogs/endings';
|
|
29
|
+
import { SuiScoreIdentificationDialog } from '../ui/dialogs/scoreId';
|
|
30
|
+
import { SuiScorePreferencesDialog } from '../ui/dialogs/preferences';
|
|
31
|
+
import { SuiPageLayoutDialog } from '../ui/dialogs/pageLayout';
|
|
32
|
+
import { SuiTextBracketDialog } from '../ui/dialogs/textBracket';
|
|
33
|
+
import { SuiScoreFontDialog } from '../ui/dialogs/fonts';
|
|
34
|
+
import { SuiGlobalLayoutDialog } from '../ui/dialogs/globalLayout';
|
|
35
|
+
import { SuiScoreViewDialog } from '../ui/dialogs/scoreView';
|
|
36
|
+
import { SuiLibraryDialog } from '../ui/dialogs/library';
|
|
37
|
+
import { SuiChordChangeDialog } from '../ui/dialogs/chordChange';
|
|
38
|
+
import { SuiLyricDialog } from '../ui/dialogs/lyric';
|
|
39
|
+
import { SuiTextBlockDialog, helpModal } from '../ui/dialogs/textBlock';
|
|
40
|
+
import { SuiDynamicModifierDialog } from '../ui/dialogs/dynamics';
|
|
41
|
+
import { SuiSlurAttributesDialog } from '../ui/dialogs/slur';
|
|
42
|
+
import { SuiPedalMarkingDialog } from '../ui/dialogs/pedalMarking';
|
|
43
|
+
import { SuiTieAttributesDialog } from '../ui/dialogs/tie';
|
|
44
|
+
import { SuiVoltaAttributeDialog } from '../ui/dialogs/volta';
|
|
45
|
+
import { SuiHairpinAttributesDialog } from '../ui/dialogs/hairpin';
|
|
46
|
+
import { SuiStaffGroupDialog } from '../ui/dialogs/staffGroup';
|
|
47
|
+
import { SuiOrnamentDialog, SuiOrnamentButtonComponent } from '../ui/dialogs/ornament';
|
|
48
|
+
import { SuiArticulationDialog, SuiArticulationButtonComponent, SuiArticulationAdapter } from '../ui/dialogs/articulation';
|
|
49
|
+
import { SuiMicrotoneAdapter, SuiMicrotoneButtonComponent, SuiMicrotoneDialog } from '../ui/dialogs/microtones';
|
|
50
|
+
import { SuiArpeggioDialog } from '../ui/dialogs/arpeggio';
|
|
51
|
+
import { SuiClefChangeDialog } from '../ui/dialogs/clefChange';
|
|
52
|
+
import { SuiPartInfoDialog } from '../ui/dialogs/partInfo';
|
|
53
|
+
import { SuiLoadMxmlDialog, SuiLoadFileDialog, SuiPrintFileDialog, SuiSaveFileDialog, SuiSaveXmlDialog, SuiSaveMidiDialog, SuiSaveVexDialog } from '../ui/dialogs/fileDialogs';
|
|
54
|
+
import { SuiTextInputComponent, SuiTextInputComposite, SuiReadOnlyTextComponent } from '../ui/dialogs/components/textInput';
|
|
55
|
+
import { SuiDropdownComponent, SuiDropdownComposite } from '../ui/dialogs/components/dropdown';
|
|
56
|
+
import { SuiButtonComposite, SuiButtonComponent } from '../ui/dialogs/components/button';
|
|
57
|
+
import { SuiButtonArrayComponent, SuiButtonArrayMSComponent } from '../ui/dialogs/components/buttonArray';
|
|
58
|
+
import { SuiToggleComponent, SuiToggleComposite } from '../ui/dialogs/components/toggle';
|
|
59
|
+
import { SuiFileDownloadComponent } from '../ui/dialogs/components/fileDownload';
|
|
60
|
+
import { SuiRockerComponent, SuiRockerComposite } from '../ui/dialogs/components/rocker';
|
|
61
|
+
import { SuiFontComponent } from '../ui/dialogs/components/fontComponent';
|
|
62
|
+
import { SuiTextBlockComponent } from '../ui/dialogs/components/textInPlace';
|
|
63
|
+
import { SuiTreeComponent } from '../ui/dialogs/components/tree';
|
|
64
|
+
import { SuiPitchArrayComponent, SuiPitchArrayComponentTab, SuiPitchComponent, SuiPitchComposite } from '../ui/dialogs/components/pitch';
|
|
65
|
+
import { SuiLyricComponent, SuiChordComponent, SuiNoteTextComponent } from '../ui/dialogs/components/noteText';
|
|
66
|
+
import { SuiDragText } from '../ui/dialogs/components/dragText';
|
|
67
|
+
import { SuiTextInPlace } from '../ui/dialogs/components/textInPlace';
|
|
68
|
+
import { CheckboxDropdownComponent } from '../ui/dialogs/components/checkdrop';
|
|
69
|
+
import { TieMappingComponent } from '../ui/dialogs/components/tie';
|
|
70
|
+
import { StaffAddRemoveComponent, StaffCheckComponent } from '../ui/dialogs/components/staffComponents';
|
|
71
|
+
import { SuiKeySignatureDialog, SuiKeySignatureAdapter } from '../ui/dialogs/keySignature';
|
|
72
|
+
import { TextCheckComponent } from '../ui/dialogs/components/textCheck';
|
|
73
|
+
import { SuiMenuManager } from '../ui/menus/manager';
|
|
74
|
+
import { SuiMenuBase } from '../ui/menus/menu';
|
|
75
|
+
import { SuiScoreMenu } from '../ui/menus/score';
|
|
76
|
+
import { SuiTextMenu } from '../ui/menus/text';
|
|
77
|
+
import { SuiPartMenu } from '../ui/menus/parts';
|
|
78
|
+
import { SuiVoiceMenu } from '../ui/menus/voices';
|
|
79
|
+
import { SuiBeamMenu } from '../ui/menus/beams';
|
|
80
|
+
import { SuiPartSelectionMenu } from '../ui/menus/partSelection';
|
|
81
|
+
import { SuiDynamicsMenu } from '../ui/menus/dynamics';
|
|
82
|
+
import { SuiTimeSignatureMenu } from '../ui/menus/timeSignature';
|
|
83
|
+
import { SuiKeySignatureMenu } from '../ui/menus/keySignature';
|
|
84
|
+
import { SuiStaffModifierMenu } from '../ui/menus/staffModifier';
|
|
85
|
+
import { SuiFileMenu } from '../ui/menus/file';
|
|
86
|
+
import { SuiLanguageMenu } from '../ui/menus/language';
|
|
87
|
+
import { SmoLanguage, SmoTranslator } from '../ui/i18n/language';
|
|
88
|
+
import { SuiMeasureMenu } from '../ui/menus/measure';
|
|
89
|
+
import { SuiNoteMenu } from '../ui/menus/note';
|
|
90
|
+
import { SuiXhrLoader } from '../ui/fileio/xhrLoader';
|
|
91
|
+
import { PromiseHelpers } from '../common/promiseHelpers';
|
|
92
|
+
import { SuiScoreView } from '../render/sui/scoreView';
|
|
93
|
+
import { SuiScoreViewOperations } from '../render/sui/scoreViewOperations';
|
|
94
|
+
import { SuiScoreRender } from '../render/sui/scoreRender';
|
|
95
|
+
import { layoutDebug } from '../render/sui/layoutDebug';
|
|
96
|
+
import { SuiMapper } from '../render/sui/mapper';
|
|
97
|
+
import { SuiScroller } from '../render/sui/scroller';
|
|
98
|
+
import { SvgHelpers } from '../render/sui/svgHelpers';
|
|
99
|
+
import { SuiAudioPlayer } from '../render/audio/player';
|
|
100
|
+
import { SuiOscillator, SuiSampler, SuiReverb } from '../render/audio/oscillator';
|
|
101
|
+
import { SuiSampleMedia } from '../render/audio/samples';
|
|
102
|
+
import { IsPitchLetter } from '../smo/data/common';
|
|
103
|
+
import { SmoScore, isEngravingFont } from '../smo/data/score';
|
|
104
|
+
import { UndoBuffer } from '../smo/xform/undo';
|
|
105
|
+
import { SmoNote } from '../smo/data/note';
|
|
106
|
+
import { SmoStaffHairpin, StaffModifierBase, SmoInstrument, SmoSlur, SmoTie, SmoStaffTextBracket, SmoTabStave, SmoPedalMarking } from '../smo/data/staffModifiers';
|
|
107
|
+
import { SmoMeasure } from '../smo/data/measure';
|
|
108
|
+
import { SmoMusic } from '../smo/data/music';
|
|
109
|
+
import { SmoAudioPitch } from '../smo/data/music';
|
|
110
|
+
import { SmoSelection, SmoSelector } from '../smo/xform/selections';
|
|
111
|
+
import { SmoBeamer } from '../smo/xform/beamers';
|
|
112
|
+
import { SmoOrnament, SmoArticulation, SmoDynamicText, SmoGraceNote, SmoMicrotone, SmoLyric, SmoArpeggio, SmoClefChange } from '../smo/data/noteModifiers';
|
|
113
|
+
import { SmoSystemStaff } from '../smo/data/systemStaff';
|
|
114
|
+
import { SmoSystemGroup, SmoAudioPlayerSettings, SmoScorePreferences } from '../smo/data/scoreModifiers';
|
|
115
|
+
import { SmoTextGroup } from '../smo/data/scoreText';
|
|
116
|
+
import { SmoOperation } from '../smo/xform/operations';
|
|
117
|
+
import { SmoRehearsalMark, SmoMeasureFormat, SmoBarline, SmoRepeatSymbol, SmoVolta, SmoMeasureText, SmoTempoText, TimeSignature } from '../smo/data/measureModifiers';
|
|
118
|
+
import { SmoToXml } from '../smo/mxml/smoToXml';
|
|
119
|
+
import { MidiToSmo } from '../smo/midi/midiToSmo';
|
|
120
|
+
import { SmoToMidi } from '../smo/midi/smoToMidi';
|
|
121
|
+
import { XmlToSmo } from '../smo/mxml/xmlToSmo';
|
|
122
|
+
import { SmoToVex } from '../render/vex/toVex';
|
|
123
|
+
import { buildDom, addFileLink, InputTrapper, draggable, closeDialogPromise, getDomContainer, createTopDomContainer } from '../common/htmlHelpers';
|
|
124
|
+
import { renderVexTests } from './generateVexTests';
|
|
125
|
+
import { SuiDurationAdapter, SuiDurationButtonComponent, SuiDurationDialog } from '../ui/dialogs/durations';
|
|
126
|
+
import { SuiPitchAdapter, SuiPitchDialog, SuiLetterButtonComponent, SuiIntervalButtonComponent, SuiTransposeButtonComponent } from '../ui/dialogs/pitch';
|
|
127
|
+
export * from './application';
|
|
128
|
+
export * from './common';
|
|
129
|
+
export * from './configuration';
|
|
130
|
+
export * from './dynamicInit';
|
|
131
|
+
export * from './dom';
|
|
132
|
+
export * from './eventHandler';
|
|
133
|
+
export * from './exports';
|
|
134
|
+
export * from '../common/midi-parser';
|
|
135
|
+
export * from './generateVexTests';
|
|
136
|
+
export * from './keyCommands';
|
|
137
|
+
export * from '../common/htmlHelpers';
|
|
138
|
+
export * from '../common/promiseHelpers';
|
|
139
|
+
export * from '../common/textformatter';
|
|
140
|
+
export * from '../common/vex';
|
|
141
|
+
export * from '../render/audio/musicCursor';
|
|
142
|
+
export * from '../render/audio/oscillator';
|
|
143
|
+
export * from '../render/audio/player';
|
|
144
|
+
export * from '../render/audio/samples';
|
|
145
|
+
export * from '../render/sui/configuration';
|
|
146
|
+
export * from '../render/sui/formatter';
|
|
147
|
+
export * from '../render/sui/layoutDebug';
|
|
148
|
+
export * from '../render/sui/mapper';
|
|
149
|
+
export * from '../render/sui/piano';
|
|
150
|
+
export * from '../render/sui/renderState';
|
|
151
|
+
export * from '../render/sui/scoreRender';
|
|
152
|
+
export * from '../render/sui/scoreView';
|
|
153
|
+
export * from '../render/sui/scoreViewOperations';
|
|
154
|
+
export * from '../render/sui/scroller';
|
|
155
|
+
export * from '../render/sui/svgHelpers';
|
|
156
|
+
export * from '../render/sui/svgPageMap';
|
|
157
|
+
export * from '../render/sui/textEdit';
|
|
158
|
+
export * from '../render/sui/textRender';
|
|
159
|
+
export * from '../render/sui/tracker';
|
|
160
|
+
export * from '../render/vex/glyphDimensions';
|
|
161
|
+
export * from '../render/vex/smoAdapter';
|
|
162
|
+
export * from '../render/vex/toVex';
|
|
163
|
+
export * from '../render/vex/vxMeasure';
|
|
164
|
+
export * from '../render/vex/vxNote';
|
|
165
|
+
export * from '../render/vex/vxSystem';
|
|
166
|
+
export * from '../smo/data/common';
|
|
167
|
+
export * from '../smo/data/measure';
|
|
168
|
+
export * from '../smo/data/measureModifiers';
|
|
169
|
+
export * from '../smo/data/music';
|
|
170
|
+
export * from '../smo/data/note';
|
|
171
|
+
export * from '../smo/data/noteModifiers';
|
|
172
|
+
export * from '../smo/data/partInfo';
|
|
173
|
+
export * from '../smo/data/score';
|
|
174
|
+
export * from '../smo/data/scoreModifiers';
|
|
175
|
+
export * from '../smo/data/scoreText';
|
|
176
|
+
export * from '../smo/data/staffModifiers';
|
|
177
|
+
export * from '../smo/data/systemStaff';
|
|
178
|
+
export * from '../smo/data/tuplet';
|
|
179
|
+
export * from '../smo/midi/midiToSmo';
|
|
180
|
+
export * from '../smo/midi/smoToMidi';
|
|
181
|
+
export * from '../smo/mxml/smoToXml';
|
|
182
|
+
export * from '../smo/mxml/xmlHelpers';
|
|
183
|
+
export * from '../smo/mxml/xmlState';
|
|
184
|
+
export * from '../smo/mxml/xmlToSmo';
|
|
185
|
+
export * from '../smo/xform/audioTrack';
|
|
186
|
+
export * from '../smo/xform/beamers';
|
|
187
|
+
export * from '../smo/xform/copypaste';
|
|
188
|
+
export * from '../smo/xform/operations';
|
|
189
|
+
export * from '../smo/xform/selections';
|
|
190
|
+
export * from '../smo/xform/tickDuration';
|
|
191
|
+
export * from '../smo/xform/tickMap';
|
|
192
|
+
export * from '../smo/xform/undo';
|
|
193
|
+
export * from '../ui/buttons/button';
|
|
194
|
+
export * from '../ui/buttons/collapsable';
|
|
195
|
+
export * from '../ui/buttons/display';
|
|
196
|
+
export * from '../ui/buttons/ribbon';
|
|
197
|
+
export * from '../ui/common';
|
|
198
|
+
export * from '../ui/configuration';
|
|
199
|
+
export * from '../ui/dialogs/adapter';
|
|
200
|
+
export * from '../ui/dialogs/addMeasure';
|
|
201
|
+
export * from '../ui/dialogs/arpeggio';
|
|
202
|
+
export * from '../ui/dialogs/articulation';
|
|
203
|
+
export * from '../ui/dialogs/audioSettings';
|
|
204
|
+
export * from '../ui/dialogs/chordChange';
|
|
205
|
+
export * from '../ui/dialogs/clefChange';
|
|
206
|
+
export * from '../ui/dialogs/components/baseComponent';
|
|
207
|
+
export * from '../ui/dialogs/components/button';
|
|
208
|
+
export * from '../ui/dialogs/components/buttonArray';
|
|
209
|
+
export * from '../ui/dialogs/components/checkdrop';
|
|
210
|
+
export * from '../ui/dialogs/components/dragText';
|
|
211
|
+
export * from '../ui/dialogs/components/dropdown';
|
|
212
|
+
export * from '../ui/dialogs/components/fileDownload';
|
|
213
|
+
export * from '../ui/dialogs/components/fontComponent';
|
|
214
|
+
export * from '../ui/dialogs/components/noteText';
|
|
215
|
+
export * from '../ui/dialogs/components/pitch';
|
|
216
|
+
export * from '../ui/dialogs/components/rocker';
|
|
217
|
+
export * from '../ui/dialogs/components/staffComponents';
|
|
218
|
+
export * from '../ui/dialogs/components/textCheck';
|
|
219
|
+
export * from '../ui/dialogs/components/textInPlace';
|
|
220
|
+
export * from '../ui/dialogs/components/textInput';
|
|
221
|
+
export * from '../ui/dialogs/components/tie';
|
|
222
|
+
export * from '../ui/dialogs/components/toggle';
|
|
223
|
+
export * from '../ui/dialogs/components/tree';
|
|
224
|
+
export * from '../ui/dialogs/dialog';
|
|
225
|
+
export * from '../ui/dialogs/durations';
|
|
226
|
+
export * from '../ui/dialogs/dynamics';
|
|
227
|
+
export * from '../ui/dialogs/endings';
|
|
228
|
+
export * from '../ui/dialogs/factory';
|
|
229
|
+
export * from '../ui/dialogs/fileDialogs';
|
|
230
|
+
export * from '../ui/dialogs/fonts';
|
|
231
|
+
export * from '../ui/dialogs/globalLayout';
|
|
232
|
+
export * from '../ui/dialogs/gracenote';
|
|
233
|
+
export * from '../ui/dialogs/hairpin';
|
|
234
|
+
export * from '../ui/dialogs/instrument';
|
|
235
|
+
export * from '../ui/dialogs/keySignature';
|
|
236
|
+
export * from '../ui/dialogs/library';
|
|
237
|
+
export * from '../ui/dialogs/lyric';
|
|
238
|
+
export * from '../ui/dialogs/measureFormat';
|
|
239
|
+
export * from '../ui/dialogs/microtones';
|
|
240
|
+
export * from '../ui/dialogs/newPart';
|
|
241
|
+
export * from '../ui/dialogs/noteHead';
|
|
242
|
+
export * from '../ui/dialogs/ornament';
|
|
243
|
+
export * from '../ui/dialogs/pageLayout';
|
|
244
|
+
export * from '../ui/dialogs/partInfo';
|
|
245
|
+
export * from '../ui/dialogs/pedalMarking';
|
|
246
|
+
export * from '../ui/dialogs/pitch';
|
|
247
|
+
export * from '../ui/dialogs/preferences';
|
|
248
|
+
export * from '../ui/dialogs/scoreId';
|
|
249
|
+
export * from '../ui/dialogs/scoreView';
|
|
250
|
+
export * from '../ui/dialogs/slur';
|
|
251
|
+
export * from '../ui/dialogs/staffGroup';
|
|
252
|
+
export * from '../ui/dialogs/tabNote';
|
|
253
|
+
export * from '../ui/dialogs/tabStave';
|
|
254
|
+
export * from '../ui/dialogs/tempo';
|
|
255
|
+
export * from '../ui/dialogs/textBlock';
|
|
256
|
+
export * from '../ui/dialogs/textBracket';
|
|
257
|
+
export * from '../ui/dialogs/tie';
|
|
258
|
+
export * from '../ui/dialogs/timeSignature';
|
|
259
|
+
export * from '../ui/dialogs/transposeScore';
|
|
260
|
+
export * from '../ui/dialogs/volta';
|
|
261
|
+
export * from '../ui/eventSource';
|
|
262
|
+
export * from '../ui/exceptions';
|
|
263
|
+
export * from '../ui/fileio/fileInput';
|
|
264
|
+
export * from '../ui/fileio/library';
|
|
265
|
+
export * from '../ui/fileio/xhrLoader';
|
|
266
|
+
export * from '../ui/help';
|
|
267
|
+
export * from '../ui/i18n/language';
|
|
268
|
+
export * from '../ui/i18n/translationEditor';
|
|
269
|
+
export * from '../ui/keyBindings/default/editorKeys';
|
|
270
|
+
export * from '../ui/keyBindings/default/trackerKeys';
|
|
271
|
+
export * from '../ui/menus/beams';
|
|
272
|
+
export * from '../ui/menus/dynamics';
|
|
273
|
+
export * from '../ui/menus/file';
|
|
274
|
+
export * from '../ui/menus/keySignature';
|
|
275
|
+
export * from '../ui/menus/language';
|
|
276
|
+
export * from '../ui/menus/manager';
|
|
277
|
+
export * from '../ui/menus/measure';
|
|
278
|
+
export * from '../ui/menus/menu';
|
|
279
|
+
export * from '../ui/menus/note';
|
|
280
|
+
export * from '../ui/menus/parts';
|
|
281
|
+
export * from '../ui/menus/partSelection';
|
|
282
|
+
export * from '../ui/menus/score';
|
|
283
|
+
export * from '../ui/menus/staffModifier';
|
|
284
|
+
export * from '../ui/menus/text';
|
|
285
|
+
export * from '../ui/menus/timeSignature';
|
|
286
|
+
export * from '../ui/menus/voices';
|
|
287
|
+
export * from '../ui/qwerty';
|
|
288
|
+
export * from '../ui/ribbonLayout/default/defaultRibbon';
|
|
289
|
+
export * from '../ui/ribbonLayout/default/tabletRibbon';
|
|
290
|
+
export declare const Smo: {
|
|
291
|
+
SmoConfiguration: typeof SmoConfiguration;
|
|
292
|
+
SuiApplication: typeof SuiApplication;
|
|
293
|
+
dynamicCtorInit: () => void;
|
|
294
|
+
parseMidi: typeof parseMidi;
|
|
295
|
+
SuiDom: typeof SuiDom;
|
|
296
|
+
SuiEventHandler: typeof SuiEventHandler;
|
|
297
|
+
SuiExceptionHandler: typeof SuiExceptionHandler;
|
|
298
|
+
Qwerty: typeof Qwerty;
|
|
299
|
+
SuiHelp: typeof SuiHelp;
|
|
300
|
+
SmoTranslationEditor: typeof SmoTranslationEditor;
|
|
301
|
+
ModalEventHandler: typeof ModalEventHandler;
|
|
302
|
+
simpleRibbonLayout: typeof simpleRibbonLayout;
|
|
303
|
+
RibbonButtons: typeof RibbonButtons;
|
|
304
|
+
DisplaySettings: typeof DisplaySettings;
|
|
305
|
+
ExtendedCollapseParent: typeof ExtendedCollapseParent;
|
|
306
|
+
CollapseRibbonControl: typeof CollapseRibbonControl;
|
|
307
|
+
SuiMenuManager: typeof SuiMenuManager;
|
|
308
|
+
SuiMenuBase: typeof SuiMenuBase;
|
|
309
|
+
SuiMenuCustomizer: (fcn: import("./exports").customizeMenuOptionsFcn, ctor: string) => void;
|
|
310
|
+
SuiScoreMenu: typeof SuiScoreMenu;
|
|
311
|
+
SuiFileMenu: typeof SuiFileMenu;
|
|
312
|
+
SuiDynamicsMenu: typeof SuiDynamicsMenu;
|
|
313
|
+
SuiTimeSignatureMenu: typeof SuiTimeSignatureMenu;
|
|
314
|
+
SuiKeySignatureMenu: typeof SuiKeySignatureMenu;
|
|
315
|
+
SuiStaffModifierMenu: typeof SuiStaffModifierMenu;
|
|
316
|
+
SuiLanguageMenu: typeof SuiLanguageMenu;
|
|
317
|
+
SuiMeasureMenu: typeof SuiMeasureMenu;
|
|
318
|
+
SuiNoteMenu: typeof SuiNoteMenu;
|
|
319
|
+
SmoLanguage: typeof SmoLanguage;
|
|
320
|
+
SmoTranslator: typeof SmoTranslator;
|
|
321
|
+
SuiPartMenu: typeof SuiPartMenu;
|
|
322
|
+
SuiPartSelectionMenu: typeof SuiPartSelectionMenu;
|
|
323
|
+
SuiTextMenu: typeof SuiTextMenu;
|
|
324
|
+
SuiVoiceMenu: typeof SuiVoiceMenu;
|
|
325
|
+
SuiBeamMenu: typeof SuiBeamMenu;
|
|
326
|
+
SuiGraceNoteAdapter: typeof SuiGraceNoteAdapter;
|
|
327
|
+
SuiGraceNoteDialog: typeof SuiGraceNoteDialog;
|
|
328
|
+
SuiGraceNoteButtonsComponent: typeof SuiGraceNoteButtonsComponent;
|
|
329
|
+
SuiDurationAdapter: typeof SuiDurationAdapter;
|
|
330
|
+
SuiDurationDialog: typeof SuiDurationDialog;
|
|
331
|
+
SuiDurationButtonComponent: typeof SuiDurationButtonComponent;
|
|
332
|
+
SuiComponentAdapter: typeof SuiComponentAdapter;
|
|
333
|
+
SuiDialogAdapterBase: typeof SuiDialogAdapterBase;
|
|
334
|
+
SuiTempoDialog: typeof SuiTempoDialog;
|
|
335
|
+
SuiInstrumentDialog: typeof SuiInstrumentDialog;
|
|
336
|
+
SuiModifierDialogFactory: typeof SuiModifierDialogFactory;
|
|
337
|
+
SuiLibraryDialog: typeof SuiLibraryDialog;
|
|
338
|
+
SuiTextBracketDialog: typeof SuiTextBracketDialog;
|
|
339
|
+
SuiKeySignatureDialog: typeof SuiKeySignatureDialog;
|
|
340
|
+
SuiKeySignatureAdapter: typeof SuiKeySignatureAdapter;
|
|
341
|
+
SuiScoreViewDialog: typeof SuiScoreViewDialog;
|
|
342
|
+
SuiGlobalLayoutDialog: typeof SuiGlobalLayoutDialog;
|
|
343
|
+
SuiScoreIdentificationDialog: typeof SuiScoreIdentificationDialog;
|
|
344
|
+
SuiTransposeScoreAdapter: typeof SuiTransposeScoreAdapter;
|
|
345
|
+
SuiTransposeScoreDialog: typeof SuiTransposeScoreDialog;
|
|
346
|
+
SuiScoreFontDialog: typeof SuiScoreFontDialog;
|
|
347
|
+
SuiPageLayoutDialog: typeof SuiPageLayoutDialog;
|
|
348
|
+
SuiMeasureDialog: typeof SuiMeasureDialog;
|
|
349
|
+
SuiInsertMeasures: typeof SuiInsertMeasures;
|
|
350
|
+
SuiTimeSignatureDialog: typeof SuiTimeSignatureDialog;
|
|
351
|
+
SuiTextBlockDialog: typeof SuiTextBlockDialog;
|
|
352
|
+
SuiLyricDialog: typeof SuiLyricDialog;
|
|
353
|
+
SuiChordChangeDialog: typeof SuiChordChangeDialog;
|
|
354
|
+
SuiSlurAttributesDialog: typeof SuiSlurAttributesDialog;
|
|
355
|
+
SuiPedalMarkingDialog: typeof SuiPedalMarkingDialog;
|
|
356
|
+
SuiTieAttributesDialog: typeof SuiTieAttributesDialog;
|
|
357
|
+
SuiVoltaAttributeDialog: typeof SuiVoltaAttributeDialog;
|
|
358
|
+
SuiHairpinAttributesDialog: typeof SuiHairpinAttributesDialog;
|
|
359
|
+
SuiStaffGroupDialog: typeof SuiStaffGroupDialog;
|
|
360
|
+
helpModal: typeof helpModal;
|
|
361
|
+
SuiLoadFileDialog: typeof SuiLoadFileDialog;
|
|
362
|
+
SuiLoadMxmlDialog: typeof SuiLoadMxmlDialog;
|
|
363
|
+
SuiScorePreferencesDialog: typeof SuiScorePreferencesDialog;
|
|
364
|
+
SuiPartInfoDialog: typeof SuiPartInfoDialog;
|
|
365
|
+
SuiOrnamentDialog: typeof SuiOrnamentDialog;
|
|
366
|
+
SuiOrnamentButtonComponent: typeof SuiOrnamentButtonComponent;
|
|
367
|
+
SuiArticulationDialog: typeof SuiArticulationDialog;
|
|
368
|
+
SuiArticulationButtonComponent: typeof SuiArticulationButtonComponent;
|
|
369
|
+
SuiArticulationAdapter: typeof SuiArticulationAdapter;
|
|
370
|
+
SuiMicrotoneAdapter: typeof SuiMicrotoneAdapter;
|
|
371
|
+
SuiMicrotoneButtonComponent: typeof SuiMicrotoneButtonComponent;
|
|
372
|
+
SuiMicrotoneDialog: typeof SuiMicrotoneDialog;
|
|
373
|
+
SuiNoteHeadAdapter: typeof SuiNoteHeadAdapter;
|
|
374
|
+
SuiNoteHeadDialog: typeof SuiNoteHeadDialog;
|
|
375
|
+
SuiStemButtonComponent: typeof SuiStemButtonComponent;
|
|
376
|
+
SuiNoteHeadButtonComponent: typeof SuiNoteHeadButtonComponent;
|
|
377
|
+
SuiEndingsAdapter: typeof SuiEndingsAdapter;
|
|
378
|
+
SuiEndingsDialog: typeof SuiEndingsDialog;
|
|
379
|
+
SuiEndBarButtonComponent: typeof SuiEndBarButtonComponent;
|
|
380
|
+
SuiStartBarButtonComponent: typeof SuiStartBarButtonComponent;
|
|
381
|
+
SuiRepeatSymbolButtonComponent: typeof SuiRepeatSymbolButtonComponent;
|
|
382
|
+
SuiPrintFileDialog: typeof SuiPrintFileDialog;
|
|
383
|
+
SuiSaveFileDialog: typeof SuiSaveFileDialog;
|
|
384
|
+
SuiSaveXmlDialog: typeof SuiSaveXmlDialog;
|
|
385
|
+
SuiSaveVexDialog: typeof SuiSaveVexDialog;
|
|
386
|
+
SuiSaveMidiDialog: typeof SuiSaveMidiDialog;
|
|
387
|
+
SuiDialogBase: typeof SuiDialogBase;
|
|
388
|
+
createAndDisplayDialog: typeof createAndDisplayDialog;
|
|
389
|
+
SuiPitchDialog: typeof SuiPitchDialog;
|
|
390
|
+
SuiPitchAdapter: typeof SuiPitchAdapter;
|
|
391
|
+
SuiIntervalButtonComponent: typeof SuiIntervalButtonComponent;
|
|
392
|
+
SuiLetterButtonComponent: typeof SuiLetterButtonComponent;
|
|
393
|
+
SuiTransposeButtonComponent: typeof SuiTransposeButtonComponent;
|
|
394
|
+
SuiTreeComponent: typeof SuiTreeComponent;
|
|
395
|
+
SuiDropdownComponent: typeof SuiDropdownComponent;
|
|
396
|
+
SuiRockerComponent: typeof SuiRockerComponent;
|
|
397
|
+
SuiFileDownloadComponent: typeof SuiFileDownloadComponent;
|
|
398
|
+
SuiButtonArrayComponent: typeof SuiButtonArrayComponent;
|
|
399
|
+
SuiButtonArrayMSComponent: typeof SuiButtonArrayMSComponent;
|
|
400
|
+
SuiToggleComponent: typeof SuiToggleComponent;
|
|
401
|
+
SuiButtonComponent: typeof SuiButtonComponent;
|
|
402
|
+
SuiDropdownComposite: typeof SuiDropdownComposite;
|
|
403
|
+
SuiToggleComposite: typeof SuiToggleComposite;
|
|
404
|
+
SuiButtonComposite: typeof SuiButtonComposite;
|
|
405
|
+
SuiRockerComposite: typeof SuiRockerComposite;
|
|
406
|
+
SuiTextInputComposite: typeof SuiTextInputComposite;
|
|
407
|
+
SuiFontComponent: typeof SuiFontComponent;
|
|
408
|
+
SuiTextInPlace: typeof SuiTextInPlace;
|
|
409
|
+
SuiLyricComponent: typeof SuiLyricComponent;
|
|
410
|
+
SuiChordComponent: typeof SuiChordComponent;
|
|
411
|
+
SuiDragText: typeof SuiDragText;
|
|
412
|
+
SuiNoteTextComponent: typeof SuiNoteTextComponent;
|
|
413
|
+
SuiTextBlockComponent: typeof SuiTextBlockComponent;
|
|
414
|
+
SuiTextInputComponent: typeof SuiTextInputComponent;
|
|
415
|
+
SuiReadOnlyTextComponent: typeof SuiReadOnlyTextComponent;
|
|
416
|
+
SuiDynamicModifierDialog: typeof SuiDynamicModifierDialog;
|
|
417
|
+
CheckboxDropdownComponent: typeof CheckboxDropdownComponent;
|
|
418
|
+
TieMappingComponent: typeof TieMappingComponent;
|
|
419
|
+
StaffAddRemoveComponent: typeof StaffAddRemoveComponent;
|
|
420
|
+
StaffCheckComponent: typeof StaffCheckComponent;
|
|
421
|
+
TextCheckComponent: typeof TextCheckComponent;
|
|
422
|
+
SuiArpeggioDialog: typeof SuiArpeggioDialog;
|
|
423
|
+
SuiClefChangeDialog: typeof SuiClefChangeDialog;
|
|
424
|
+
SuiPitchArrayComponent: typeof SuiPitchArrayComponent;
|
|
425
|
+
SuiPitchArrayComponentTab: typeof SuiPitchArrayComponentTab;
|
|
426
|
+
SuiPitchComponent: typeof SuiPitchComponent;
|
|
427
|
+
SuiPitchComposite: typeof SuiPitchComposite;
|
|
428
|
+
SuiXhrLoader: typeof SuiXhrLoader;
|
|
429
|
+
PromiseHelpers: typeof PromiseHelpers;
|
|
430
|
+
SuiPiano: typeof SuiPiano;
|
|
431
|
+
layoutDebug: typeof layoutDebug;
|
|
432
|
+
SuiScoreView: typeof SuiScoreView;
|
|
433
|
+
SuiScroller: typeof SuiScroller;
|
|
434
|
+
SvgHelpers: typeof SvgHelpers;
|
|
435
|
+
SuiMapper: typeof SuiMapper;
|
|
436
|
+
SuiScoreRender: typeof SuiScoreRender;
|
|
437
|
+
SuiScoreViewOperations: typeof SuiScoreViewOperations;
|
|
438
|
+
TextFormatter: typeof TextFormatter;
|
|
439
|
+
VexFlow: typeof import("vexflow_smoosic").Flow;
|
|
440
|
+
SuiAudioPlayer: typeof SuiAudioPlayer;
|
|
441
|
+
SuiOscillator: typeof SuiOscillator;
|
|
442
|
+
SuiSampleMedia: typeof SuiSampleMedia;
|
|
443
|
+
SuiSampler: typeof SuiSampler;
|
|
444
|
+
SuiReverb: typeof SuiReverb;
|
|
445
|
+
SmoScore: typeof SmoScore;
|
|
446
|
+
SmoScorePreferences: typeof SmoScorePreferences;
|
|
447
|
+
scoreModifierDynamicCtorInit: () => void;
|
|
448
|
+
engravingFontTypes: import("./exports").engravingFontType[];
|
|
449
|
+
isEngravingFont: typeof isEngravingFont;
|
|
450
|
+
XmlToSmo: typeof XmlToSmo;
|
|
451
|
+
SmoToXml: typeof SmoToXml;
|
|
452
|
+
MidiToSmo: typeof MidiToSmo;
|
|
453
|
+
SmoToMidi: typeof SmoToMidi;
|
|
454
|
+
SmoMusic: typeof SmoMusic;
|
|
455
|
+
SmoAudioPitch: typeof SmoAudioPitch;
|
|
456
|
+
SmoMeasure: typeof SmoMeasure;
|
|
457
|
+
SmoNamespace: {
|
|
458
|
+
value: string;
|
|
459
|
+
};
|
|
460
|
+
SmoDynamicCtor: Record<string, import("./exports").dynamicCtor>;
|
|
461
|
+
SmoSystemStaff: typeof SmoSystemStaff;
|
|
462
|
+
SmoNote: typeof SmoNote;
|
|
463
|
+
IsPitchLetter: typeof IsPitchLetter;
|
|
464
|
+
SmoStaffHairpin: typeof SmoStaffHairpin;
|
|
465
|
+
StaffModifierBase: typeof StaffModifierBase;
|
|
466
|
+
SmoStaffTextBracket: typeof SmoStaffTextBracket;
|
|
467
|
+
staffModifierDynamicCtorInit: () => void;
|
|
468
|
+
SmoInstrument: typeof SmoInstrument;
|
|
469
|
+
SmoSlur: typeof SmoSlur;
|
|
470
|
+
SmoPedalMarking: typeof SmoPedalMarking;
|
|
471
|
+
SmoTie: typeof SmoTie;
|
|
472
|
+
SmoTabStave: typeof SmoTabStave;
|
|
473
|
+
SmoSystemGroup: typeof SmoSystemGroup;
|
|
474
|
+
SmoAudioPlayerSettings: typeof SmoAudioPlayerSettings;
|
|
475
|
+
SmoTextGroup: typeof SmoTextGroup;
|
|
476
|
+
SmoRehearsalMark: typeof SmoRehearsalMark;
|
|
477
|
+
SmoMeasureFormat: typeof SmoMeasureFormat;
|
|
478
|
+
SmoBarline: typeof SmoBarline;
|
|
479
|
+
SmoRepeatSymbol: typeof SmoRepeatSymbol;
|
|
480
|
+
SmoVolta: typeof SmoVolta;
|
|
481
|
+
SmoMeasureText: typeof SmoMeasureText;
|
|
482
|
+
SmoTempoText: typeof SmoTempoText;
|
|
483
|
+
TimeSignature: typeof TimeSignature;
|
|
484
|
+
measureModifierDynamicCtorInit: () => void;
|
|
485
|
+
SmoOrnament: typeof SmoOrnament;
|
|
486
|
+
noteModifierDynamicCtorInit: () => void;
|
|
487
|
+
SmoArticulation: typeof SmoArticulation;
|
|
488
|
+
SmoDynamicText: typeof SmoDynamicText;
|
|
489
|
+
SmoGraceNote: typeof SmoGraceNote;
|
|
490
|
+
SmoMicrotone: typeof SmoMicrotone;
|
|
491
|
+
SmoLyric: typeof SmoLyric;
|
|
492
|
+
SmoArpeggio: typeof SmoArpeggio;
|
|
493
|
+
SmoClefChange: typeof SmoClefChange;
|
|
494
|
+
SmoSelection: typeof SmoSelection;
|
|
495
|
+
SmoSelector: typeof SmoSelector;
|
|
496
|
+
UndoBuffer: typeof UndoBuffer;
|
|
497
|
+
SmoToVex: typeof SmoToVex;
|
|
498
|
+
SmoOperation: typeof SmoOperation;
|
|
499
|
+
SmoBeamer: typeof SmoBeamer;
|
|
500
|
+
cardKeysHtmlEn: string;
|
|
501
|
+
cardNotesLetterHtmlEn: string;
|
|
502
|
+
cardNotesChromaticHtmlEn: string;
|
|
503
|
+
cardNotesChordsHtmlEn: string;
|
|
504
|
+
cardNotesRestsHtmlEn: string;
|
|
505
|
+
cardDurationNotesHtmlEn: string;
|
|
506
|
+
cardDurationTupletsHtmlEn: string;
|
|
507
|
+
cardSelectionsNotesHtmlEn: string;
|
|
508
|
+
cardSelectionsModifiersHtmlEn: string;
|
|
509
|
+
cardSelectionsNonSelectableHtmlEn: string;
|
|
510
|
+
cardSelectionsSlashHtmlEn: string;
|
|
511
|
+
cardBeamsAndStemsDirectionHtmlEn: string;
|
|
512
|
+
cardBeamsAndStemsGroupingHtmlEn: string;
|
|
513
|
+
cardMeasuresAddDeleteHtmlEn: string;
|
|
514
|
+
cardVoicesCreateDeleteHtmlEn: string;
|
|
515
|
+
cardPartAddDeleteHtmlEn: string;
|
|
516
|
+
getClass: (jsonString: string) => any;
|
|
517
|
+
buildDom: typeof buildDom;
|
|
518
|
+
addFileLink: typeof addFileLink;
|
|
519
|
+
InputTrapper: typeof InputTrapper;
|
|
520
|
+
draggable: typeof draggable;
|
|
521
|
+
closeDialogPromise: typeof closeDialogPromise;
|
|
522
|
+
getDomContainer: typeof getDomContainer;
|
|
523
|
+
createTopDomContainer: typeof createTopDomContainer;
|
|
524
|
+
renderVexTests: typeof renderVexTests;
|
|
525
|
+
};
|
|
526
|
+
export default Smo;
|
|
526
527
|
//# sourceMappingURL=exports.d.ts.map
|