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