Commit b743231
File tree
- scripts
- src
- libs
- 3rdparty
- application/dspxmodel
- src
- tests/dspx
- plugins
- coreplugin
- core
- project
- clipboard
- document
- scenarios
- utils
- windows
- importexportmanager
- core
- internal
- addon
- fileconverters
- libresvipformatconverter/internal
- maintenance/internal/addons
- midiformatconverter/internal
- visualeditor/core/viewmodelbinding
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
- ports/language-manager/portfile.cmake+71-15
- ports/language-manager/setup-onnxruntime/hashes.cmake+30
- ports/language-manager/setup-onnxruntime/setup.cmake+152
- ports/language-manager/setup-onnxruntime/versions.cmake+2
- ports/language-manager/usage+12-2
- ports/language-manager/vcpkg.json+23-4
- ports/lyric-tab/portfile.cmake+3-3
- ports/lyric-tab/vcpkg.json+1-1
- ports/opendspx/portfile.cmake+2-2
- ports/opendspx/vcpkg.json-1
- ports/stdcorelib/portfile.cmake+2-2
- ports/stdcorelib/vcpkg.json+1-1
- ports/synthrt/portfile.cmake+2-2
- ports/wolf-midi/portfile.cmake+2-2
- CMakeLists.txt+9-4
- include/opendspx/anchornode.h+3-3
- include/opendspx/audioclip.h+7-5
- include/opendspx/buscontrol.h+1-1
- include/opendspx/clip.h+9-8
- include/opendspx/cliptime.h+2-2
- include/opendspx/content.h+3-3
- include/opendspx/controlpoint.h+1-1
- include/opendspx/global.h+6-6
- include/opendspx/label.h+3-3
- include/opendspx/master.h+1-1
- include/opendspx/model.h+3-3
- include/opendspx/note.h+4-4
- include/opendspx/param.h+5-5
- include/opendspx/paramcurve.h+3-3
- include/opendspx/paramcurveanchor.h+7-6
- include/opendspx/paramcurvefree.h+7-6
- include/opendspx/params.h+7-4
- include/opendspx/phoneme.h+4-4
- include/opendspx/phonemes.h+4-4
- include/opendspx/pronunciation.h+4-4
- include/opendspx/singingclip.h+7-6
- include/opendspx/sources.h+9-5
- include/opendspx/tempo.h+1-1
- include/opendspx/timeline.h+5-5
- include/opendspx/timesignature.h+1-1
- include/opendspx/track.h+5-5
- include/opendspx/trackcontrol.h+1-1
- include/opendspx/vibrato.h+1-1
- include/opendspx/vibratopoints.h+4-4
- include/opendspx/workspace.h+9-4
- include/opendspxconverter/midi/midiconverter.h+8-5
- include/opendspxconverter/midi/midiintermediatedata.h+16-17
- include/opendspxconverter/opendspxconverterglobal.h+3-3
- include/opendspxserializer/jsonconverterv1.h+328-278
- include/opendspxserializer/opendspxserializerglobal.h+3-3
- include/opendspxserializer/private/declarative_p.h+340
- include/opendspxserializer/private/helpers_p.h+362
- include/opendspxserializer/serializationerror.h+105-83
- include/opendspxserializer/serializer.h+10-8
- src/converter/midiconverter.cpp+98-103
- src/serializer/converterhelperfromjson_p.h-290
- src/serializer/converterhelpertojson_p.h-101
- src/serializer/jsonconverterv1.cpp-762
- src/serializer/serializer.cpp+120-21
- src/serializer/zstdstreambuf.cpp+223
- src/serializer/zstdstreambuf_p.h+63
- tests/CMakeLists.txt-9
- tests/main.cpp+14-7
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments