index.html 514 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>
  5. <link href='https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext' rel='stylesheet' type='text/css' /><style type='text/css'>html {overflow-x: initial !important;}:root { --bg-color:#ffffff; --text-color:#333333; --select-text-bg-color:#B5D6FC; --select-text-font-color:auto; --monospace:"Lucida Console",Consolas,"Courier",monospace; --title-bar-height:20px; }
  6. .mac-os-11 { --title-bar-height:28px; }
  7. html { font-size: 14px; background-color: var(--bg-color); color: var(--text-color); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
  8. body { margin: 0px; padding: 0px; height: auto; inset: 0px; font-size: 1rem; line-height: 1.42857; overflow-x: hidden; background: inherit; tab-size: 4; }
  9. iframe { margin: auto; }
  10. a.url { word-break: break-all; }
  11. a:active, a:hover { outline: 0px; }
  12. .in-text-selection, ::selection { text-shadow: none; background: var(--select-text-bg-color); color: var(--select-text-font-color); }
  13. #write { margin: 0px auto; height: auto; width: inherit; word-break: normal; overflow-wrap: break-word; position: relative; white-space: normal; overflow-x: visible; padding-top: 36px; }
  14. #write.first-line-indent p { text-indent: 2em; }
  15. #write.first-line-indent li p, #write.first-line-indent p * { text-indent: 0px; }
  16. #write.first-line-indent li { margin-left: 2em; }
  17. .for-image #write { padding-left: 8px; padding-right: 8px; }
  18. body.typora-export { padding-left: 30px; padding-right: 30px; }
  19. .typora-export .footnote-line, .typora-export li, .typora-export p { white-space: pre-wrap; }
  20. .typora-export .task-list-item input { pointer-events: none; }
  21. @media screen and (max-width: 500px) {
  22. body.typora-export { padding-left: 0px; padding-right: 0px; }
  23. #write { padding-left: 20px; padding-right: 20px; }
  24. .CodeMirror-sizer { margin-left: 0px !important; }
  25. .CodeMirror-gutters { display: none !important; }
  26. }
  27. #write li > figure:last-child { margin-bottom: 0.5rem; }
  28. #write ol, #write ul { position: relative; }
  29. img { max-width: 100%; vertical-align: middle; image-orientation: from-image; }
  30. button, input, select, textarea { color: inherit; font: inherit; }
  31. input[type="checkbox"], input[type="radio"] { line-height: normal; padding: 0px; }
  32. *, ::after, ::before { box-sizing: border-box; }
  33. #write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p, #write pre { width: inherit; }
  34. #write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p { position: relative; }
  35. p { line-height: inherit; }
  36. h1, h2, h3, h4, h5, h6 { break-after: avoid-page; break-inside: avoid; orphans: 4; }
  37. p { orphans: 4; }
  38. h1 { font-size: 2rem; }
  39. h2 { font-size: 1.8rem; }
  40. h3 { font-size: 1.6rem; }
  41. h4 { font-size: 1.4rem; }
  42. h5 { font-size: 1.2rem; }
  43. h6 { font-size: 1rem; }
  44. .md-math-block, .md-rawblock, h1, h2, h3, h4, h5, h6, p { margin-top: 1rem; margin-bottom: 1rem; }
  45. .hidden { display: none; }
  46. .md-blockmeta { color: rgb(204, 204, 204); font-weight: 700; font-style: italic; }
  47. a { cursor: pointer; }
  48. sup.md-footnote { padding: 2px 4px; background-color: rgba(238, 238, 238, 0.7); color: rgb(85, 85, 85); border-radius: 4px; cursor: pointer; }
  49. sup.md-footnote a, sup.md-footnote a:hover { color: inherit; text-transform: inherit; text-decoration: inherit; }
  50. #write input[type="checkbox"] { cursor: pointer; width: inherit; height: inherit; }
  51. figure { overflow-x: auto; margin: 1.2em 0px; max-width: calc(100% + 16px); padding: 0px; }
  52. figure > table { margin: 0px; }
  53. tr { break-inside: avoid; break-after: auto; }
  54. thead { display: table-header-group; }
  55. table { border-collapse: collapse; border-spacing: 0px; width: 100%; overflow: auto; break-inside: auto; text-align: left; }
  56. table.md-table td { min-width: 32px; }
  57. .CodeMirror-gutters { border-right: 0px; background-color: inherit; }
  58. .CodeMirror-linenumber { user-select: none; }
  59. .CodeMirror { text-align: left; }
  60. .CodeMirror-placeholder { opacity: 0.3; }
  61. .CodeMirror pre { padding: 0px 4px; }
  62. .CodeMirror-lines { padding: 0px; }
  63. div.hr:focus { cursor: none; }
  64. #write pre { white-space: pre-wrap; }
  65. #write.fences-no-line-wrapping pre { white-space: pre; }
  66. #write pre.ty-contain-cm { white-space: normal; }
  67. .CodeMirror-gutters { margin-right: 4px; }
  68. .md-fences { font-size: 0.9rem; display: block; break-inside: avoid; text-align: left; overflow: visible; white-space: pre; background: inherit; position: relative !important; }
  69. .md-fences-adv-panel { width: 100%; margin-top: 10px; text-align: center; padding-top: 0px; padding-bottom: 8px; overflow-x: auto; }
  70. #write .md-fences.mock-cm { white-space: pre-wrap; }
  71. .md-fences.md-fences-with-lineno { padding-left: 0px; }
  72. #write.fences-no-line-wrapping .md-fences.mock-cm { white-space: pre; overflow-x: auto; }
  73. .md-fences.mock-cm.md-fences-with-lineno { padding-left: 8px; }
  74. .CodeMirror-line, twitterwidget { break-inside: avoid; }
  75. .footnotes { opacity: 0.8; font-size: 0.9rem; margin-top: 1em; margin-bottom: 1em; }
  76. .footnotes + .footnotes { margin-top: 0px; }
  77. .md-reset { margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: top; background: 0px 0px; text-decoration: none; text-shadow: none; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: 400; text-align: left; box-sizing: content-box; direction: ltr; }
  78. li div { padding-top: 0px; }
  79. blockquote { margin: 1rem 0px; }
  80. li .mathjax-block, li p { margin: 0.5rem 0px; }
  81. li blockquote { margin: 1rem 0px; }
  82. li { margin: 0px; position: relative; }
  83. blockquote > :last-child { margin-bottom: 0px; }
  84. blockquote > :first-child, li > :first-child { margin-top: 0px; }
  85. .footnotes-area { color: rgb(136, 136, 136); margin-top: 0.714rem; padding-bottom: 0.143rem; white-space: normal; }
  86. #write .footnote-line { white-space: pre-wrap; }
  87. @media print {
  88. body, html { border: 1px solid transparent; height: 99%; break-after: avoid; break-before: avoid; font-variant-ligatures: no-common-ligatures; }
  89. #write { margin-top: 0px; padding-top: 0px; border-color: transparent !important; }
  90. .typora-export * { -webkit-print-color-adjust: exact; }
  91. .typora-export #write { break-after: avoid; }
  92. .typora-export #write::after { height: 0px; }
  93. .is-mac table { break-inside: avoid; }
  94. .typora-export-show-outline .typora-export-sidebar { display: none; }
  95. }
  96. .footnote-line { margin-top: 0.714em; font-size: 0.7em; }
  97. a img, img a { cursor: pointer; }
  98. pre.md-meta-block { font-size: 0.8rem; min-height: 0.8rem; white-space: pre-wrap; background: rgb(204, 204, 204); display: block; overflow-x: hidden; }
  99. p > .md-image:only-child:not(.md-img-error) img, p > img:only-child { display: block; margin: auto; }
  100. #write.first-line-indent p > .md-image:only-child:not(.md-img-error) img { left: -2em; position: relative; }
  101. p > .md-image:only-child { display: inline-block; width: 100%; }
  102. #write .MathJax_Display { margin: 0.8em 0px 0px; }
  103. .md-math-block { width: 100%; }
  104. .md-math-block:not(:empty)::after { display: none; }
  105. .MathJax_ref { fill: currentcolor; }
  106. [contenteditable="true"]:active, [contenteditable="true"]:focus, [contenteditable="false"]:active, [contenteditable="false"]:focus { outline: 0px; box-shadow: none; }
  107. .md-task-list-item { position: relative; list-style-type: none; }
  108. .task-list-item.md-task-list-item { padding-left: 0px; }
  109. .md-task-list-item > input { position: absolute; top: 0px; left: 0px; margin-left: -1.2em; margin-top: calc(1em - 10px); border: none; }
  110. .math { font-size: 1rem; }
  111. .md-toc { min-height: 3.58rem; position: relative; font-size: 0.9rem; border-radius: 10px; }
  112. .md-toc-content { position: relative; margin-left: 0px; }
  113. .md-toc-content::after, .md-toc::after { display: none; }
  114. .md-toc-item { display: block; color: rgb(65, 131, 196); }
  115. .md-toc-item a { text-decoration: none; }
  116. .md-toc-inner:hover { text-decoration: underline; }
  117. .md-toc-inner { display: inline-block; cursor: pointer; }
  118. .md-toc-h1 .md-toc-inner { margin-left: 0px; font-weight: 700; }
  119. .md-toc-h2 .md-toc-inner { margin-left: 2em; }
  120. .md-toc-h3 .md-toc-inner { margin-left: 4em; }
  121. .md-toc-h4 .md-toc-inner { margin-left: 6em; }
  122. .md-toc-h5 .md-toc-inner { margin-left: 8em; }
  123. .md-toc-h6 .md-toc-inner { margin-left: 10em; }
  124. @media screen and (max-width: 48em) {
  125. .md-toc-h3 .md-toc-inner { margin-left: 3.5em; }
  126. .md-toc-h4 .md-toc-inner { margin-left: 5em; }
  127. .md-toc-h5 .md-toc-inner { margin-left: 6.5em; }
  128. .md-toc-h6 .md-toc-inner { margin-left: 8em; }
  129. }
  130. a.md-toc-inner { font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; }
  131. .footnote-line a:not(.reversefootnote) { color: inherit; }
  132. .md-attr { display: none; }
  133. .md-fn-count::after { content: "."; }
  134. code, pre, samp, tt { font-family: var(--monospace); }
  135. kbd { margin: 0px 0.1em; padding: 0.1em 0.6em; font-size: 0.8em; color: rgb(36, 39, 41); background: rgb(255, 255, 255); border: 1px solid rgb(173, 179, 185); border-radius: 3px; box-shadow: rgba(12, 13, 14, 0.2) 0px 1px 0px, rgb(255, 255, 255) 0px 0px 0px 2px inset; white-space: nowrap; vertical-align: middle; }
  136. .md-comment { color: rgb(162, 127, 3); opacity: 0.6; font-family: var(--monospace); }
  137. code { text-align: left; vertical-align: initial; }
  138. a.md-print-anchor { white-space: pre !important; border-width: initial !important; border-style: none !important; border-color: initial !important; display: inline-block !important; position: absolute !important; width: 1px !important; right: 0px !important; outline: 0px !important; background: 0px 0px !important; text-decoration: initial !important; text-shadow: initial !important; }
  139. .os-windows.monocolor-emoji .md-emoji { font-family: "Segoe UI Symbol", sans-serif; }
  140. .md-diagram-panel > svg { max-width: 100%; }
  141. [lang="flow"] svg, [lang="mermaid"] svg { max-width: 100%; height: auto; }
  142. [lang="mermaid"] .node text { font-size: 1rem; }
  143. table tr th { border-bottom: 0px; }
  144. video { max-width: 100%; display: block; margin: 0px auto; }
  145. iframe { max-width: 100%; width: 100%; border: none; }
  146. .highlight td, .highlight tr { border: 0px; }
  147. mark { background: rgb(255, 255, 0); color: rgb(0, 0, 0); }
  148. .md-html-inline .md-plain, .md-html-inline strong, mark .md-inline-math, mark strong { color: inherit; }
  149. .md-expand mark .md-meta { opacity: 0.3 !important; }
  150. mark .md-meta { color: rgb(0, 0, 0); }
  151. @media print {
  152. .typora-export h1, .typora-export h2, .typora-export h3, .typora-export h4, .typora-export h5, .typora-export h6 { break-inside: avoid; }
  153. }
  154. .md-diagram-panel .messageText { stroke: none !important; }
  155. .md-diagram-panel .start-state { fill: var(--node-fill); }
  156. .md-diagram-panel .edgeLabel rect { opacity: 1 !important; }
  157. .md-fences.md-fences-math { font-size: 1em; }
  158. .md-fences-advanced:not(.md-focus) { padding: 0px; white-space: nowrap; border: 0px; }
  159. .md-fences-advanced:not(.md-focus) { background: inherit; }
  160. .typora-export-show-outline .typora-export-content { max-width: 1440px; margin: auto; display: flex; flex-direction: row; }
  161. .typora-export-sidebar { width: 300px; font-size: 0.8rem; margin-top: 80px; margin-right: 18px; }
  162. .typora-export-show-outline #write { --webkit-flex:2; flex: 2 1 0%; }
  163. .typora-export-sidebar .outline-content { position: fixed; top: 0px; max-height: 100%; overflow: hidden auto; padding-bottom: 30px; padding-top: 60px; width: 300px; }
  164. @media screen and (max-width: 1024px) {
  165. .typora-export-sidebar, .typora-export-sidebar .outline-content { width: 240px; }
  166. }
  167. @media screen and (max-width: 800px) {
  168. .typora-export-sidebar { display: none; }
  169. }
  170. .outline-content li, .outline-content ul { margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; list-style: none; }
  171. .outline-content ul { margin-top: 0px; margin-bottom: 0px; }
  172. .outline-content strong { font-weight: 400; }
  173. .outline-expander { width: 1rem; height: 1.42857rem; position: relative; display: table-cell; vertical-align: middle; cursor: pointer; padding-left: 4px; }
  174. .outline-expander::before { content: ""; position: relative; font-family: Ionicons; display: inline-block; font-size: 8px; vertical-align: middle; }
  175. .outline-item { padding-top: 3px; padding-bottom: 3px; cursor: pointer; }
  176. .outline-expander:hover::before { content: ""; }
  177. .outline-h1 > .outline-item { padding-left: 0px; }
  178. .outline-h2 > .outline-item { padding-left: 1em; }
  179. .outline-h3 > .outline-item { padding-left: 2em; }
  180. .outline-h4 > .outline-item { padding-left: 3em; }
  181. .outline-h5 > .outline-item { padding-left: 4em; }
  182. .outline-h6 > .outline-item { padding-left: 5em; }
  183. .outline-label { cursor: pointer; display: table-cell; vertical-align: middle; text-decoration: none; color: inherit; }
  184. .outline-label:hover { text-decoration: underline; }
  185. .outline-item:hover { border-color: rgb(245, 245, 245); background-color: var(--item-hover-bg-color); }
  186. .outline-item:hover { margin-left: -28px; margin-right: -28px; border-left: 28px solid transparent; border-right: 28px solid transparent; }
  187. .outline-item-single .outline-expander::before, .outline-item-single .outline-expander:hover::before { display: none; }
  188. .outline-item-open > .outline-item > .outline-expander::before { content: ""; }
  189. .outline-children { display: none; }
  190. .info-panel-tab-wrapper { display: none; }
  191. .outline-item-open > .outline-children { display: block; }
  192. .typora-export .outline-item { padding-top: 1px; padding-bottom: 1px; }
  193. .typora-export .outline-item:hover { margin-right: -8px; border-right: 8px solid transparent; }
  194. .typora-export .outline-expander::before { content: "+"; font-family: inherit; top: -1px; }
  195. .typora-export .outline-expander:hover::before, .typora-export .outline-item-open > .outline-item > .outline-expander::before { content: "−"; }
  196. .typora-export-collapse-outline .outline-children { display: none; }
  197. .typora-export-collapse-outline .outline-item-open > .outline-children, .typora-export-no-collapse-outline .outline-children { display: block; }
  198. .typora-export-no-collapse-outline .outline-expander::before { content: "" !important; }
  199. .typora-export-show-outline .outline-item-active > .outline-item .outline-label { font-weight: 700; }
  200. .md-inline-math-container mjx-container { zoom: 0.95; }
  201. .CodeMirror { height: auto; }
  202. .CodeMirror.cm-s-inner { background: inherit; }
  203. .CodeMirror-scroll { overflow: auto hidden; z-index: 3; }
  204. .CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler { background-color: rgb(255, 255, 255); }
  205. .CodeMirror-gutters { border-right: 1px solid rgb(221, 221, 221); background: inherit; white-space: nowrap; }
  206. .CodeMirror-linenumber { padding: 0px 3px 0px 5px; text-align: right; color: rgb(153, 153, 153); }
  207. .cm-s-inner .cm-keyword { color: rgb(119, 0, 136); }
  208. .cm-s-inner .cm-atom, .cm-s-inner.cm-atom { color: rgb(34, 17, 153); }
  209. .cm-s-inner .cm-number { color: rgb(17, 102, 68); }
  210. .cm-s-inner .cm-def { color: rgb(0, 0, 255); }
  211. .cm-s-inner .cm-variable { color: rgb(0, 0, 0); }
  212. .cm-s-inner .cm-variable-2 { color: rgb(0, 85, 170); }
  213. .cm-s-inner .cm-variable-3 { color: rgb(0, 136, 85); }
  214. .cm-s-inner .cm-string { color: rgb(170, 17, 17); }
  215. .cm-s-inner .cm-property { color: rgb(0, 0, 0); }
  216. .cm-s-inner .cm-operator { color: rgb(152, 26, 26); }
  217. .cm-s-inner .cm-comment, .cm-s-inner.cm-comment { color: rgb(170, 85, 0); }
  218. .cm-s-inner .cm-string-2 { color: rgb(255, 85, 0); }
  219. .cm-s-inner .cm-meta { color: rgb(85, 85, 85); }
  220. .cm-s-inner .cm-qualifier { color: rgb(85, 85, 85); }
  221. .cm-s-inner .cm-builtin { color: rgb(51, 0, 170); }
  222. .cm-s-inner .cm-bracket { color: rgb(153, 153, 119); }
  223. .cm-s-inner .cm-tag { color: rgb(17, 119, 0); }
  224. .cm-s-inner .cm-attribute { color: rgb(0, 0, 204); }
  225. .cm-s-inner .cm-header, .cm-s-inner.cm-header { color: rgb(0, 0, 255); }
  226. .cm-s-inner .cm-quote, .cm-s-inner.cm-quote { color: rgb(0, 153, 0); }
  227. .cm-s-inner .cm-hr, .cm-s-inner.cm-hr { color: rgb(153, 153, 153); }
  228. .cm-s-inner .cm-link, .cm-s-inner.cm-link { color: rgb(0, 0, 204); }
  229. .cm-negative { color: rgb(221, 68, 68); }
  230. .cm-positive { color: rgb(34, 153, 34); }
  231. .cm-header, .cm-strong { font-weight: 700; }
  232. .cm-del { text-decoration: line-through; }
  233. .cm-em { font-style: italic; }
  234. .cm-link { text-decoration: underline; }
  235. .cm-error { color: red; }
  236. .cm-invalidchar { color: red; }
  237. .cm-constant { color: rgb(38, 139, 210); }
  238. .cm-defined { color: rgb(181, 137, 0); }
  239. div.CodeMirror span.CodeMirror-matchingbracket { color: rgb(0, 255, 0); }
  240. div.CodeMirror span.CodeMirror-nonmatchingbracket { color: rgb(255, 34, 34); }
  241. .cm-s-inner .CodeMirror-activeline-background { background: inherit; }
  242. .CodeMirror { position: relative; overflow: hidden; }
  243. .CodeMirror-scroll { height: 100%; outline: 0px; position: relative; box-sizing: content-box; background: inherit; }
  244. .CodeMirror-sizer { position: relative; }
  245. .CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar { position: absolute; z-index: 6; display: none; outline: 0px; }
  246. .CodeMirror-vscrollbar { right: 0px; top: 0px; overflow: hidden; }
  247. .CodeMirror-hscrollbar { bottom: 0px; left: 0px; overflow: auto hidden; }
  248. .CodeMirror-scrollbar-filler { right: 0px; bottom: 0px; }
  249. .CodeMirror-gutter-filler { left: 0px; bottom: 0px; }
  250. .CodeMirror-gutters { position: absolute; left: 0px; top: 0px; padding-bottom: 10px; z-index: 3; overflow-y: hidden; }
  251. .CodeMirror-gutter { white-space: normal; height: 100%; box-sizing: content-box; padding-bottom: 30px; margin-bottom: -32px; display: inline-block; }
  252. .CodeMirror-gutter-wrapper { position: absolute; z-index: 4; background: 0px 0px !important; border: none !important; }
  253. .CodeMirror-gutter-background { position: absolute; top: 0px; bottom: 0px; z-index: 4; }
  254. .CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; }
  255. .CodeMirror-lines { cursor: text; }
  256. .CodeMirror pre { border-radius: 0px; border-width: 0px; background: 0px 0px; font-family: inherit; font-size: inherit; margin: 0px; white-space: pre; overflow-wrap: normal; color: inherit; z-index: 2; position: relative; overflow: visible; }
  257. .CodeMirror-wrap pre { overflow-wrap: break-word; white-space: pre-wrap; word-break: normal; }
  258. .CodeMirror-code pre { border-right: 30px solid transparent; width: fit-content; }
  259. .CodeMirror-wrap .CodeMirror-code pre { border-right: none; width: auto; }
  260. .CodeMirror-linebackground { position: absolute; inset: 0px; z-index: 0; }
  261. .CodeMirror-linewidget { position: relative; z-index: 2; overflow: auto; }
  262. .CodeMirror-wrap .CodeMirror-scroll { overflow-x: hidden; }
  263. .CodeMirror-measure { position: absolute; width: 100%; height: 0px; overflow: hidden; visibility: hidden; }
  264. .CodeMirror-measure pre { position: static; }
  265. .CodeMirror div.CodeMirror-cursor { position: absolute; visibility: hidden; border-right: none; width: 0px; }
  266. .CodeMirror div.CodeMirror-cursor { visibility: hidden; }
  267. .CodeMirror-focused div.CodeMirror-cursor { visibility: inherit; }
  268. .cm-searching { background: rgba(255, 255, 0, 0.4); }
  269. span.cm-underlined { text-decoration: underline; }
  270. span.cm-strikethrough { text-decoration: line-through; }
  271. .cm-tw-syntaxerror { color: rgb(255, 255, 255); background-color: rgb(153, 0, 0); }
  272. .cm-tw-deleted { text-decoration: line-through; }
  273. .cm-tw-header5 { font-weight: 700; }
  274. .cm-tw-listitem:first-child { padding-left: 10px; }
  275. .cm-tw-box { border-style: solid; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-color: inherit; border-top-width: 0px !important; }
  276. .cm-tw-underline { text-decoration: underline; }
  277. @media print {
  278. .CodeMirror div.CodeMirror-cursor { visibility: hidden; }
  279. }
  280. :root {
  281. --side-bar-bg-color: #fafafa;
  282. --control-text-color: #777;
  283. }
  284. @include-when-export url(https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext);
  285. /* open-sans-regular - latin-ext_latin */
  286. /* open-sans-italic - latin-ext_latin */
  287. /* open-sans-700 - latin-ext_latin */
  288. /* open-sans-700italic - latin-ext_latin */
  289. html {
  290. font-size: 16px;
  291. -webkit-font-smoothing: antialiased;
  292. }
  293. body {
  294. font-family: "Open Sans","Clear Sans", "Helvetica Neue", Helvetica, Arial, 'Segoe UI Emoji', sans-serif;
  295. color: rgb(51, 51, 51);
  296. line-height: 1.6;
  297. }
  298. #write {
  299. max-width: 860px;
  300. margin: 0 auto;
  301. padding: 30px;
  302. padding-bottom: 100px;
  303. }
  304. @media only screen and (min-width: 1400px) {
  305. #write {
  306. max-width: 1024px;
  307. }
  308. }
  309. @media only screen and (min-width: 1800px) {
  310. #write {
  311. max-width: 1200px;
  312. }
  313. }
  314. #write > ul:first-child,
  315. #write > ol:first-child{
  316. margin-top: 30px;
  317. }
  318. a {
  319. color: #4183C4;
  320. }
  321. h1,
  322. h2,
  323. h3,
  324. h4,
  325. h5,
  326. h6 {
  327. position: relative;
  328. margin-top: 1rem;
  329. margin-bottom: 1rem;
  330. font-weight: bold;
  331. line-height: 1.4;
  332. cursor: text;
  333. }
  334. h1:hover a.anchor,
  335. h2:hover a.anchor,
  336. h3:hover a.anchor,
  337. h4:hover a.anchor,
  338. h5:hover a.anchor,
  339. h6:hover a.anchor {
  340. text-decoration: none;
  341. }
  342. h1 tt,
  343. h1 code {
  344. font-size: inherit;
  345. }
  346. h2 tt,
  347. h2 code {
  348. font-size: inherit;
  349. }
  350. h3 tt,
  351. h3 code {
  352. font-size: inherit;
  353. }
  354. h4 tt,
  355. h4 code {
  356. font-size: inherit;
  357. }
  358. h5 tt,
  359. h5 code {
  360. font-size: inherit;
  361. }
  362. h6 tt,
  363. h6 code {
  364. font-size: inherit;
  365. }
  366. h1 {
  367. font-size: 2.25em;
  368. line-height: 1.2;
  369. border-bottom: 1px solid #eee;
  370. }
  371. h2 {
  372. font-size: 1.75em;
  373. line-height: 1.225;
  374. border-bottom: 1px solid #eee;
  375. }
  376. /*@media print {
  377. .typora-export h1,
  378. .typora-export h2 {
  379. border-bottom: none;
  380. padding-bottom: initial;
  381. }
  382. .typora-export h1::after,
  383. .typora-export h2::after {
  384. content: "";
  385. display: block;
  386. height: 100px;
  387. margin-top: -96px;
  388. border-top: 1px solid #eee;
  389. }
  390. }*/
  391. h3 {
  392. font-size: 1.5em;
  393. line-height: 1.43;
  394. }
  395. h4 {
  396. font-size: 1.25em;
  397. }
  398. h5 {
  399. font-size: 1em;
  400. }
  401. h6 {
  402. font-size: 1em;
  403. color: #777;
  404. }
  405. p,
  406. blockquote,
  407. ul,
  408. ol,
  409. dl,
  410. table{
  411. margin: 0.8em 0;
  412. }
  413. li>ol,
  414. li>ul {
  415. margin: 0 0;
  416. }
  417. hr {
  418. height: 2px;
  419. padding: 0;
  420. margin: 16px 0;
  421. background-color: #e7e7e7;
  422. border: 0 none;
  423. overflow: hidden;
  424. box-sizing: content-box;
  425. }
  426. li p.first {
  427. display: inline-block;
  428. }
  429. ul,
  430. ol {
  431. padding-left: 30px;
  432. }
  433. ul:first-child,
  434. ol:first-child {
  435. margin-top: 0;
  436. }
  437. ul:last-child,
  438. ol:last-child {
  439. margin-bottom: 0;
  440. }
  441. blockquote {
  442. border-left: 4px solid #dfe2e5;
  443. padding: 0 15px;
  444. color: #777777;
  445. }
  446. blockquote blockquote {
  447. padding-right: 0;
  448. }
  449. table {
  450. padding: 0;
  451. word-break: initial;
  452. }
  453. table tr {
  454. border: 1px solid #dfe2e5;
  455. margin: 0;
  456. padding: 0;
  457. }
  458. table tr:nth-child(2n),
  459. thead {
  460. background-color: #f8f8f8;
  461. }
  462. table th {
  463. font-weight: bold;
  464. border: 1px solid #dfe2e5;
  465. border-bottom: 0;
  466. margin: 0;
  467. padding: 6px 13px;
  468. }
  469. table td {
  470. border: 1px solid #dfe2e5;
  471. margin: 0;
  472. padding: 6px 13px;
  473. }
  474. table th:first-child,
  475. table td:first-child {
  476. margin-top: 0;
  477. }
  478. table th:last-child,
  479. table td:last-child {
  480. margin-bottom: 0;
  481. }
  482. .CodeMirror-lines {
  483. padding-left: 4px;
  484. }
  485. .code-tooltip {
  486. box-shadow: 0 1px 1px 0 rgba(0,28,36,.3);
  487. border-top: 1px solid #eef2f2;
  488. }
  489. .md-fences,
  490. code,
  491. tt {
  492. border: 1px solid #e7eaed;
  493. background-color: #f8f8f8;
  494. border-radius: 3px;
  495. padding: 0;
  496. padding: 2px 4px 0px 4px;
  497. font-size: 0.9em;
  498. }
  499. code {
  500. background-color: #f3f4f4;
  501. padding: 0 2px 0 2px;
  502. }
  503. .md-fences {
  504. margin-bottom: 15px;
  505. margin-top: 15px;
  506. padding-top: 8px;
  507. padding-bottom: 6px;
  508. }
  509. .md-task-list-item > input {
  510. margin-left: -1.3em;
  511. }
  512. @media print {
  513. html {
  514. font-size: 13px;
  515. }
  516. table,
  517. pre {
  518. page-break-inside: avoid;
  519. }
  520. pre {
  521. word-wrap: break-word;
  522. }
  523. }
  524. .md-fences {
  525. background-color: #f8f8f8;
  526. }
  527. #write pre.md-meta-block {
  528. padding: 1rem;
  529. font-size: 85%;
  530. line-height: 1.45;
  531. background-color: #f7f7f7;
  532. border: 0;
  533. border-radius: 3px;
  534. color: #777777;
  535. margin-top: 0 !important;
  536. }
  537. .mathjax-block>.code-tooltip {
  538. bottom: .375rem;
  539. }
  540. .md-mathjax-midline {
  541. background: #fafafa;
  542. }
  543. #write>h3.md-focus:before{
  544. left: -1.5625rem;
  545. top: .375rem;
  546. }
  547. #write>h4.md-focus:before{
  548. left: -1.5625rem;
  549. top: .285714286rem;
  550. }
  551. #write>h5.md-focus:before{
  552. left: -1.5625rem;
  553. top: .285714286rem;
  554. }
  555. #write>h6.md-focus:before{
  556. left: -1.5625rem;
  557. top: .285714286rem;
  558. }
  559. .md-image>.md-meta {
  560. /*border: 1px solid #ddd;*/
  561. border-radius: 3px;
  562. padding: 2px 0px 0px 4px;
  563. font-size: 0.9em;
  564. color: inherit;
  565. }
  566. .md-tag {
  567. color: #a7a7a7;
  568. opacity: 1;
  569. }
  570. .md-toc {
  571. margin-top:20px;
  572. padding-bottom:20px;
  573. }
  574. .sidebar-tabs {
  575. border-bottom: none;
  576. }
  577. #typora-quick-open {
  578. border: 1px solid #ddd;
  579. background-color: #f8f8f8;
  580. }
  581. #typora-quick-open-item {
  582. background-color: #FAFAFA;
  583. border-color: #FEFEFE #e5e5e5 #e5e5e5 #eee;
  584. border-style: solid;
  585. border-width: 1px;
  586. }
  587. /** focus mode */
  588. .on-focus-mode blockquote {
  589. border-left-color: rgba(85, 85, 85, 0.12);
  590. }
  591. header, .context-menu, .megamenu-content, footer{
  592. font-family: "Segoe UI", "Arial", sans-serif;
  593. }
  594. .file-node-content:hover .file-node-icon,
  595. .file-node-content:hover .file-node-open-state{
  596. visibility: visible;
  597. }
  598. .mac-seamless-mode #typora-sidebar {
  599. background-color: #fafafa;
  600. background-color: var(--side-bar-bg-color);
  601. }
  602. .md-lang {
  603. color: #b4654d;
  604. }
  605. /*.html-for-mac {
  606. --item-hover-bg-color: #E6F0FE;
  607. }*/
  608. #md-notification .btn {
  609. border: 0;
  610. }
  611. .dropdown-menu .divider {
  612. border-color: #e5e5e5;
  613. opacity: 0.4;
  614. }
  615. .ty-preferences .window-content {
  616. background-color: #fafafa;
  617. }
  618. .ty-preferences .nav-group-item.active {
  619. color: white;
  620. background: #999;
  621. }
  622. .menu-item-container a.menu-style-btn {
  623. background-color: #f5f8fa;
  624. background-image: linear-gradient( 180deg , hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
  625. }
  626. </style><title>云教练文档整合v2023.12.28</title>
  627. </head>
  628. <body class='typora-export os-windows typora-export-show-outline typora-export-collapse-outline'><div class='typora-export-content'>
  629. <div class="typora-export-sidebar"><div class="outline-content"><li class="outline-item-wrapper outline-h1 outline-item-open"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#云教练文档整合v2024112">云教练文档整合v2024.1.12</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h2 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#更新记录">更新记录</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h2"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#后台功能点">后台功能点</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲目管理">曲目管理</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲目列表">曲目列表</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#新增曲目">新增曲目</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#预览曲目">预览曲目</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#修改曲目">修改曲目</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲目分类">曲目分类</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#分类列表">分类列表</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#新增分类">新增分类</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#修改分类-1">修改分类</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#添加子分类">添加子分类</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#声部管理">声部管理</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#声部列表">声部列表</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#添加声部">添加声部</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#修改声部">修改声部</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#声部分类">声部分类</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#添加分类">添加分类</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#修改分类-2">修改分类</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#乐器管理-1">乐器管理</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#乐器管理-2">乐器管理</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#添加乐器">添加乐器</a></div><ul class="outline-children"></ul></li></ul></li></ul></li><li class="outline-item-wrapper outline-h2"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#云教练功能点">云教练功能点</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲目详情页">曲目详情页</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#转谱-1">转谱</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#切换声轨-1">切换声轨</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#试听">试听</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#下载曲目">下载曲目</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#云教练通用功能">云教练通用功能</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#模式切换">模式切换</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#转谱-2">转谱</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#切换声轨-2">切换声轨</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#指法开关">指法开关</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#指针模式调整">指针模式调整</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#节拍器开关">节拍器开关</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#节拍器音量">节拍器音量</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#循环播放">循环播放</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#护眼模式">护眼模式</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#投屏帮助">投屏帮助</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#练习模式">练习模式</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#原声伴奏切换">原声伴奏切换</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#选段">选段</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#速度调整">速度调整</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#播放">播放</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#暂停">暂停</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#重播">重播</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#跟练模式">跟练模式</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#开始演奏">开始演奏</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#结束演奏">结束演奏</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#评测模式">评测模式</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#设备延迟检测">设备延迟检测</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#评测难度">评测难度</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#校音-1">校音</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#校音提醒">校音提醒</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#开启摄像头">开启摄像头</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#ui透明度调整">UI透明度调整</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#标准音高">标准音高</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#反应时间">反应时间</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#开始评测-1">开始评测</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#结束评测">结束评测</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#评测音频保存">评测音频保存</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#评测报告">评测报告</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#音频合成">音频合成</a></div><ul class="outline-children"></ul></li></ul></li></ul></li><li class="outline-item-wrapper outline-h2"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#界面交互流程">界面交互流程</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲目详情">曲目详情</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#选择模式">选择模式</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h2"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#数据库表结构">数据库表结构</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲谱表">曲谱表</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲谱伴奏表">曲谱伴奏表</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲谱赏析表">曲谱赏析表</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲谱分类">曲谱分类</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲谱原声表">曲谱原声表</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#曲谱乐器">曲谱乐器</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h2"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#前端移动端交互">前端&amp;移动端交互</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#交互流程">交互流程</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#mid评测流程图">Mid评测流程图</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#api接口">API接口</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#延迟检测">延迟检测</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#createmusicplayer">createMusicPlayer</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#starttune">startTune</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#checkplayend">checkPlayEnd</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#endtune">endTune</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#finishtune">finishTune</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#getdevicedelay">getDeviceDelay</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h4"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#评测">评测</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#startevaluating">startEvaluating</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#endevaluating">endEvaluating</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cancelevaluating">cancelEvaluating</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#startrecording">startRecording</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#endrecording"><del>endRecording</del></a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#playprogress">playProgress</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#pauserecording"><del>pauseRecording</del></a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#resumerecording"><del>resumeRecording</del></a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#suspendplay"><del>suspendPlay</del></a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#iswiredheadseton">isWiredHeadsetOn</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#listenerwiredstatus">listenerWiredStatus</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#proxymessage"><del>proxyMessage</del></a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#proxyservicemessage">proxyServiceMessage</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#sendresult">sendResult</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#opencamera">openCamera</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#closecamera">closeCamera</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#startcapture">startCapture</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#endcapture">endCapture</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#setcapturemode">setCaptureMode</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#videoupdate">videoUpdate</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h4"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#校音-2">校音</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#startsoundcheck">startSoundCheck</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#endsoundcheck">endSoundCheck</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h4"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#mid播放">Mid播放</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#clouddetail">cloudDetail</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudgetmediastatus">cloudGetMediaStatus</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudplay">cloudPlay</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudsuspend">cloudSuspend</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudsetcurrenttime">cloudSetCurrentTime</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudchangespeed">cloudChangeSpeed</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudvolume">cloudVolume</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudmetronome">cloudMetronome</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#clouddestroy">cloudDestroy</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudtimeupdae">cloudTimeUpdae</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudplayed">cloudplayed</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h4"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#跟音功能">跟音功能</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudtogglefollow">cloudToggleFollow</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#cloudfollowtime">cloudFollowTime</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h4"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#合成相关">合成相关</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#openadjustrecording">openAdjustRecording</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#hidecomplexbutton">hideComplexButton</a></div><ul class="outline-children"></ul></li></ul></li><li class="outline-item-wrapper outline-h4"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#通用接口">通用接口</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#accompanyerror">accompanyError</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#checksocketstatus">checkSocketStatus</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#connectsocket">connectSocket</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#disconnectsocket">disconnectSocket</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h5 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#socketconnectsuccessreport">socketConnectSuccessReport</a></div><ul class="outline-children"></ul></li></ul></li></ul></li></ul></li><li class="outline-item-wrapper outline-h2"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#后端评测功能">后端评测功能</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h3 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#时序图">时序图</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h3"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#流程说明">流程说明</a></div><ul class="outline-children"><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#客户端点击开始评测"><strong>客户端点击开始评测</strong></a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#开始评测-2"><strong>开始评测</strong></a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#发送音频数据流">发送音频数据流</a></div><ul class="outline-children"></ul></li><li class="outline-item-wrapper outline-h4 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#取消评测结束评测">取消评测/结束评测</a></div><ul class="outline-children"></ul></li></ul></li></ul></li><li class="outline-item-wrapper outline-h2 outline-item-single"><div class="outline-item"><span class="outline-expander"></span><a class="outline-label" href="#声部和乐器编码">声部和乐器编码</a></div><ul class="outline-children"></ul></li></ul></li></div></div><div id='write' class=''><h1 id='云教练文档整合v2024112'><span>云教练文档整合v2024.1.12</span></h1><h2 id='更新记录'><span>更新记录</span></h2><figure><table><thead><tr><th><span>更新内容</span></th><th><span>更新人</span></th><th><span>更新时间</span></th></tr></thead><tbody><tr><td><span>创建文档</span></td><td><span>辜临轩</span></td><td><span>2024年12月28日</span></td></tr><tr><td><span>新增前端&amp;移动端交互-通用接口,评测相关suspendPlay接口不再使用</span></td><td><span>辜临轩</span></td><td><span>2024年1月11日</span></td></tr><tr><td><span>新增【后台功能点】相关文档</span></td><td><span>辜临轩</span></td><td><span>2023年1月12日</span></td></tr><tr><td><span>新增【乐器编码】内容</span></td><td><span>辜临轩</span></td><td><span>2024年1月19日</span></td></tr><tr><td><span>1、前端&amp;移动端交互API更新</span><br><span>相关接口:checkPlayEnd、openCamera、startCapture、cloudDetail、cloudToggleFollow、checkSocketStatus</span><br><span>2、更新【交互流程】图</span><br><span>3、新增【声部和乐器编码】、【乐器分轨对应的中文名称】</span></td><td><span>辜临轩</span></td><td><span>2024年1月30日</span></td></tr><tr><td><span>新增前端&amp;移动端交互-Mid交互流程图</span></td><td><span>辜临轩</span></td><td><span>2024年3月18日</span></td></tr><tr><td><span>新增乐器降E单簧管Clarinet in E♭</span></td><td><span>辜临轩</span></td><td><span>2024年5月30日</span></td></tr><tr><td><span>更新【声部和乐器编码】</span></td><td><span>辜临轩</span></td><td><span>2024年6月11日</span></td></tr><tr><td><span>更新【声部和乐器编码】新增打击乐(小鼓)、打击乐(键盘+小鼓)、打击乐(键盘)乐器</span></td><td><span>辜临轩</span></td><td><span>2024年7月17日</span></td></tr><tr><td><span>更新【声部和乐器编码】修改德式竖笛、英式竖笛、高音陶笛、中音陶笛乐器编码</span></td><td><span>辜临轩</span></td><td><span>204年7月25日</span></td></tr></tbody></table></figure><p>&nbsp;</p><h2 id='后台功能点'><span>后台功能点</span></h2><h3 id='曲目管理'><span>曲目管理</span></h3><h4 id='曲目列表'><span>曲目列表</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该页面用于查看内容管理平台中所有已上传曲目信息</span></p><p><span> 2)支持搜索、添加曲目、批量停用、批量启用、适用项目配置、预览、查看、修改、停用、启用、生成图片、删除功能</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)添加曲目后,曲目在内容管理平台默认状态为【停用】</span></p><p><span> 2)内容管理平台【停用】曲目,在各业务系统中也不可使用</span></p><p><span> 3)列表根据更新时间倒序排序</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>字符上限</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>关键字</span></td><td><span>否</span></td><td><span>文本输入</span></td><td><span>汉字、字母、数字</span></td><td><span>--</span></td><td><span>10</span></td><td><span>支持查询曲目编号、曲目名称、音乐人</span></td></tr><tr><td><span>曲目类型</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>独奏/合奏</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>声部</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>可选择系统中设备的所有声部,无论启用停用</span></td></tr><tr><td><span>作者属性</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>平台/机构/个人</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>项目</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>可选择系统中配置项目名称</span></td></tr><tr><td><span>所属人</span></td><td><span>否</span></td><td><span>文本搜索</span></td><td><span>汉字、字母、数字</span></td><td><span>--</span></td><td><span>10</span></td><td><span>1、与【项目】级联搜索</span><br><span>2、输入后模糊搜索【项目】中的用户名称,并反显,用户名称单选</span></td></tr><tr><td><span>适用项目</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>可选择系统中配置项目名称</span></td></tr><tr><td><span>审核版本</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>是/否</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>状态</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>启用/停用</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>查询</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后根据所输入或选择的所有条件查询满足条件的曲目数据</span></td></tr><tr><td><span>重置</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后所有搜索条件置空,列表显示所有数据</span></td></tr><tr><td><span>添加曲目</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【添加曲目】弹窗</span></td></tr><tr><td><span>批量停用</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后将所有复选框选中的曲目停用,曲目停用后各项目客户端都不再显示该曲目</span></td></tr><tr><td><span>批量启用</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后将所有复选框选中的曲目启用,曲目启用后各项目客户端根据个项目中的启用停用状态判断是否显示</span></td></tr><tr><td><span>复选框</span></td><td><span>否</span></td><td><span>复选框</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>适用项目</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【适用项目】配置弹窗</span></td></tr><tr><td><span>预览</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【预览】弹窗,可使用云教练所有功能,并支持调整谱面元素</span></td></tr><tr><td><span>查看</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【查看】弹窗,可查看曲目详细配置信息</span></td></tr><tr><td><span>修改</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【修改】弹窗,可修改曲目配置信息</span></td></tr><tr><td><span>启用</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>仅【停用】状态曲目可用,点击后启用该曲目,曲目启用后各项目客户端根据个项目中的启用停用状态判断是否显示</span></td></tr><tr><td><span>停用</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>仅【启用】状态曲目可用,点击后停用该曲目,各项目客户端不显示该曲目</span></td></tr><tr><td><span>生成图片</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>1、点击后渲染该曲目图片</span><br><span>2、根据乐器上配置的【是否支持简谱】判断渲染哪些谱面图片,不支持简谱则仅渲染五线谱图片;支持简谱则渲染五线谱、首调、固定调三套图片</span></td></tr><tr><td><span>删除</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>1、仅停用曲目可用</span><br><span>2、删除时校验该曲目是否存在【适用项目】,若不存在则可删除</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>输出限制</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>曲目编号</span></td><td><span>数字</span></td><td><span>曲目唯一编号,不可重复</span></td></tr><tr><td><span>曲目名称</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>封面图</span></td><td><span>图片</span></td><td><span>可点击放大预览</span></td></tr><tr><td><span>音乐人</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>曲目类型</span></td><td><span>独奏/合奏</span></td><td><span>--</span></td></tr><tr><td><span>作者属性</span></td><td><span>平台/机构/个人</span></td><td><span>--</span></td></tr><tr><td><span>所属人</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>上传人</span></td><td><span>--</span></td><td><span>最后一次更新上传该曲目信息的内容管理平台账号名称</span></td></tr><tr><td><span>更新时间</span></td><td><span>yyyy-MM-dd HH:mm</span></td><td><span>最后一次更新上传该曲目信息的时间</span></td></tr><tr><td><span>审核版本</span></td><td><span>是/否</span></td><td><span>1、是,则移动端开启审核的版本显示该数据</span><br><span>2、否,则移动端非审核版本显示该数据</span></td></tr><tr><td><span>适用项目</span></td><td><span>可选择系统中配置项目名称</span></td><td><span>显示该曲目已配置的项目名称</span></td></tr><tr><td><span>状态</span></td><td><span>启用/停用</span></td><td>&nbsp;</td></tr></tbody></table></figure><p>&nbsp;</p><h4 id='新增曲目'><span>新增曲目</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于在内容管理平台添加云教练曲目</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)新添加的曲目默认为【停用】状态</span></p><p><span> 2)新添加的曲目默认无【适用项目】</span></p><p><span> 3)停用状态下支持预览、查看、修改、启用、生成图片、删除操作</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>字符上线</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>曲目名称</span></td><td><span>是</span></td><td><span>文本输入</span></td><td><span>汉字、字母、数字、符号</span></td><td><span>--</span></td><td><span>40</span></td><td><span>曲目名称允许重复</span></td></tr><tr><td><span>音乐人</span></td><td><span>是</span></td><td><span>文本输入</span></td><td><span>汉字、字母、数字、符号</span></td><td><span>--</span></td><td><span>14</span></td><td><span>音乐人允许重复</span></td></tr><tr><td><span>曲目描述</span></td><td><span>否</span></td><td><span>文本输入</span></td><td><span>汉字、字母、数字、符号</span></td><td><span>--</span></td><td><span>140</span></td><td><span>--</span></td></tr><tr><td><span>曲目封面</span></td><td><span>是</span></td><td><span>图片上传、裁切</span></td><td><span>jpg、png、gif,1m以内</span></td><td><span>--</span></td><td><span>--</span></td><td>&nbsp;</td></tr><tr><td><span>曲目类型</span></td><td><span>是</span></td><td><span>下拉单选</span></td><td><span>独奏/合奏</span></td><td><span>独奏</span></td><td><span>--</span></td><td><span>1、选择【独奏】时须配置【页面渲染声轨】</span><br><span>2、选择【合奏】时须配置【可切换声轨】</span></td></tr><tr><td><span>作者属性</span></td><td><span>是</span></td><td><span>下拉单选</span></td><td><span>平台/机构/个人</span></td><td><span>平台</span></td><td><span>--</span></td><td><span>1、与【所属人】级联选择,该字段为父级</span><br><span>2、输入【平台】时,不显示【所属人】字段,所属人默认为当前用户</span><br><span>3、输入【机构】时,显示【所属人】字段,根据应用选择对应应用下的用户</span><br><span>4、输入【个人】时,显示【所属人】字段,根据应用选择对应应用下的用户</span></td></tr><tr><td><span>所属人</span></td><td><span>是</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【所属人】弹窗</span></td></tr><tr><td><span>审核版本</span></td><td><span>是</span></td><td><span>单选框</span></td><td><span>是/否</span></td><td><span>否</span></td><td><span>--</span></td><td><span>1、选择【是】时,各项目APP【审核版本】显示该数据</span><br><span>2、选择【否】时,各项目APP【审核版本】显示该数据</span></td></tr><tr><td><span>曲目分类</span></td><td><span>是</span></td><td><span>下拉单选</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>可选择曲目分类中已配置的分类</span></td></tr><tr><td><span>评分标准</span></td><td><span>是</span></td><td><span>单选</span></td><td><span>标准评测/打击乐(振幅)/节奏(分贝)</span></td><td><span>标准评测</span></td><td><span>--</span></td><td><span>1、标准评测:该曲目支持评测音准、节奏、完整性得分</span><br><span>2、打击乐(振幅):该曲目通过振幅评测,评测分数仅有节奏得分</span><br><span>3、节奏(分贝):该曲目通过分贝评测,评测分数仅有节奏得分</span></td></tr><tr><td><span>是否重复节拍是时长</span></td><td><span>是</span></td><td><span>单选</span></td><td><span>重复/不重复</span></td><td><span>不重复</span></td><td><span>--</span></td><td><span>用于判断该曲目节拍器是否重复播放</span></td></tr><tr><td><span>播放模式</span></td><td><span>是</span></td><td><span>单选</span></td><td><span>MP3/Mid</span></td><td><span>MP3</span></td><td><span>--</span></td><td><span>1、用于判断该曲目用那种方式播放,不同的播放模式需上传不同的文件</span><br><span>2、MP3:显示【伴奏】【原声】字段</span><br><span>3、Mid:显示【上传Mid】字段</span></td></tr><tr><td><span>伴奏类型</span></td><td><span>是</span></td><td><span>单选</span></td><td><span>自制伴奏/普通伴奏</span></td><td><span>自制伴奏</span></td><td><span>--</span></td><td>&nbsp;</td></tr><tr><td><span>上传Xml</span></td><td><span>是</span></td><td><span>上传按钮</span></td><td><span>XML、XMXL</span></td><td><span>--</span></td><td><span>--</span></td><td>&nbsp;</td></tr><tr><td><span>上传伴奏</span></td><td><span>否</span></td><td><span>上传按钮</span></td><td><span>MP3</span></td><td><span>--</span></td><td><span>--</span></td><td><span>【播放模式】为【MP3】时显示</span></td></tr><tr><td><span>上传Mid</span></td><td><span>是</span></td><td><span>上传按钮</span></td><td><span>Mid</span></td><td><span>--</span></td><td><span>--</span></td><td><span>【播放模式】为【Mid】时显示</span></td></tr><tr><td><span>可用乐器</span></td><td><span>是</span></td><td><span>下拉多选</span></td><td><span>乐器设置中配置的乐器名称</span></td><td><span>根据上传的XMl文件解析声轨名称,与系统中乐器设置中的【乐器编码】字段匹配,匹配结果默认反显</span></td><td><span>--</span></td><td><span>反显结果支持修改</span></td></tr><tr><td><span>可用声部</span></td><td><span>是</span></td><td><span>下拉多选</span></td><td><span>声部设置中配置的声部名称</span></td><td><span>根据上传的XML文件解析声轨名称,与系统中乐器设置中的【乐器编码】字段匹配,再根据乐器与声部的关联关系判断该XML文件支持哪些声部,关联结果默认反显</span></td><td><span>--</span></td><td><span>反显结果支持修改</span></td></tr><tr><td><span>页面渲染声轨</span></td><td><span>是</span></td><td><span>多选</span></td><td><span>乐器设置中配置的乐器名称</span></td><td><span>根据上传的XMl文件解析声轨名称,与系统中乐器设置中的【乐器编码】字段匹配,匹配结果为可选项,并默认全选</span></td><td><span>--</span></td><td><span>1、【曲目类型】为【独奏】时显示该字段</span><br><span>2、该字段用于控制客户端谱面渲染哪些声轨</span></td></tr><tr><td><span>可切换声轨</span></td><td><span>是</span></td><td><span>多选</span></td><td><span>乐器设置中配置的乐器名称</span></td><td><span>根据上传的XMl文件解析声轨名称,与系统中乐器设置中的【乐器编码】字段匹配,匹配结果为可选项,并默认全选</span></td><td>&nbsp;</td><td><span>1、【曲目类型】为【合奏】时显示该字段</span><br><span>2、该字段用于控制客户端切换声轨功能可选选择的声轨</span></td></tr><tr><td><span>节拍器</span></td><td><span>是</span></td><td><span>单选</span></td><td><span>播放/不播放</span></td><td><span>不播放</span></td><td><span>--</span></td><td><span>用于控制该曲目从头播放时是否播放节拍器</span></td></tr><tr><td><span>播放方式</span></td><td><span>是</span></td><td><span>单选</span></td><td><span>系统节拍器/MP3节拍器</span></td><td><span>MP3节拍器</span></td><td><span>--</span></td><td><span>1、【节拍器】字段选择【播放】时显示</span><br><span>2、用于控制是否播放系统节拍器</span></td></tr><tr><td><span>原声</span></td><td><span>是</span></td><td><span>上传按钮</span></td><td><span>MP3</span></td><td><span>根据【页面渲染声部】或【可切换声轨】字段所勾选的乐器显示,每个乐器一条,都需要上传该乐器的原声MP3文件</span></td><td><span>--</span></td><td><span>【播放模式】为【MP3】时显示</span></td></tr><tr><td><span>确认</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>1、点击确认时,校验校验必填项是否规范填写</span><br><span>2、校验通过后渲染谱面图片,所有图片渲染成功后保存完成</span><br><span>3、根据【可用声部】是否支持转简谱判断需要渲染哪些谱面</span></td></tr><tr><td><span>取消</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>关闭该弹窗,不保存已填写信息</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><p><span>无</span></p><p>&nbsp;</p><h4 id='预览曲目'><span>预览曲目</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于预览谱面信息</span></p><p><span> 2)支持调整谱面元素</span></p><p><strong><span>2、业务规则</span></strong></p><p><span>无</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>谱面</span></td><td><span>是</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>删除元素</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>选中谱面元素后点击该按钮则将谱面中选中的元素删除</span></td></tr><tr><td><span>重置数据</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后重置谱面为初始状态</span></td></tr><tr><td><span>保存数据</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后保存已操作的所有内容,客户端根据最新保存的结果显示谱面</span></td></tr><tr><td><span>小节调整</span></td><td><span>是</span></td><td><span>单选</span></td><td><span>固定小节/自定义小节</span></td><td><span>固定小节</span></td><td><span>1、固定小节:谱面每一行的小节数量统一配置</span><br><span>2、自定义小节:可自由设置每一行的小节数量</span></td></tr><tr><td><span>每行小节数</span></td><td><span>是</span></td><td><span>文本</span></td><td><span>数字</span></td><td><span>4</span></td><td><span>1、【小节调整】字段为【固定小节】时显示</span><br><span>2、根据输入参数渲染谱面,每一行的小结束相同</span></td></tr><tr><td><span>末尾行是否与上一行合并</span></td><td><span>是</span></td><td><span>单选</span></td><td><span>是/否</span></td><td><span>是</span></td><td><span>该字段用于设置最后一行不足【每行小节数】时最后一行是否要与倒数第二行合并为一行</span></td></tr><tr><td><span>第n行小节数</span></td><td><span>是</span></td><td><span>文本</span></td><td><span>数字</span></td><td><span>4</span></td><td><span>单独设置每一行的小节数</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><p><span>略</span></p><p>&nbsp;</p><h4 id='修改曲目'><span>修改曲目</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于修改曲目信息</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)无论曲目是否停用,都支持修改</span></p><p><strong><span>3、输入项</span></strong></p><p><span>同【新增曲目】</span></p><p><strong><span>4、输出项</span></strong></p><p><span>同【新增曲目】</span></p><p>&nbsp;</p><h3 id='曲目分类'><span>曲目分类</span></h3><h4 id='分类列表'><span>分类列表</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该页面用于查看内容管理平台已设置的曲目分类</span></p><p><span> 2)支持添加、删除、修改、添加子分类</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)未被曲目关联的分类支持删除</span></p><p><span> 2)分类不限制层级</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>添加分类</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【新增分类】弹窗</span></td></tr><tr><td><span>删除</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后校验还分类是否关联曲目,若未关联则将所选分类删除,若又关联则提示【该分类已关联曲目,无可删除】</span></td></tr><tr><td><span>修改</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【修改分类】弹窗</span></td></tr><tr><td><span>添加子分类</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【添加子分类】弹窗</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>输出限制</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>分类名称</span></td><td><span>--</span></td><td>&nbsp;</td></tr><tr><td><span>曲目数量</span></td><td><span>数字</span></td><td><span>该分类及下级分类关联曲目数量总和</span></td></tr><tr><td><span>最后更新时间</span></td><td><span>yyyy-MM-dd HH:mm</span></td><td><span>最后修改该分类信息的时间</span></td></tr><tr><td><span>更新人</span></td><td><span>--</span></td><td><span>最后修改该分类信息后台用户名称</span></td></tr></tbody></table></figure><p>&nbsp;</p><h4 id='新增分类'><span>新增分类</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于添加内容管理平台中的曲目分类</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)分类不限制层级,支持添加多级分类</span></p><p><span> 2)同一分类下同一层级的分类名称不可重复</span></p><p><span> 3)不同分类下统一层级的分类名称可重复</span></p><p><span> 4)子分类名称不能与所有父级分类名称重复</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>分类名称</span></td><td><span>是</span></td><td><span>文本输入</span></td><td><span>10字符</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>取消</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>确认</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>输出限制</span></th><th style='text-align:left;' ><span>备注</span></th></tr></thead><tbody><tr><td><span>父级分类</span></td><td><span>--</span></td><td style='text-align:left;' ><span>--</span></td></tr></tbody></table></figure><p>&nbsp;</p><h4 id='修改分类-1'><span>修改分类</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于修改分类名称</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)同一分类下同一层级的分类名称不可重复</span></p><p><span> 2)不同分类下统一层级的分类名称可重复</span></p><p><span> 3)子分类名称不能与所有父级分类名称重复</span></p><p><strong><span>3、输入项</span></strong></p><p><span>同【新增分类】</span></p><p><strong><span>4、输出项</span></strong></p><p><span>略</span></p><p>&nbsp;</p><h4 id='添加子分类'><span>添加子分类</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于添加子分类</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)分类不限制层级,支持添加多级分类</span></p><p><span> 2)同一分类下同一层级的分类名称不可重复</span></p><p><span> 3)不同分类下统一层级的分类名称可重复</span></p><p><span> 4)子分类名称不能与所有父级分类名称重复</span></p><p><strong><span>3、输入项</span></strong></p><p><span>同【新增分类】</span></p><p><strong><span>4、输出项</span></strong></p><p>&nbsp;</p><h3 id='声部管理'><span>声部管理</span></h3><h4 id='声部列表'><span>声部列表</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该页面用于查询内容管理平台已配置的声部信息</span></p><p><span> 2)支持添加声部、修改、停用</span></p><p><strong><span>2、业务规则</span></strong></p><p><span>无</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>关键词</span></td><td><span>否</span></td><td><span>文本输入</span></td><td><span>--</span></td><td><span>--</span></td><td><span>支持查询声部编号、声部名称</span></td></tr><tr><td><span>声部分类</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>【声部分类】中配置的分类</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>关联乐器</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>【乐器分类】中配置的乐器名称</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>操作人</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>操作时间</span></td><td><span>否</span></td><td><span>日期时间段选择</span></td><td><span>yyyy-MM-dd ~ yyyy-MM-dd</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>查询</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后根据已输入的所有搜索条件查询数据</span></td></tr><tr><td><span>重置</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后将所有搜索条件置空,并更新列表数据</span></td></tr><tr><td><span>添加</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【添加声部】弹窗</span></td></tr><tr><td><span>修改</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【修改声部】弹窗</span></td></tr><tr><td><span>停用</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>1、点击后停用该声部</span><br><span>2、停用声部后,已关联数据不受影响,新增曲目时不可选择该声部</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>输出限制</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>编号</span></td><td><span>数字</span></td><td><span>声部唯一编号</span></td></tr><tr><td><span>声部名称</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>声部分类</span></td><td><span>--</span></td><td><span>该声部配置的分类</span></td></tr><tr><td><span>声部图片</span></td><td><span>jpg、png</span></td><td><span>点击可放大预览</span></td></tr><tr><td><span>关联乐器</span></td><td><span>--</span></td><td><span>该声部关联的所有乐器名称</span></td></tr><tr><td><span>操作人</span></td><td><span>--</span></td><td><span>最后一次更新该声部信息的内容管理平台账号名称</span></td></tr><tr><td><span>更新时间</span></td><td><span>yyyy-MM-dd HH:mm</span></td><td><span>最后一次更新该声部信息的时间</span></td></tr></tbody></table></figure><p>&nbsp;</p><h4 id='添加声部'><span>添加声部</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于添加声部</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)声部名称不可重复</span></p><p><span> 2)多个声部可关联同一【声部分类】</span></p><p><span> 3)一个声部可关联多个【乐器】</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>声部分类</span></td><td><span>是</span></td><td><span>下拉单选</span></td><td><span>【声部分类】中配置的分类</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>声部名称</span></td><td><span>是</span></td><td><span>文本输入</span></td><td><span>汉字、字母,10字符</span></td><td><span>--</span></td><td><span>声部名称不可重复</span></td></tr><tr><td><span>声部图片</span></td><td><span>是</span></td><td><span>图片上传、裁切</span></td><td><span>jpg、png 1m以内</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>关联乐器</span></td><td><span>否</span></td><td><span>下拉多选,关联字搜索</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>取消</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>重置</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>创建</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><p><span>无</span></p><p>&nbsp;</p><h4 id='修改声部'><span>修改声部</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于修改声部信息</span></p><p><strong><span>2、业务规则</span></strong></p><p><span>同【添加声部】</span></p><p><strong><span>3、输入项</span></strong></p><p><span>同【添加声部】</span></p><p><strong><span>4、输出项</span></strong></p><p><span>略</span></p><p>&nbsp;</p><h4 id='声部分类'><span>声部分类</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用于查看、新增、修改声部分类</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)分类仅支持一级</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>添加</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【添加分类】弹窗</span></td></tr><tr><td><span>修改</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【修改分类】弹窗</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>输出限制</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>分类编号</span></td><td><span>数字</span></td><td><span>声部分类唯一编号</span></td></tr><tr><td><span>分类名称</span></td><td><span>汉字</span></td><td><span>--</span></td></tr><tr><td><span>操作人</span></td><td><span>--</span></td><td><span>最后一次更新该分类的内容管理平台账号姓名</span></td></tr><tr><td><span>更新时间</span></td><td><span>yyyy-MM-dd HH:mm:ss</span></td><td><span>最后一次更新该分类的时间</span></td></tr></tbody></table></figure><p>&nbsp;</p><h4 id='添加分类'><span>添加分类</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于添加声部分类</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)声部分类名称、编号不可重复</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>分类名称</span></td><td><span>是</span></td><td><span>文本输入</span></td><td><span>10字符</span></td><td><span>--</span></td><td><span>不可重复</span></td></tr><tr><td><span>取消</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>确认</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><p><span>无</span></p><p>&nbsp;</p><h4 id='修改分类-2'><span>修改分类</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)功能功能用于修改分类名称</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)分类名称不可重复</span></p><p><strong><span>3、输入项</span></strong></p><p><span>同【添加分类】</span></p><p><strong><span>4、输出项</span></strong></p><p><span>无</span></p><p>&nbsp;</p><h3 id='乐器管理-1'><span>乐器管理</span></h3><h4 id='乐器管理-2'><span>乐器管理</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用于查看、添加、修改、停用乐器信息</span></p><p><span> 2)创建乐器与声部的关联关系</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)乐器名称不可重复</span></p><p><span> 2)乐器编码不可重复</span></p><p><span> 3)多个乐器可关联同一个声部</span></p><p><span> 4)停用的乐器不可在云教练中选择对应声轨</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>关键词</span></td><td><span>否</span></td><td><span>文本输入</span></td><td><span>--</span></td><td><span>--</span></td><td><span>支持乐器编号、乐器名称、乐器编码搜索</span></td></tr><tr><td><span>默认谱面</span></td><td><span>否</span></td><td><span>下拉单选</span></td><td><span>五线谱/首调/固定调</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>操作人</span></td><td><span>否</span></td><td><span>文本输入</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>操作时间</span></td><td><span>否</span></td><td><span>时间选择器</span></td><td><span>yyyy-MM-dd ~ yyyy-MM-dd</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>查询</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>重置</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>修改</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>点击后弹出【修改乐器】弹窗</span></td></tr><tr><td><span>停用</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>启用</span></td><td><span>否</span></td><td><span>按钮</span></td><td><span>--</span></td><td><span>--</span></td><td><span>--</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>输出限制</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>编号</span></td><td><span>数字</span></td><td><span>--</span></td></tr><tr><td><span>乐器名称</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>乐器编码</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>声部</span></td><td><span>【声部设置】中配置的声部名称,无论是否停用</span></td><td><span>--</span></td></tr><tr><td><span>默认篇</span></td><td><span>五线谱/首调/固定调</span></td><td><span>--</span></td></tr><tr><td><span>操作人</span></td><td><span>--</span></td><td><span>--</span></td></tr><tr><td><span>操作时间</span></td><td><span>yyyy-MM-dd HH:mm:ss</span></td><td><span>--</span></td></tr></tbody></table></figure><p>&nbsp;</p><h4 id='添加乐器'><span>添加乐器</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于添加乐器,配置乐器参数</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)乐器名称不可重复</span></p><p><span> 2)【是否支持转简谱】设置为【是】时,须选择默认谱面;设置为【否】时,无需设置默认谱面,谱面默认为【五线谱】</span></p><p><span> 3)【乐器编码】用于添加曲目时,与上传的XML文件中声轨名称匹配,匹配上后,显示对应乐器名称</span></p><p><strong><span>3、输入项</span></strong></p><figure><table><thead><tr><th><span>字段名称</span></th><th><span>是否必填</span></th><th><span>交互方式</span></th><th><span>输入限制</span></th><th><span>默认值</span></th><th><span>备注</span></th></tr></thead><tbody><tr><td><span>乐器名称</span></td><td><span>是</span></td><td><span>文本输入</span></td><td><span>汉字,10字符</span></td><td><span>--</span></td><td><span>乐器名称不可重复</span></td></tr><tr><td><span>是否支持转简谱</span></td><td><span>是</span></td><td><span>下拉单选</span></td><td><span>是/否</span></td><td><span>是</span></td><td><span>选择【是】时,显示【默认谱面】字段</span></td></tr><tr><td><span>默认谱面</span></td><td><span>是</span></td><td><span>下拉单选</span></td><td><span>五线谱/首调/固定调</span></td><td><span>首调</span></td><td><span>1、【是否支持转简谱】选择【是】时显示</span><br><span>2、【是否支持转简谱】选择【是】时不显示,默认保存为【五线谱】</span></td></tr><tr><td><span>乐器编码</span></td><td><span>是</span></td><td><span>文本输入</span></td><td><span>英文、符号</span></td><td><span>--</span></td><td><span>乐器编码不可重复</span></td></tr></tbody></table></figure><p><strong><span>4、输出项</span></strong></p><p><span>无</span></p><p>&nbsp;</p><h2 id='云教练功能点'><span>云教练功能点</span></h2><h3 id='曲目详情页'><span>曲目详情页</span></h3><h4 id='转谱-1'><span>转谱</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用户可使用该功能切换五线谱、固定调(简谱)、首调(简谱)显示</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)判断曲目是否为合奏曲目,合奏曲目不可转换简谱(含固定调、首调),声部曲目根据该声部设置的是否支持转简谱判断是否呈现</span></p><p><span> 2)声部曲目根据该声部后台【乐器设置】是否支持转简谱判断。若该乐器设置为不支持转简谱,则不显示该功能;若设置为支持转简谱,则显示该功能</span></p><p><span> 3)不支持转简谱的曲目默认显示五线谱,支持转简谱的声部根据后台设置的默认谱面判断默认显示五线谱、首调、固定调</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击转谱功能按钮</span></p><p><span> 2)选择需要切换的谱面类型</span></p><p><span> 3)页面显示的谱面切换为用户所选谱面</span></p><p>&nbsp;</p><h4 id='切换声轨-1'><span>切换声轨</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)可使用该功能切换合奏曲目谱面显示那一条声轨</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)仅合奏曲目支持切换声轨</span></p><p><span> 2)可切换的声轨根据后台设置该曲目可切换的声轨显示</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击切换声轨功能按钮</span></p><p><span> 2)选择需要显示的声轨</span></p><p><span> 3)页面显示的谱面切换为用户所选声轨谱面</span></p><p>&nbsp;</p><h4 id='试听'><span>试听</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用户可使用该功能试听当前所选声轨的原声MP3</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)Mid播放的曲目不支持该功能</span></p><p><span> 2)根据用户所选声轨播放该声轨的MP3</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击播放按钮</span></p><p><span> 2)播放当前所选声轨播放该声轨的原声MP3</span></p><p>&nbsp;</p><h4 id='下载曲目'><span>下载曲目</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)可使用该功能下载曲谱图片到设备相册</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)根据当前选择的谱面(五线谱、首调、固定调)和声轨下载对应谱面图片</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击下载按钮</span></p><p><span> 2)切换需要下载的谱面页码</span></p><p><span> 3)点击保存按钮</span></p><p><span> 4)图片保存到设备相册</span></p><p>&nbsp;</p><h3 id='云教练通用功能'><span>云教练通用功能</span></h3><h4 id='模式切换'><span>模式切换</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用户可使用该功能切换云教练的三种模式</span></p><p><span> 2)三种模式分别为:练习模式、跟练模式、评测模式</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)当该曲目后台没有上传伴奏时,不支持评测模式</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击模式按钮</span></p><p><span> 2)显示该曲目可支持的模式</span></p><p><span> 3)点击所需模式按钮</span></p><p><span> 4)进入对应模式界面</span></p><p>&nbsp;</p><h4 id='转谱-2'><span>转谱</span></h4><p><span>同【曲目详情页-切换声轨】</span></p><p>&nbsp;</p><h4 id='切换声轨-2'><span>切换声轨</span></h4><p><span>同【曲目详情页-切换声轨】</span></p><p>&nbsp;</p><h4 id='指法开关'><span>指法开关</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用户可使用该功能开启或关闭谱面指法显示</span></p><p><span> 2)默认状态为开始指法显示</span></p><p><span> 3)该功能仅练习模式、跟练模式可用</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击指法按钮</span></p><p><span> 2)根据用户所切换的开启/关闭状态显示/关闭指法</span></p><p>&nbsp;</p><h4 id='指针模式调整'><span>指针模式调整</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于调整谱面指针的播放方式,共分为三种:音符指针、节拍指针、关闭指针</span></p><p><span> 2)音符指针:播放曲目时,指针跟随音符走动,例:指针走到二分音符时停留两拍后再走到下一个音符</span></p><p><span> 3)节拍指针:播放曲目时,指针跟随节拍走动,例:指针走到二分音符时停留一拍,然后走到后面空白处停留一拍,再走到下一个音符</span></p><p><span> 4)关闭指针:播放曲目时,不显示指针,当前播放小节需高亮显示</span></p><p><span> 5)该功能仅练习模式、评测模式可用</span></p><p><span> 6)默认为音符指针</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 请自行学习乐理基础中音符、拍号、时值相关知识</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)用户每点击一次切换指针按钮时,依照音符指针、节拍指针、关闭指针顺序切换到下一个</span></p><p>&nbsp;</p><h4 id='节拍器开关'><span>节拍器开关</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用户可自行开启或关闭节拍器</span></p><p><span> 2)开启时,当用户使用播放功能,系统根据当前曲目拍号播放节拍声音</span></p><p><span> 3)该功能仅练习模式、跟练模式可用</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='节拍器音量'><span>节拍器音量</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于调整节拍器的播放音量</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)未开启节拍器时不显示该功能</span></p><p><span> 2)开启节拍器后显示该功能</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='循环播放'><span>循环播放</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用户可自行开启或关闭该功能</span></p><p><span> 2)功能开启时,用户播放曲目结束后,指针自动跳转第一个小节并自动再次播放</span></p><p><span> 3)当用户使用选段功能选择部分小节播放时,播放结束后跳转所选小节前一个小节开始自动再次播放</span></p><p><span> 4)循环播放时,当用户点击暂停按钮后停止播放</span></p><p><span> 5)关闭该功能时,无论用户是否选段播放,播放结束指针都不跳转并停止播放</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)开启时循环播放,直到用户点击暂停</span></p><p><span> 2)开启且未选段时,播放结束后跳转第一小节再次播放</span></p><p><span> 3)开启且选段时,播放结束后跳转所选小节的前一个小节再次播放</span></p><p><span> 4)关闭时,无论是否选段,播放结束后都不再重复播放</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击循环播放按钮,开启循环播放</span></p><p><span> 2)开启后,当用户正常结束后,指针自动跳转第一小节,再次播放</span></p><p><span> 3)开启后,当用户选段播放结束后,指针自动跳转所选小节的迁移小节,再次播放(从所选小节的前一小节播放)</span></p><p>&nbsp;</p><h4 id='护眼模式'><span>护眼模式</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)开启护眼模式可将谱面背景颜色改为护眼色</span></p><p><strong><span>2、业务规则</span></strong></p><p><span>无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击护眼模式开关,开启护眼模式</span></p><p><span> 2)谱面背景颜色切换为护眼色</span></p><p>&nbsp;</p><h4 id='投屏帮助'><span>投屏帮助</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用户可使用该功能查看设备画面如何投屏到电视上观看</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)根据用户设备系统显示不同的帮助内容</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击投屏帮助按钮</span></p><p><span> 2)根据当前设备显示该设备的投屏帮助内容</span></p><p>&nbsp;</p><h3 id='练习模式'><span>练习模式</span></h3><h4 id='原声伴奏切换'><span>原声伴奏切换</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用户可使用该功能切换播放时播放的是原声或伴奏</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)该曲目是否上传伴奏,若上传则该功能可用;若未上传则该功能不可使用</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击原声/伴奏切换按钮</span></p><p><span> 2)点击播放按钮</span></p><p><span> 3)播放用户所选MP3</span></p><p>&nbsp;</p><h4 id='选段'><span>选段</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用户可使用该功能选择曲目中的部分小节反复播放练习</span></p><p><span> 2)选段后开始播放时,从用户所选小节的前一小节(预备小节)开始播放</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击选段按钮</span></p><p><span> 2)在谱面上选择开始小节</span></p><p><span> 3)在谱面上点击结束小节</span></p><p><span> 4)点击播放按钮</span></p><p><span> 5)从开始小节的前一小节开始播放</span></p><p>&nbsp;</p><h4 id='速度调整'><span>速度调整</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于显示和调整谱面小节速度</span></p><p><span> 2)谱面指针移动到哪个小节,显示哪个小节的速度</span></p><p><span> 3)默认速度显示优先级:小节标记速度 &gt; 意大利文约定速度 &gt; 框架默认速度(100)</span></p><p><span> 4)用户在某个小节调整速度时,其他小节按照该小节调整前与调整后的速度比同步调整,例:A小节谱面速度100,B小节谱面速度50,当用户在A小节将速度调整到50时,播放到B小节时,速度显示为25</span></p><p><span> 5)当其他小节速度按照调整后比例计算为小数时,系统按实际结算结果播放MP3及指针,但界面上显示速度为四舍五入取整后的数值</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击速度按钮</span></p><p><span> 2)拖动滑动条或点击【+号】【-号】速度目标速度</span></p><p><span> 3)点播播放按钮</span></p><p><span> 4)谱面指针、播放速度按照调整后速度播放</span></p><p><span> </span></p><h4 id='播放'><span>播放</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)用户可使用该功能试听该曲目的原声、伴奏</span></p><p><span> 2)播放时指针、指法、速度、音频跟随播放进度实时显示</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)播放过程中可使用原声伴奏切换、指法显示功能</span></p><p><span> 2)若开启循环播放,播放结束时,指针跳转第一小节再次播放,如此循环直到用户操作暂停</span></p><p><span> 3)若用户选段播放,从所选段的前一小节(预备小节)开始播放</span></p><p><span> 4)若用户选段播放,所选段落播放结束时,指针跳转所选段前一小节(预备小节)再次播放,如此循环直到用户操作暂停</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='暂停'><span>暂停</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)在播放的过程中用户可使用该功能暂停播放</span></p><p><span> 2)暂停后可使用播放功能继续播放</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='重播'><span>重播</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)播放到一半暂停后,或点击谱面选择某个音符后,用户可使用该功能从头播放</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)未选段时,从曲目第一小节开始播放</span></p><p><span> 2)选段时,从所选段的前一小节(预备小节)开始播放</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h3 id='跟练模式'><span>跟练模式</span></h3><h4 id='开始演奏'><span>开始演奏</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于开始跟练,开始后,设备开始收音</span></p><p><span> 2)用户演奏频率与谱面指针所指音符一致时,指针跳转下一个音符,不一致时显示【高了】或【低了】</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)点击开始演奏后开始收音</span></p><p><span> 2)用户演奏频率与谱面指针所指音符一致时,指针跳转下一个音符</span></p><p><span> 3)用户演奏频率与谱面指针所指音符不一致时,若用户演奏频率比指针音符高,则界面提示【高了】</span></p><p><span> 4)用户演奏频率与谱面指针所指音符不一致时,若用户演奏频率比指针音符低,则界面提示【低了】</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='结束演奏'><span>结束演奏</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用户停止跟练</span></p><p><span> 2)用户开始演奏之后才可使用该功能</span></p><p><span> 3)用户点击结束演奏后,设备停止收音</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)未开始演奏时,不显示该功能按钮</span></p><p><span> 2)开始演奏时,显示该功能按钮</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h3 id='评测模式'><span>评测模式</span></h3><h4 id='设备延迟检测'><span>设备延迟检测</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于检测设备播放音频到设备接收音频中的时间差,用于评测时值与音频合成的默认校准时间</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)进入评测模式时,校验本地是否储存该设备的延迟数据,若未储存则必须进行检测,若已存在延迟数据则不经过该流程</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击评测模式,系统校验是否存在延迟数据,若存在则直接进入评测模式,若不存在则进行下一步</span></p><p><span> 2)校验设备当前是否链接耳机,若已链接则提示用户断开耳机链接,若未链接则进行下一步</span></p><p><span> 3)提示用户为了评测更加准确,即将开始设备延迟检测,点击开始检测按钮,进行下一步</span></p><p><span> 4)校验用户手机音量是否≥75%,若小于75%则提示用户请将设备音量调整至75%,若≥75%则进行下一步</span></p><p><span> 5)系统播放检测音效,并开始收音,计算从播放到收到音量的时间差,并记录在本地</span></p><p><span> 6)记录数据后提示用户:检测完成,为了评测分数更加准确,请链接有线耳机后开始评测。用户点击开始评测按钮,进入评测模式。</span></p><p>&nbsp;</p><h4 id='评测难度'><span>评测难度</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于切换评测打分标准,共分为三种标准:入门级、进阶级、大师级</span></p><p><span> 2)默认为进阶级</span></p><p><span> 3)用户可自行切换打分标准</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)在评测模式下点击设置按钮</span></p><p><span> 2)切换到评测设置界面</span></p><p><span> 3)选择需要的打分标准</span></p><p><span> 4)点击确定按钮操作结束</span></p><p>&nbsp;</p><h4 id='校音-1'><span>校音</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于让用户校准乐器声音,保障评测分数客观准确</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)当用户开启校音提醒时,每次进入评测模式都需进行校音步骤</span></p><p><span> 2)当用户关闭校音提示时,每次进入评测模式都不进行该步骤</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)界面提示用户使用乐器演奏中央C</span></p><p><span> 2)设备开始收音</span></p><p><span> 3)使用收音频率与该声部中央C频率对比是否一致,不一致时,界面显示高了/低了,一致时显示准确,帮提示用户校音完成</span></p><p><span> 4)校音完成后进入评测模式界面</span></p><p>&nbsp;</p><h4 id='校音提醒'><span>校音提醒</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于开启/关闭每次评测前是否需要进行校音</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='开启摄像头'><span>开启摄像头</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该用能用于开启设备摄像头与相册权限</span></p><p><span> 2)开启后,评测时需通过设备前置摄像头录制评测画面</span></p><p><span> 3)默认为关闭状态</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)用户是否授权摄像头</span></p><p><span> 2)用户是否授权相册</span></p><p><span> 3)摄像头、相册都授权时,功能开关亮起,任何一个权限未授权则功能按钮置灰</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 1)点击开启摄像头功能,判断是否授权摄像头</span></p><p><span> 2)若未授权,则提示是否授权摄像头,选择否则流程结束,功能按钮置灰;选择是则进行下一步</span></p><p><span> 3)提示用户是否授权相册,若选择否则流程结束,功能按钮置灰,若选择是则功能按钮亮起,界面显示前置摄像头画面,界面UI变成75%半透明,流程结束</span></p><p>&nbsp;</p><h4 id='ui透明度调整'><span>UI透明度调整</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于在评测模式开启摄像头的情况下调整界面UI透明度</span></p><p><span> 2)仅调整UI背景透明度,谱面UI不受此影响</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)用户是否开启摄像头且APP已获取到摄像头、相册权限,都获取到时显示该功能,其中一个未获取或用户关闭开启摄像头功能时,不显UI透明度调整功能</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='标准音高'><span>标准音高</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于切换评测音高标准</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)默认值为后台参数中设备的每个项目的标准音高</span></p><p><span> 2)用户可手动输入修改标准音高</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='反应时间'><span>反应时间</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于设置评测打分时的校准延迟</span></p><p><span> 2)用户可根据自己的实际情况设置反应时间</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='开始评测-1'><span>开始评测</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于正式开开始评测,开始后,设备开始收音并传输到后台,后台计算每小节分数并返回前端显示小节评分</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='结束评测'><span>结束评测</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)该功能用于在评测过程中终止评测</span></p><p><span> 2)终止评测后,显示本次评测的总体评分,并生成评测报告,保存评测音频</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 无</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='评测音频保存'><span>评测音频保存</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)评测完成后系统自动保存本次评测的音频文件</span></p><p><span> 2)评测音频文件可在评测报告中的回放功能查看</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)本次评测结束时自动保存音频文件</span></p><p><span> 2)用户通过结束评测功能手动结束时保存音频文件</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='评测报告'><span>评测报告</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)评测结束后,生成评测报告</span></p><p><span> 2)评测报告根据音准、节奏、完整性三个维度显示每个音符的用户演奏情况</span></p><p><span> 3)音准包括:高了、低了、准确</span></p><p><span> 4)节奏包括:快了、慢了、准确</span></p><p><span> 5)完整性包括:时值不足、时值准确</span></p><p><span> 6)三个维度具体结果样式请查看UI设计稿</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)根据用户所选评测难度确定打分误差区间</span></p><p><span> 2)音准、节奏、完整性具体评分规则请查看后台评测打分模块</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='音频合成'><span>音频合成</span></h4><p><strong><span>1、功能描述</span></strong></p><p><span> 1)评测完成后,用户可以通过该功能将演奏音频与曲目伴奏合成</span></p><p><span> 2)可调整演奏音频与曲目伴奏对齐参数</span></p><p><span> 3)以曲目伴奏时间走为标准,默认将设备延迟检测、反应时间相加,将演奏音频后移</span></p><p><span> 4)用户可更换封面图片,发布作品、保存草稿</span></p><p><span> 5)发布作品后,该音频/视频替换评测报告中的音频</span></p><p><span> 6)发布作品后草稿自动移除</span></p><p><span> 7)保存草稿后7天自动清理</span></p><p><strong><span>2、业务规则</span></strong></p><p><span> 1)设备延迟检测参数</span></p><p><span> 2)反应时间参数</span></p><p><span> 3)用户自行调整时间差</span></p><p><strong><span>3、操作方式</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h2 id='界面交互流程'><span>界面交互流程</span></h2><h3 id='曲目详情'><span>曲目详情</span></h3><p><img src="imgs/曲目详情页面流程图.jpg" referrerpolicy="no-referrer" alt="image"></p><h3 id='选择模式'><span>选择模式</span></h3><p><img src="imgs/选择模式流程图.jpg" referrerpolicy="no-referrer" alt="image"></p><p>&nbsp;</p><h2 id='数据库表结构'><span>数据库表结构</span></h2><h3 id='曲谱表'><span>曲谱表</span></h3><p><span>DROP TABLE IF EXISTS </span><code>music_sheet</code><span>;</span>
  630. <span>CREATE TABLE </span><code>music_sheet</code><span> (</span></p><ul><li><strong><code>id_</code></strong><span> bigint(20) NOT NULL AUTO_INCREMENT COMMENT </span><font color="#0000dd"><strong><span>’主键‘</span></strong></font></li><li><strong><code>music_category_id_</code></strong><span> bigint(20) NOT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;曲谱分类ID&#39;</span></strong></font></li><li><strong><code>music_cover_</code></strong><span> varchar(255) DEFAULT NULL COMMEN T </span><font color="#0000dd"><strong><span>&#39;曲谱封面图&#39;</span></strong></font></li><li><strong><code>name_</code></strong><span> varchar(255) NOT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;曲谱名称&#39;</span></strong></font></li><li><strong><code>musical_instrument_ids_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;曲谱乐器(多个,用逗号分隔)&#39;</span></strong></font></li><li><strong><code>composer_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;作曲人&#39;</span></strong></font></li><li><strong><code>music_sheet_type_</code></strong><span> varchar(100) DEFAULT &#39;SINGLE&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;曲谱类型(SINGLE:单曲 CONCERT:合奏)&#39;</span></strong></font></li><li><strong><code>is_use_system_beat_</code></strong><span> tinyint(1) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;是否使用系统节拍器(0:否;1:是)&#39;</span></strong></font></li><li><strong><code>is_evaluated_</code></strong><span> tinyint(1) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;是否可评测(0:否;1:是)&#39;</span></strong></font></li><li><strong><code>is_convertible_score_</code></strong><span> tinyint(1) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;是否可转谱(0:否; 1:是)&#39;</span></strong></font></li><li><strong><code>is_show_fingering_</code></strong><span> tinyint(1) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;是否展示指法(0:否;1:是)&#39;</span></strong></font></li><li><strong><code>is_play_beat_</code></strong><span> tinyint(1) DEFAULT &#39;1&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;是否播入节拍器(0: 否 1:是)&#39;</span></strong></font></li><li><strong><code>multi_tracks_selection_</code></strong><span> text COMMENT </span><font color="#0000dd"><strong><span>&#39;多声轨选择&#39;</span></strong></font></li><li><strong><code>play_speed_</code></strong><span> int(4) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;播放速度&#39;</span></strong></font></li><li><strong><code>play_mode_</code></strong><span> varchar(50) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;播放模式(MIDI;MP3)&#39;</span></strong></font></li><li><strong><code>xml_file_url_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;XML文件&#39;</span></strong></font></li><li><strong><code>midi_file_url_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;MIDI文件(保留字段)&#39;</span></strong></font></li><li><strong><code>music_json_</code></strong><span> text COMMENT </span><font color="#0000dd"><strong><span>&#39;曲谱JSON&#39;</span></strong></font></li><li><strong><code>music_svg_json_</code></strong><span> text COMMENT </span><font color="#0000dd"><strong><span>&#39;曲谱缓存JSON(后续使用)&#39;</span></strong></font></li><li><strong><code>music_svg_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;曲谱缓存&#39;</span></strong></font></li><li><strong><code>music_jian_svg_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;简谱缓存&#39;</span></strong></font></li><li><strong><code>music_first_svg_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;首调缓存&#39;</span></strong></font></li><li><strong><code>music_img_json_</code></strong><span> longtext COMMENT </span><font color="#0000dd"><strong><span>&#39;谱面图片JSON(后续使用)&#39;</span></strong></font></li><li><strong><code>music_img_</code></strong><span> longtext COMMENT </span><font color="#0000dd"><strong><span>&#39;五线谱图片&#39;</span></strong></font></li><li><strong><code>music_first_img_</code></strong><span> longtext COMMENT </span><font color="#0000dd"><strong><span>&#39;首调图片&#39;</span></strong></font></li><li><strong><code>music_jian_img_</code></strong><span> longtext COMMENT </span><font color="#0000dd"><strong><span>&#39;固定调图片&#39;</span></strong></font></li><li><strong><code>ext_config_json_</code></strong><span> longtext COMMENT </span><font color="#0000dd"><strong><span>&#39;谱面参数设置&#39;</span></strong></font></li><li><strong><code>ext_style_config_json_</code></strong><span> longtext COMMENT </span><font color="#0000dd"><strong><span>&#39;谱面样式参数设置&#39;</span></strong></font></li><li><strong><code>available_type_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;可用类型(PLATFORM: 平台; ORG: 机构; PERSON: 个人)&#39;</span></strong></font></li><li><strong><code>source_type_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;来源类型(PLATFORM: 平台; ORG: 机构; PERSON: 个人)&#39;</span></strong></font></li><li><strong><code>audio_type_</code></strong><span> varchar(200) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;音频类型(HOMEMODE: 自制 COMMON: 普通)&#39;</span></strong></font></li><li><strong><code>status_</code></strong><span> tinyint(1) DEFAULT &#39;1&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;曲目状态(0:停用,1:启用)&#39;</span></strong></font></li><li><strong><code>reason_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;停用原因&#39;</span></strong></font></li><li><strong><code>remark_</code></strong><span> varchar(255) CHARACTER SET utf8 DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;备注&#39;</span></strong></font></li><li><strong><code>del_flag_</code></strong><span> tinyint(1) DEFAULT &#39;0&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;逻辑删除标识(0: 未删 1:已删)&#39;</span></strong></font></li><li><strong><code>update_by_</code></strong><span> bigint(20) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;更新人&#39;</span></strong></font></li><li><strong><code>update_time_</code></strong><span> datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT </span><font color="#0000dd"><strong><span>&#39;更新时间&#39;</span></strong></font></li><li><strong><code>create_by_</code></strong><span> bigint(20) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;创建人&#39;</span></strong></font></li><li><strong><code>create_time_</code></strong><span> datetime DEFAULT CURRENT_TIMESTAMP COMMENT </span><font color="#0000dd"><strong><span>&#39;创建时间&#39;</span></strong></font>
  631. <span>PRIMARY KEY (</span><code>id_</code><span>) USING BTREE</span>
  632. <span>) ENGINE=InnoDB AUTO_INCREMENT=1711300065414127618 DEFAULT CHARSET=utf8mb4 COMMENT=&#39;曲谱表&#39;</span></li></ul><p>&nbsp;</p><hr /><p>&nbsp;</p><h3 id='曲谱伴奏表'><span>曲谱伴奏表</span></h3><p><span>DROP TABLE IF EXISTS </span><code>music_sheet_accompaniment</code><span>;</span>
  633. <span>CREATE TABLE </span><code>music_sheet_accompaniment</code><span> (</span></p><ul><li><strong><code>id_</code></strong><span> bigint(20) NOT NULL AUTO_INCREMENT COMMENT </span><font color="#0000dd"><strong><span>&#39;主键&#39;</span></strong></font></li><li><strong><code>music_sheet_id_</code></strong><span> bigint(20) NOT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;曲谱ID&#39;</span></strong></font></li><li><strong><code>musical_instrument_id_</code></strong><span> varchar(200) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;声轨乐器&#39;</span></strong></font></li><li><strong><code>audio_file_url_</code></strong><span> varchar(256) NOT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;音频文件&#39;</span></strong></font></li><li><strong><code>track_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;声轨名称&#39;</span></strong></font></li><li><strong><code>sort_number_</code></strong><span> int(11) DEFAULT &#39;0&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;排序号&#39;</span></strong></font></li><li><strong><code>create_by_</code></strong><span> bigint(20) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;创建人&#39;</span></strong></font></li><li><strong><code>create_time_</code></strong><span> datetime DEFAULT CURRENT_TIMESTAMP COMMENT </span><font color="#0000dd"><strong><span>&#39;创建时间&#39;</span></strong></font>
  634. <span>PRIMARY KEY (</span><code>id_</code><span>) USING BTREE</span>
  635. <span>) ENGINE=InnoDB AUTO_INCREMENT=28066 DEFAULT CHARSET=utf8mb4 COMMENT=&#39;曲谱伴奏表&#39;;</span></li></ul><p>&nbsp;</p><hr /><p>&nbsp;</p><h3 id='曲谱赏析表'><span>曲谱赏析表</span></h3><p><span>DROP TABLE IF EXISTS </span><code>music_sheet_appreciation</code><span>;</span>
  636. <span>CREATE TABLE </span><code>music_sheet_appreciation</code><span> (</span></p><ul><li><strong><code>id_</code></strong><span> bigint(20) NOT NULL AUTO_INCREMENT COMMENT </span><font color="#0000dd"><strong><span>&#39;主键&#39;</span></strong></font></li><li><strong><code>music_sheet_id_</code></strong><span> bigint(20) NOT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;曲谱ID&#39;</span></strong></font></li><li><strong><code>name_</code></strong><span> varchar(255) NOT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;名称&#39;</span></strong></font></li><li><strong><code>audio_file_url_</code></strong><span> varchar(255) NOT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;原音文件&#39;</span></strong></font></li><li><strong><code>introduction_</code></strong><span> text COMMENT </span><font color="#0000dd"><strong><span>&#39;简介说明&#39;</span></strong></font></li><li><strong><code>sort_number_</code></strong><span> int(11) DEFAULT &#39;0&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;排序号&#39;</span></strong></font></li><li><strong><code>del_flag_</code></strong><span> tinyint(1) DEFAULT &#39;0&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;删除标记&#39;</span></strong></font></li><li><strong><code>create_by_</code></strong><span> bigint(20) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;创建人&#39;</span></strong></font></li><li><strong><code>create_time_</code></strong><span> datetime DEFAULT CURRENT_TIMESTAMP COMMENT </span><font color="#0000dd"><strong><span>&#39;创建时间&#39;</span></strong></font>
  637. <span>PRIMARY KEY (</span><code>id_</code><span>) USING BTREE</span>
  638. <span>) ENGINE=InnoDB AUTO_INCREMENT=14757 DEFAULT CHARSET=utf8mb4 COMMENT=&#39;曲谱赏析表&#39;;</span></li></ul><p>&nbsp;</p><hr /><p>&nbsp;</p><h3 id='曲谱分类'><span>曲谱分类</span></h3><p><span>DROP TABLE IF EXISTS </span><code>music_sheet_categories</code><span>;</span>
  639. <span>CREATE TABLE </span><code>music_sheet_categories</code><span> (</span></p><ul><li><strong><code>id_</code></strong><span> int(11) NOT NULL AUTO_INCREMENT COMMENT </span><font color="#0000dd"><strong><span>&#39;主键ID&#39;</span></strong></font></li><li><strong><code>parent_id_</code></strong><span> int(11) DEFAULT &#39;0&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;父级ID&#39;</span></strong></font></li><li><strong><code>name_</code></strong><span> varchar(50) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;名称&#39;</span></strong></font></li><li><strong><code>order_</code></strong><span> int(11) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;排序编号&#39;</span></strong></font></li><li><strong><code>enable_</code></strong><span> tinyint(4) DEFAULT &#39;0&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;启用标记&#39;</span></strong></font></li><li><strong><code>cover_img_</code></strong><span> varchar(250) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;封面图片&#39;</span></strong></font></li><li><strong><code>operator_id_</code></strong><span> bigint(11) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;操作人&#39;</span></strong></font></li><li><strong><code>music_sheet_num_</code></strong><span> int(11) DEFAULT &#39;0&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;曲目数&#39;</span></strong></font></li><li><strong><code>update_time_</code></strong><span> datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT </span><font color="#0000dd"><strong><span>&#39;更新时间&#39;</span></strong></font></li><li><strong><code>create_time_</code></strong><span> datetime DEFAULT CURRENT_TIMESTAMP COMMENT </span><font color="#0000dd"><strong><span>&#39;创建时间&#39;</span></strong></font>
  640. <span>PRIMARY KEY (</span><code>id_</code><span>) USING BTREE</span>
  641. <span>) ENGINE=InnoDB AUTO_INCREMENT=100001 DEFAULT CHARSET=utf8mb4 COMMENT=&#39;曲谱分类&#39;;</span></li></ul><p>&nbsp;</p><hr /><p>&nbsp;</p><h3 id='曲谱原声表'><span>曲谱原声表</span></h3><p><span>DROP TABLE IF EXISTS </span><code>music_sheet_sound</code><span>;</span>
  642. <span>CREATE TABLE </span><code>music_sheet_sound</code><span> (</span></p><ul><li><strong><code>id_</code></strong><span> bigint(20) NOT NULL AUTO_INCREMENT COMMENT </span><font color="#0000dd"><strong><span>&#39;主键&#39;</span></strong></font></li><li><strong><code>music_sheet_id_</code></strong><span> bigint(20) NOT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;曲谱ID&#39;</span></strong></font></li><li><strong><code>musical_instrument_id_</code></strong><span> varchar(32) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;声轨乐器&#39;</span></strong></font></li><li><strong><code>track_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;声轨名称&#39;</span></strong></font></li><li><strong><code>audio_file_url_</code></strong><span> varchar(255) NOT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;原音文件&#39;</span></strong></font></li><li><strong><code>sort_number_</code></strong><span> int(11) DEFAULT &#39;0&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;排序号&#39;</span></strong></font></li><li><strong><code>create_by_</code></strong><span> bigint(20) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;创建人&#39;</span></strong></font></li><li><strong><code>create_time_</code></strong><span> datetime DEFAULT CURRENT_TIMESTAMP COMMENT </span><font color="#0000dd"><strong><span>&#39;创建时间&#39;</span></strong></font>
  643. <span>PRIMARY KEY (</span><code>id_</code><span>) USING BTREE</span>
  644. <span>) ENGINE=InnoDB AUTO_INCREMENT=71072 DEFAULT CHARSET=utf8mb4 COMMENT=&#39;曲谱原声表&#39;;</span></li></ul><p>&nbsp;</p><hr /><p>&nbsp;</p><h3 id='曲谱乐器'><span>曲谱乐器</span></h3><p><span>DROP TABLE IF EXISTS </span><code>musical_instrument</code><span>;</span>
  645. <span>CREATE TABLE </span><code>musical_instrument</code><span> (</span></p><ul><li><strong><code>id_</code></strong><span> int(11) NOT NULL AUTO_INCREMENT COMMENT </span><font color="#0000dd"><strong><span>&#39;主键&#39;</span></strong></font></li><li><strong><code>name_</code></strong><span> varchar(45) CHARACTER SET utf8 NOT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;名称&#39;</span></strong></font></li><li><strong><code>code_</code></strong><span> varchar(45) CHARACTER SET utf8 DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;编码&#39;</span></strong></font></li><li><strong><code>parent_id_</code></strong><span> int(11) DEFAULT &#39;0&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;父级ID&#39;</span></strong></font></li><li><strong><code>orientation_</code></strong><span> tinyint(1) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;横竖屏:1:竖 0:横&#39;</span></strong></font></li><li><strong><code>img_</code></strong><span> varchar(128) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;图片&#39;</span></strong></font></li><li><strong><code>logo_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;乐器logo&#39;</span></strong></font></li><li><strong><code>media_</code></strong><span> varchar(255) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;音频&#39;</span></strong></font></li><li><strong><code>del_flag_</code></strong><span> tinyint(3) DEFAULT &#39;0&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;删除标识&#39;</span></strong></font></li><li><strong><code>enable_flag_</code></strong><span> tinyint(3) NOT NULL DEFAULT &#39;1&#39; COMMENT </span><font color="#0000dd"><strong><span>&#39;是否启用&#39;</span></strong></font></li><li><strong><code>operator_</code></strong><span> bigint(20) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;操作人&#39;</span></strong></font></li><li><strong><code>default_score_</code></strong><span> varchar(50) DEFAULT NULL COMMENT </span><font color="#0000dd"><strong><span>&#39;默认谱面(STAVE: 五线谱; JIAN: 固定调; FIRST: 首调)&#39;</span></strong></font></li><li><strong><code>update_time_</code></strong><span> datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT </span><font color="#0000dd"><strong><span>&#39;更新时间&#39;</span></strong></font></li><li><strong><code>create_time_</code></strong><span> datetime DEFAULT CURRENT_TIMESTAMP COMMENT </span><font color="#0000dd"><strong><span>&#39;创建时间&#39;</span></strong></font>
  646. <span>PRIMARY KEY (</span><code>id_</code><span>) USING BTREE,</span>
  647. <span>KEY </span><code>code_</code><span> (</span><code>code_</code><span>) USING BTREE</span>
  648. <span>) ENGINE=InnoDB AUTO_INCREMENT=2121 DEFAULT CHARSET=utf8mb4 COMMENT=&#39;曲谱乐器&#39;;</span></li></ul><p><span>SET FOREIGN_KEY_CHECKS = 1;</span></p><p>&nbsp;</p><h2 id='前端移动端交互'><span>前端&amp;移动端交互</span></h2><h3 id='交互流程'><span>交互流程</span></h3><p><img src="imgs/云教练前端移动端交互全流程.png" referrerpolicy="no-referrer" alt="image"></p><p>&nbsp;</p><h3 id='mid评测流程图'><span>Mid评测流程图</span></h3><p><img src="imgs/mid评测流程.png" referrerpolicy="no-referrer" alt="image"></p><h3 id='api接口'><span>API接口</span></h3><h4 id='延迟检测'><span>延迟检测</span></h4><h5 id='createmusicplayer'><span>createMusicPlayer</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "createMusicPlayer",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "tuneSrc" : "https:\/\/oss.dayaedu.com\/cloud-coach\/1686725501654check_music1_(1).mp3",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "musicSrc" : "https:\/\/oss.dayaedu.com\/cloud-coach\/你的名字叫什么-伴奏.mp3",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703560248534882202"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 184px;"></div><div class="CodeMirror-gutters" style="display: none; height: 184px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>musicSrc 伴奏mp3</span><br><span>tuneSrc 延迟检测音频</span><br><font color="#dd0000"><span>tuneFrequence:检测频率(预留后续修改检测音频)</span></font></td><td><span>H5</span></td><td><span>告知App评测播放相关资源,App进行音频缓</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='starttune'><span>startTune</span></h5><p><strong><span>1、延迟测试开始,开启音频录制示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "startTune",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "count" : "0",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703560356247268367"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p><strong><span>2、发送DELAY_CHECK 给服务端,携带当前检测声音hz示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "body" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "HZ" : 800</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond" : "recordStart",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type" : "DELAY_CHECK",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status" : 200</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 230px;"></div><div class="CodeMirror-gutters" style="display: none; height: 230px;"></div></div></div></pre><p><strong><span>3、发送DELAY_CHECK recordEnd 消息示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond" : "recordEnd",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type" : "DELAY_CHECK",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status" : 200</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p><strong><span>4、接收DELAY_CHECK延迟值,计算出延迟值保存下来示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond" : "recordEnd",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status" : 200,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type" : "DELAY_CHECK"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "body" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "firstNoteDelayDuration" : 2275.5556335449219</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 230px;"></div><div class="CodeMirror-gutters" style="display: none; height: 230px;"></div></div></div></pre><p><strong><span>5、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>count:第几次延迟检测,从0开始</span></td><td><span>H5</span></td><td><span>1.延迟测试开始,开启音频录制</span><br><span>2.音频录制开始回调时,播放延迟检测声音</span><br><span>3.监听播放器进度,记录播放器播放延迟</span><br><span>4.发送DELAY_CHECK 给服务端,携带当前检测声音hz</span><br><span>5.发送DELAY_CHECK recordEnd 消息</span><br><span>6.接收DELAY_CHECK延迟值,计算出延迟值保存下来</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='checkplayend'><span>checkPlayEnd</span></h5><p><strong><span>1、延迟测试开始,开启音频录制</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "startTune",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "count" : "0",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703560356247268367",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "reson":"micUnable",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "des":"没有麦克风权限"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 207px;"></div><div class="CodeMirror-gutters" style="display: none; height: 207px;"></div></div></div></pre><p><strong><span>2、音频录制开始回调时,播放延迟检测声音</span></strong></p><p><strong><span>3、监听播放器进度,记录播放器播放延迟</span></strong></p><p><strong><span>4、发送DELAY_CHECK 给服务端,携带当前检测声音hz</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "body" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "HZ" : 800</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond" : "recordStart",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type" : "DELAY_CHECK",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status" : 200</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 230px;"></div><div class="CodeMirror-gutters" style="display: none; height: 230px;"></div></div></div></pre><p><strong><span>5、发送DELAY_CHECK recordEnd 消息</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond" : "recordEnd",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type" : "DELAY_CHECK",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status" : 200</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p><strong><span>6、接收DELAY_CHECK延迟值,计算出延迟值保存下来</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond" : "recordEnd",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status" : 200,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type" : "DELAY_CHECK"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "body" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "firstNoteDelayDuration" : 2275.5556335449219</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 230px;"></div><div class="CodeMirror-gutters" style="display: none; height: 230px;"></div></div></div></pre><p><strong><span>7、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>count:第几次延迟检测</span><br><span>从0开始reson:没有硬件权限的枚举值(micUnable,cameraUnable,storageUnable) </span><br><span>des:没有权限的描述字段(没有麦克风权限,没有摄像头权限,没有存储权限)</span></td><td><span>H5</span></td><td><span>1.延迟测试开始,开启音频录制</span><br><span>2.音频录制开始回调时,播放延迟检测声音</span><br><span>3.监听播放器进度,记录播放器播放延迟</span><br><span>4.发送DELAY_CHECK 给服务端,携带当前检测声音hz</span><br><span>5.发送DELAY_CHECK recordEnd 消息</span><br><span>6.接收DELAY_CHECK延迟值,计算出延迟值保存下来</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='endtune'><span>endTune</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "endTune",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703560480159115435"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>停止延迟检测,停止播放延迟检测声音,发送DELAY_CHECK recordEnd消息给服务端</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='finishtune'><span>finishTune</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "finishTune",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "170356059750712269"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>结束延迟检测功能,App计算平均麦克风收音延迟值,存储下来</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='getdevicedelay'><span>getDeviceDelay</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "getDeviceDelay",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "value" : 123,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "170356059750712269"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>描述</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>value:当前设备麦克风收音延迟值</span></td><td><span>H5</span></td><td><span>App获取当前设备记录的延迟值, 返回给H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><hr /><p>&nbsp;</p><h4 id='评测'><span>评测</span></h4><h5 id='startevaluating'><span>startEvaluating</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang="" style="break-inside: unset;"><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "startEvaluating",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "speed" : 100,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "beatLength" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "clientId" : "student",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561058076864652",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "evaluationCriteria" : "frequency",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "xmlUrl" : "https:\/\/oss.dayaedu.com\/cloud-coach\/你的名字叫什么.xml",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "subjectId" : "2",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "examSongId" : "1688446805041012737",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "heardLevel" : "ADVANCED",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "platform" : "IOS",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "hertz" : 442,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "detailId" : "1688446805041012737",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "partIndex" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "reactionTimeMs" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "musicXmlInfos" : [</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 1,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 1,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 1,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 2000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 3,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 3000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 3,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 3,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 4000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 5,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 5000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 5,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 5,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 5500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 6,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 5,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 6,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 6000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 7,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 5,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 6,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 6500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 589.99921554315517,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 625.08239456890794,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 6,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 7,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 7000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 9,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 662.25172797949324</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 662.25172797949324,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 701.63126496994425,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 6,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 7,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 7750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 10,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 743.35243108428358</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 7,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 8000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 11,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 9,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 9000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 12,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 9,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 9500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 13,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 9,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 10,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 10000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 14,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 9,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 10,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 10500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 15,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 589.99921554315517,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 625.08239456890794,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 10,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 11,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 11000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 16,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 662.25172797949324</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 10,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 11,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 11750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 17,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 662.25172797949324,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 701.63126496994425,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 11,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 12,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 12000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 18,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 743.35243108428358</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 589.99921554315517,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 625.08239456890794,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 12,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 13,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 13000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 19,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 662.25172797949324</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 12,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 13,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 13500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 20,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 13,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 14,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 14000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 21,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 13,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 14,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 14500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 22,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 14,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 15,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 15000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 23,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 14,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 15,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 15500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 24,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 15,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 16,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 16000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 25,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 15,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 16,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 16250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 26,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 15,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 16,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 16500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 27,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 16,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 17,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 17000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 28,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 992.2564507054858,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 1051.2590896624054,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 16,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 17,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 17750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 29,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 1113.7702081070679</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 17,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 18,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 18000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 30,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 17,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 18,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 18500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 31,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 662.25172797949324,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 701.63126496994425,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 18,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 19,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 19000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 32,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 743.35243108428358</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 662.25172797949324,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 701.63126496994425,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 18,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 19,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 19500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 33,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 743.35243108428358</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 589.99921554315517,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 625.08239456890794,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 19,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 20,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 20000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 34,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 662.25172797949324</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 19,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 20,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 20500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 35,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 20,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 21,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 21000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 36,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 21,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 22,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 22000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 37,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 22,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 23,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 23000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 38,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 23,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 24,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 24000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 39,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 24,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 25,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 25000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 40,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 24,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 25,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 25500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 41,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 25,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 26,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 26000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 42,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 25,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 26,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 26500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 43,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 589.99921554315517,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 625.08239456890794,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 26,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 27,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 27000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 44,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 662.25172797949324</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 662.25172797949324,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 701.63126496994425,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 26,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 27,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 27750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 45,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 743.35243108428358</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 27,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 28,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 28000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 46,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 28,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 29,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 29000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 47,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 28,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 29,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 29500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 48,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 29,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 30,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 30000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 49,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 29,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 30,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 30500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 50,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 589.99921554315517,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 625.08239456890794,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 30,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 31,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 31000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 51,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 662.25172797949324</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 30,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 31,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 31750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 52,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 662.25172797949324,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 701.63126496994425,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 31,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 32,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 32000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 1000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 53,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 743.35243108428358</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 589.99921554315517,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 625.08239456890794,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 32,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 33,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 33000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 54,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 662.25172797949324</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 32,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 33,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 33500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 55,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 33,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 34,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 34000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 56,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 33,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 34,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 34500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 57,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 34,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 35,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 35000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 58,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 34,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 35,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 35500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 59,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 35,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 36,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 36000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 60,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 35,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 36,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 36250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 61,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 35,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 36,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 36500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 62,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 36,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 37,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 37000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 63,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 992.2564507054858,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 1051.2590896624054,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 36,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 37,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 8,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 37750,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 250,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 64,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 1113.7702081070679</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 884,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 936.56537541361718,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 37,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 38,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 38000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 65,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 992.2564507054858</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 743.35243108428358,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 787.55446683605999,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 37,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 38,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 38500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 66,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 834.38489241061711</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 662.25172797949324,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 701.63126496994425,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 38,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 39,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 39000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 67,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 743.35243108428358</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 662.25172797949324,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 701.63126496994425,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 38,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 39,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 39500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 68,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 743.35243108428358</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : 589.99921554315517,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : 625.08239456890794,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 39,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 40,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 40000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 69,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : 662.25172797949324</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency" : -2,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex" : 39,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex" : 40,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "isOrnament" : false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp" : 40500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration" : 500,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex" : 70,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency" : -2</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; ]</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 20106px;"></div><div class="CodeMirror-gutters" style="display: none; height: 20106px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>musicXml 评测相关数据</span><br><span>beatLength:需要剔除多余检测录音文件时长,如果从第一小节,音频文件自带节拍器,该时长为节拍器时长,如果是中间选段,则时长为预备小节时长</span><br><span>speed:音频基准播放速度</span><br><span>evaluationCriteria:评测打分标准:frequency(默认-频率)、amplitude(声部打击乐-振幅)、decibels(节奏练习-分贝) </span><br><span>xmlUrl:曲子xml地址</span><br><span>subjectId:曲子声部ID</span><br><span>examSongId:曲子ID 同detailId</span><br><span>detailId:曲子ID</span><br><span>partIndex:曲子分轨索引</span><br><span>heardLevel:评测级别&#39;入门 BEGINNER&#39;</span><span>|</span><span>&#39;进阶 ADVANCED&#39;</span><span>|</span><span>&#39;大师 PERFORMER&#39;</span><br><span>platform:评测客户端平台:iOS、安卓</span><br><span>hertz:A4基准赫兹HZ(440</span><span>|</span><span>442)</span><br><span>reactionTimeMs:反应时间ms</span><br><span>musicXmlInfos:评测音符信息</span><br><span>{</span><br><span>prevFrequency:上一个音符的频率 休止符为-1</span><br><span>frequency:当前音符的频率</span><br><span>nextFrequency:下一个音符的频率</span><br><span>measureRenderIndex:评测小节索引(默认值0,同一个小节的音符索引相同)</span><br><span>measuerRenderIndex:实际渲染的小节索引,从渲染的谱面开始,代表当前小节再谱面实际的位置</span><br><span>musicalNotesIndex:当前实际评测音符索引,从0开始</span><br><span>denominator:多少分音符</span><br><span>isOrnament:是否装饰音</span><br><span>donEvaluating:是否打分的标记(Listen,纯率、如果是打击乐和节奏练习,连音线后面的音符都不打分,如果是普通吹奏,连音线后面的音符和前面的音符同音高都不打分)</span><br><span>timeStamp:当前音符开始的时间ms(参数评测第一个音符为0)</span><br><span>duration:当前音符持续时间ms</span><br><span>}</span></td><td><span>H5</span></td><td><span>开始评测,该API会判断是否连接scoket,如果连上,会发送SOUND_COMPARE 包含 musicXml信息给service同时回执信息给H5,如果没有连上,会建立连接,成功后发送SOUND_COMPARE 至服务端,同时回执信息给H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='endevaluating'><span>endEvaluating</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "endEvaluating",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "musicScoreId" : "1688446805041012737",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561228193776197"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>musicScoreId:同startEvaluating examSongId表示 曲目ID</span></td><td><span>H5</span></td><td><span>接收到该消息,会发送SOUND_COMPARE recordEnd消息至服务端,同时回执给H5,同时停止mp3播放</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cancelevaluating'><span>cancelEvaluating</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cancelEvaluating",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561228193776197"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>取消评测,同endEvaluating,只是不发生SOUND_COMPARE recordEnd至服务端</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='startrecording'><span>startRecording</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "startRecording",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "firstNoteTime" : 2667,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703562044162971287",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "accompanimentState" : 1</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 184px;"></div><div class="CodeMirror-gutters" style="display: none; height: 184px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>accompanimentState:是否静音评测</span><br><span>firstNoteTime:评测播放MP3开始时间(选段模式:firstNoteTime应该取预备小节的第一个音符的开始播放的时间,正常评测 取值为0)</span></td><td><span>H5</span></td><td><span>1.开始音频录制功能,同时判断accompanimentState是否静音播放mp3</span><br><span>2.在开始录制时,评测场景,如果是App播放mp3,这个时候App开启播放功能</span><br><span>3.录制开始接收到第一段音频时,会发送SOUND_COMPARE recordStart信息给服务端,同时回执recordStartTime至H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='endrecording'><font color="#dd0000"><del><span>endRecording</span></del></font></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "endRecording",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561966859113931"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><del><span>目前没有使用</span></del></td><td><span>H5</span></td><td><span>停止音频录制功能,回执endRecording给H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='playprogress'><span>playProgress</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "playProgress",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "totalDuration" : 6000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "currentTime" : 10</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>Mp3播放器进度回调:</span><br><span>currentTime:当前播放进度(时间 ms)</span><br><span>totalDuration:全曲时长(ms)</span></td><td><span>APP</span></td><td><span>1.评测功能:原生mp3播放器进度回调给前端</span><br><span>2.在进度回调中,计算延迟值,发送SOUND_COMPARE audioPlayStart至服务端</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='pauserecording'><font color="#dd0000"><del><span>pauseRecording</span></del></font></h5><p><strong><span>1、示例</span></strong></p><p><span>无</span></p><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>可能用不上</span></td><td><span>H5</span></td><td><span>暂停音频录制</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='resumerecording'><font color="#dd0000"><del><span>resumeRecording</span></del></font></h5><p><strong><span>1、描述</span></strong></p><p><span>无</span></p><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>可能用不上</span></td><td><span>H5</span></td><td><span>恢复音频录制</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='suspendplay'><del><span>suspendPlay</span></del></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "suspendPlay"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 69px;"></div><div class="CodeMirror-gutters" style="display: none; height: 69px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>App退到后台暂停播放,通知H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='iswiredheadseton'><span>isWiredHeadsetOn</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "isWiredHeadsetOn",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "checkIsWired" : true,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type" : "蓝牙耳机",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561404357134809"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 184px;"></div><div class="CodeMirror-gutters" style="display: none; height: 184px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>checkIsWired:是否带耳机 </span><br><span>type:耳机类型名称:蓝牙耳机、有线耳机</span></td><td><span>H5</span></td><td><span>获取输出是否未耳机</span><br><span>type:有线耳机、蓝牙耳机</span><br><span>checkIsWired(是否带耳机)</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='listenerwiredstatus'><span>listenerWiredStatus</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "listenerWiredStatus",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "checkIsWired" : true,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type" : "蓝牙耳机",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561404357134809"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 184px;"></div><div class="CodeMirror-gutters" style="display: none; height: 184px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>checkIsWired:是否带耳机 </span><br><span>type:耳机类型名称:蓝牙耳机、有线耳机</span></td><td><span>APP</span></td><td><span>App监听扬声器通道变化通知给H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='proxymessage'><font color="#dd0000"><del><span>proxyMessage</span></del></font></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">已废弃</span></pre></div></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 23px;"></div><div class="CodeMirror-gutters" style="display: none; height: 23px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>H5调用发送消息至服务端,将content放在body,header 设置proxyMessage,发送给服务等</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='proxyservicemessage'><font color="#dd0000"><span>proxyServiceMessage</span></font></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "proxyServiceMessage",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "header" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "commond" : "recordCancel",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "type" : "SOUND_COMPARE",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "status" : 200</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561640785920599"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 253px;"></div><div class="CodeMirror-gutters" style="display: none; height: 253px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>通用接口</span><br><span>header:Object</span><br><span>commond:请求命令。目前支持的请求命令:musicXml(同步music xml信息),recordStart(开始评测),recordCancel(取消评测),recordEnd(结束评测)、videoUpload(上传 评测视频)</span><br><span>请求类型,目前支持的请求类型:SOUND_COMPARE(评测),DELAY_CHECK(延迟检查),PITCH_DETECTION(校音)</span><br><span>status:状态码,默认200</span></td><td><span>H5</span></td><td><span>H5调用发送消息至服务端,将content直接发送给服务等</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='sendresult'><font color="#dd0000"><span>sendResult</span></font></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang="" style="break-inside: unset;"><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><span><span>​</span>x</span></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "sendResult",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561640785920599",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "body" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "url" : "https:\/\/oss.dayaedu.com\/cloud-coach\/202401\/103732_2401021407268.wav",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "score" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "playTime" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "integrity" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "intonation" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "scoreData" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesPlayStats" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp; "notesData" : [</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"><span cm-text="" cm-zwsp="">
  649. </span></span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp; ],</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp; "examSongId" : "1688446805041012737",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp; "xmlUrl" : "https:\/\/oss.dayaedu.com\/cloud-coach\/你的名字叫什么.xml",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp; "detailId" : "1688446805041012737"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "userMeasureScore" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"><span cm-text="" cm-zwsp="">
  650. </span></span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "cadence" : 0</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "header" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "commond" : "recordCancel",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "type" : "SOUND_COMPARE",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "status" : 200</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 737px;"></div><div class="CodeMirror-gutters" style="display: none; height: 737px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>通用接口</span><br><span>header:Object</span><br><span>commond:请求命令。目前支持的请求命令:musicXml(同步music xml信息),recordStart(开始评测),recordCancel(取消评测),recordEnd(结束评测)、videoUpload(上传 评测视频)</span><br><span>请求类型,目前支持的请求类型:SOUND_COMPARE(评测),DELAY_CHECK(延迟检查),PITCH_DETECTION(校音)</span><br><span>status:状态码,默认200</span><br><span>body:body内容更具返回内容不同,数据不同,如检测返回:{&quot;body&quot;:{&quot;firstNoteDelayDuration&quot;:185.7596435546875}</span><br><span>小节评分:{</span><br><span> &quot;body&quot;: {</span><br><span> &quot;score&quot;: 0,</span><br><span> &quot;measureIndex&quot;: 5,</span><br><span> &quot;measureRenderIndex&quot;: 5</span><br><span> },</span><br><span> &quot;header&quot;: {</span><br><span> &quot;commond&quot;: &quot;measureScore&quot;,</span><br><span> &quot;status&quot;: 200,</span><br><span> &quot;type&quot;: &quot;SOUND_COMPARE&quot;</span><br><span> }</span><br><span>}</span><br><span>结束评测打分:</span></td><td><span>APP</span></td><td><span>App接收服务端消息传递给H5(传递服务端socket消息)</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='opencamera'><span>openCamera</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "openCamera",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561966859113931",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "reson":"micUnable,cameraUnable,storageUnable",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "des":"没有麦克风权限,没有摄像头权限,没有存储权限",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 184px;"></div><div class="CodeMirror-gutters" style="display: none; height: 184px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>reson:没有硬件权限的枚举值(micUnable,cameraUnable,storageUnable) </span><br><span>des:没有权限的描述字段(没有麦克风权限,没有摄像头权限,没有存储权限)</span></td><td><span>H5</span></td><td><span>开启摄像头,App收到后会检测摄像头相关权限,渲染摄像头捕捉画面</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='closecamera'><span>closeCamera</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "closeCamera",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561996652345199"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>关闭摄像头,停止渲染摄像头捕捉画面</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='startcapture'><span>startCapture</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "startCapture",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703562200341909531"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>reson:没有硬件权限的枚举值(micUnable,cameraUnable,storageUnable) </span><br><span>des:没有权限的描述字段(没有麦克风权限,没有摄像头权限,没有存储权限)</span></td><td><span>H5</span></td><td><span>开启摄像头录制</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='endcapture'><span>endCapture</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "endCapture",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703562234983517772"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>关闭摄像头录制</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='setcapturemode'><span>setCaptureMode</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "startCapture",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703562200341909531"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "reson":"micUnable,cameraUnable,storageUnable",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "des":"没有麦克风权限,没有摄像头权限,没有存储权限",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 184px;"></div><div class="CodeMirror-gutters" style="display: none; height: 184px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>mode:播放(practice)还是评测(evaluating)</span></td><td><span>H5</span></td><td><span>iOS 使用该功能,modeString 如果是评测,录制视频时,不会采集麦克风声音(声音交给录音功能去实现)</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='videoupdate'><font color="#dd0000"><span>videoUpdate</span></font></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "videoUpdate",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type" : "success",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "message" : "上传成功",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "filePath" : "https:\/\/www.cdn.dayaedu.com\/ssl.wav"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 184px;"></div><div class="CodeMirror-gutters" style="display: none; height: 184px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>type:是否成功(success| error)</span><br><span>message:上传成功</span><br><span>filePath: 视频地址</span></td><td><span>H5</span></td><td><span>上传录制的视频,无合成功能的app中使用</span></td></tr></tbody></table></figure><p>&nbsp;</p><hr /><p>&nbsp;</p><h4 id='校音-2'><span>校音</span></h4><h5 id='startsoundcheck'><span>startSoundCheck</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "startSoundCheck",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561966859113931"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>开始校音,开始音频录制,录制第一段声音回调时,会发送PITCH_DETECTION recordStart消息给服务端</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='endsoundcheck'><span>endSoundCheck</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "endSoundCheck",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561966859113931"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>描述</span></td><td><span>结束校音,停止音频录制</span></td></tr></tbody></table></figure><p>&nbsp;</p><hr /><p>&nbsp;</p><h4 id='mid播放'><span>Mid播放</span></h4><h5 id='clouddetail'><span>cloudDetail</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudDetail",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "numerator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "midi" : "",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "interval" : 50,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "originalSpeed" : 90,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "reson":"storageUnable",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "des":"没有存储权限",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 276px;"></div><div class="CodeMirror-gutters" style="display: none; height: 276px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>midi :midi文件Url</span><br><span>originalSpeed :mid原始速度</span><br><span>denominator:多少分音符</span><br><span>numerator:小节拍数</span><br><span>interval:回调间隔ms</span><br><span>duration:整体播放时长</span><br><span>reson:没有硬件权限的枚举值(micUnable,cameraUnable,storageUnable)</span><br><span>des:没有权限的描述字段(没有麦克风权限,没有摄像头权限,没有存储权限)</span></td><td><span>H5</span></td><td><span>1.获取mid相关播放信息,同时下载mid文件</span><br><span>2.初始化mid播放器成后回调播放总时长midiDuration回调给H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cloudgetmediastatus'><span>cloudGetMediaStatus</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudGetMediaStatus",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status" : "suspend"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>status: mid 播放器状态 &#39;init&#39; </span><span>|</span><span> ’play‘ </span><span>|</span><span> ’suspend‘</span></td><td><span>H5</span></td><td><span>获取mid播放器状态</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cloudplay'><span>cloudPlay</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudPlay",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "startTime" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "hertz" : 440,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "songID" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "speed" : 90,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "originalSpeed" : 90</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 230px;"></div><div class="CodeMirror-gutters" style="display: none; height: 230px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>songID: 当前曲目id</span><br><span>originalSpeed: xml整体原始速度</span><br><span>speed: 当前选择速度</span><br><span>startTime: 开始时间(ms)</span><br><span> hertz:播放频率</span></td><td><span>H5</span></td><td><span>mid播放器----播放、播放结束位置、跳转指定位置</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cloudsuspend'><span>cloudSuspend</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudSuspend",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "songID" : 0</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>songID:当前曲目id</span></td><td><span>H5</span></td><td><span>暂停mid播放</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cloudsetcurrenttime'><span>cloudSetCurrentTime</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudSetCurrentTime",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "songID" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "currentTime" : 0</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>songID:当前曲目id</span><br><span>currentTime:播放进度</span></td><td><span>H5</span></td><td><span>跳转指定位置</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cloudchangespeed'><span>cloudChangeSpeed</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudChangeSpeed",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "speed" : 90,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "songID" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "originalSpeed" : 120</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 184px;"></div><div class="CodeMirror-gutters" style="display: none; height: 184px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>songID:当前曲目id</span><br><span>speed:调整速度</span><br><span>originalSpeed:曲子原速</span></td><td><span>H5</span></td><td><span>mid播放调速</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cloudvolume'><span>cloudVolume</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudVolume",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">"activeMidiId":"12",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">"activeMidiVolume":100</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "parts" : [</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "name" : "长笛",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "volume" : 90</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; ]</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">} </span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 299px;"></div><div class="CodeMirror-gutters" style="display: none; height: 299px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>activeMidiId:轨道ID</span><br><span>activeMidiVolume:播放音了</span><br><font color="#dd0000"><span>parts:所有轨道音量参数:(暂未使用)</span></font><br><font color="#dd0000"><span>name:声轨名称</span></font><br><font color="#dd0000"><span>volume:音量(0~100)</span></font></td><td><span>H5</span></td><td><span>设置每个轨道音量</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cloudmetronome'><span>cloudMetronome</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudDetail",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "numerator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "supplement" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "denominator" : 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "repeat" : 1</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 207px;"></div><div class="CodeMirror-gutters" style="display: none; height: 207px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>supplement:补拍</span><br><span>repeat:重复节拍次数</span><br><span>denominator:多少分音符</span><br><span>numerator:小节拍数</span></td><td><span>H5</span></td><td><span>1.节拍器播放功能,获取播放节拍,速度</span><br><span>2.播放回调,cancel finish的回调</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='clouddestroy'><span>cloudDestroy</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudDestroy",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 115px;"></div><div class="CodeMirror-gutters" style="display: none; height: 115px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>销毁mid播放器</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cloudtimeupdae'><span>cloudTimeUpdae</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudTimeUpdae",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "songID" : 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "currentTime" : 0</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>songID:曲目ID</span><br><span>currentTime:当前播放进度ms</span></td><td><span>H5</span></td><td><span>mid播放器进度回调给H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cloudplayed'><span>cloudplayed</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudplayed",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "songID" : 0</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>songID:曲目id</span></td><td><span>App</span></td><td><span>mid播放结束回调给H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><hr /><p>&nbsp;</p><h4 id='跟音功能'><span>跟音功能</span></h4><h5 id='cloudtogglefollow'><span>cloudToggleFollow</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudToggleFollow",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "state" : "start",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; "reson":"micUnable",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "des":"没有麦克风权限",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 184px;"></div><div class="CodeMirror-gutters" style="display: none; height: 184px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>state: 开始、结束跟音(start| end)</span><br><span>reson:没有硬件权限的枚举值(micUnable,cameraUnable,storageUnable)</span><br><span>des:没有权限的描述字段(没有麦克风权限,没有摄像头权限,没有存储权限)</span></td><td><span>H5</span></td><td><span>跟音功能,开启调音器声音检测功能,接收到频率回调时,发送cloudFollowTime 将获取到的frequency 传给H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='cloudfollowtime'><span>cloudFollowTime</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "cloudFollowTime",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "frequency" : 587.31,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>frequency:录音音频频率</span></td><td><span>App</span></td><td><span>App回调跟音录制频率回调给H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><hr /><p>&nbsp;</p><h4 id='合成相关'><span>合成相关</span></h4><h5 id='openadjustrecording'><span>openAdjustRecording</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "openAdjustRecording",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "title" : "欢乐颂",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "coverImg" : "https:\/\/www.cdn.dayaedu.com\/sdfsfs.png",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "recordId" : "1231312313213123",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid" : "1703561966859113931"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 207px;"></div><div class="CodeMirror-gutters" style="display: none; height: 207px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>recordId : 评测记录id title: 曲目名 coverImg : 曲目封面</span></td><td><span>H5</span></td><td><span>App进入合成功能页面</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='hidecomplexbutton'><span>hideComplexButton</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "hideComplexButton",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp;</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>APP</span></td><td><span>合成发布作品成功后App回调,H5隐藏保存演奏按钮</span></td></tr></tbody></table></figure><p>&nbsp;</p><h4 id='通用接口'><span>通用接口</span></h4><h5 id='accompanyerror'><span>accompanyError</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "accompanyError",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type" : "playError",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "reson" : "播放异常中断",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>type:异常类型</span><br><span>playError:播放出现异常中断</span><br><span>enterBackground:App退到后台</span><br><span>socketError:socket连接断开</span><br><span>micUnable、cameraUnable:无相关硬件权限)</span><br><span>storageUnable:iOS相册权限,安卓存储权限</span><br><span> reson:异常描述,针对不同情况描述不同</span></td><td><span>App</span></td><td><span>App出现异常调用相关API</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='checksocketstatus'><span>checkSocketStatus</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "checkSocketStatus",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status" : "connected",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>status:连接状态</span><br><span>connected:已连接</span><br><span>closed:未连接</span></td><td><span>H5</span></td><td><span>检测socket连接状态,如果没有连接web socket,则会建立连接,成功后回调socketConnectSuccessReport通知H5</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='connectsocket'><span>connectSocket</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "connectSocket",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> </span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>连接webSocket</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='disconnectsocket'><span>disconnectSocket</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "disconnectSocket",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> </span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td>&nbsp;</td><td><span>H5</span></td><td><span>断开socket连接</span></td></tr></tbody></table></figure><p>&nbsp;</p><h5 id='socketconnectsuccessreport'><span>socketConnectSuccessReport</span></h5><p><strong><span>1、示例</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "api" : "socketConnectReport",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "content" : {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status" : "connected"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 138px;"></div><div class="CodeMirror-gutters" style="display: none; height: 138px;"></div></div></div></pre><p><strong><span>2、请求参数说明</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>调用方</span></th><th><span>描述</span></th></tr></thead><tbody><tr><td><span>status:connected(已连接)</span></td><td><span>{ &quot;api&quot; : &quot;socketConnectReport&quot;, &quot;content&quot; : { &quot;status&quot; : &quot;connected&quot; } }</span></td><td><span>连接成功状态回调</span></td></tr></tbody></table></figure><p>&nbsp;</p><h2 id='后端评测功能'><span>后端评测功能</span></h2><h3 id='时序图'><span>时序图</span></h3><p><img src="imgs/评测时序图.png" referrerpolicy="no-referrer" alt="image"></p><p>&nbsp;</p><hr /><p>&nbsp;</p><h3 id='流程说明'><span>流程说明</span></h3><h4 id='客户端点击开始评测'><strong><span>客户端点击开始评测</span></strong></h4><p><strong><span>1、功能说明:</span></strong></p><p><span> 1)Websocket客户端发送曲目XML文件信息到服务端</span></p><p><span> 2)开始评测前,前端传入需要评测的曲目相关数据和延迟时间,由后端保存,没有返回数据。</span></p><p>&nbsp;</p><p><strong><span>2、请求参数示例:</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang="" style="break-inside: unset;"><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header": {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond": "musicXml",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type": "SOUND_COMPARE",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status": 200</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "body": {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "musicXmlInfos": [</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp": 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration": 2400,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency": 175.40781624248606,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency": 185.83810777107092,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency": 165.5629319948733,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex": 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex": 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "dontEvaluating": false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex": 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator": 1</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp": 2400,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration": 2400,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency": 196.88861670901497,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency": 208.59622310265428,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency": 185.83810777107092,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex": 1,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex": 1,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "dontEvaluating": false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex": 1,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator": 1</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "timeStamp": 36000,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "duration": 2400,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "frequency": 350.8156324849721,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "nextFrequency": 371.67621554214185,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "prevFrequency": 331.1258639897466,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureIndex": 15,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "measureRenderIndex": 15,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "dontEvaluating": false,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "musicalNotesIndex": 15,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; "denominator": 1</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; ],</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "firstNoteTime": 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "id": "1113",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "subjectId": 4,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "detailId": 1103,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "examSongId": 1113,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "xmlUrl": "https:\/\/oss.dayaedu.com\/daya\/202108\/SfYmJZ2.xml",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "partIndex": 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "behaviorId": "1703729242379352905",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "tenantId": 1,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "platform": "ANDROID",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "clientId": "student",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "speed": 100,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "heardLevel": "ADVANCED",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "beatLength": 2480,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "evaluationCriteria": "frequency",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "uuid": "1703730337571345881"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 1451px;"></div><div class="CodeMirror-gutters" style="display: none; height: 1451px;"></div></div></div></pre><p>&nbsp;</p><p><strong><span>3、请求参数说明:</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>类型</span></th><th><span>说明</span></th></tr></thead><tbody><tr><td><span>header</span></td><td><span>Object</span></td><td><span>请求信息</span></td></tr><tr><td><span>commond</span></td><td><span>String</span></td><td><span>请求命令。目前支持的请求命令:musicXml(同步music xml信息),recordStart(开始评测),recordCancel(取消评测),recordEnd(结束评测)</span></td></tr><tr><td><span>type</span></td><td><span>String</span></td><td><span>请求类型,目前支持的请求类型:SOUND_COMPARE(评测),DELAY_CHECK(延迟检查),PITCH_DETECTION(校音)</span></td></tr><tr><td><span>status</span></td><td><span>Integer</span></td><td><span>固定值200</span></td></tr><tr><td><span>body</span></td><td><span>Object</span></td><td><span>曲目信息</span></td></tr><tr><td><span>musicXmlInfos</span></td><td><span>Array</span></td><td><span>曲目音符信息</span></td></tr><tr><td><span>timeStamp</span></td><td><span>double</span></td><td><span>音符起始时间戳,单位:ms(第一个音符是0ms)</span></td></tr><tr><td><span>duration</span></td><td><span>double</span></td><td><span>当前音符持续的播放时间(ms)</span></td></tr><tr><td><span>frequency</span></td><td><span>float</span></td><td><span>当前音符的频率</span></td></tr><tr><td><span>nextFrequency</span></td><td><span>float</span></td><td><span>下一个音的频率(不是乐谱中下一个音符的频率),当前音符加上100音分</span></td></tr><tr><td><span>prevFrequency</span></td><td><span>float</span></td><td><span>上一个音的频率(不是乐谱中上一个音符的频率),当前音符减去100音分</span></td></tr><tr><td><span>measureIndex</span></td><td><span>Integer</span></td><td><span>当前音符所在的小节下标(从0开始)</span></td></tr><tr><td><span>dontEvaluating</span></td><td><span>boolean</span></td><td><span>当前音符是否需要评测</span></td></tr><tr><td><span>musicalNotesIndex</span></td><td><span>Integer</span></td><td><span>当前音符在整个曲谱中的下标(从0开始)</span></td></tr><tr><td><span>denominator</span></td><td><span>Integer</span></td><td><span>多少分音符</span></td></tr><tr><td><span>measureRenderIndex</span></td><td><span>Integer</span></td><td>&nbsp;</td></tr><tr><td><span>firstNoteTime</span></td><td><span>Integer</span></td><td><span>第一个音符开始时间</span></td></tr><tr><td><span>id</span></td><td><span>String</span></td><td><span>曲目ID</span></td></tr><tr><td><span>subjectId</span></td><td><span>Integer</span></td><td><span>声部ID</span></td></tr><tr><td><span>detailId</span></td><td><span>Integer</span></td><td><span>曲目伴奏ID</span></td></tr><tr><td><span>examSongId</span></td><td><span>Integer</span></td><td><span>曲目ID</span></td></tr><tr><td><span>xmlUrl</span></td><td><span>String</span></td><td><span>曲目xml的url路径</span></td></tr><tr><td><span>partIndex</span></td><td><span>String</span></td><td>&nbsp;</td></tr><tr><td><span>behaviorId</span></td><td><span>String</span></td><td><span>行为编号,同一编号为一次</span></td></tr><tr><td><span>tenantId</span></td><td><span>Integer</span></td><td><span>机构ID</span></td></tr><tr><td><span>platform</span></td><td><span>String</span></td><td><span>请求来源(设备类型)ANDROID,IOS</span></td></tr><tr><td><span>clientId</span></td><td><span>String</span></td><td><span>客户端类型(student,teacher)</span></td></tr><tr><td><span>speed</span></td><td><span>Integer</span></td><td><span>曲目评测速度</span></td></tr><tr><td><span>heardLevel</span></td><td><span>String</span></td><td><span>曲目评测难度(BEGINNER:入门级,ADVANCED:进阶级,PERFORMER:大师级)</span></td></tr><tr><td><span>beatLength</span></td><td><span>Integer</span></td><td><span>节拍延迟时间</span></td></tr><tr><td><span>evaluationCriteria</span></td><td><span>String</span></td><td><span>曲目评估标准:AMPLITUDE(&quot;振幅&quot;),FREQUENCY(&quot;频率&quot;),DECIBELS(&quot;分贝&quot;)</span></td></tr><tr><td><span>uuid</span></td><td><span>String</span></td><td><span>请求唯一ID</span></td></tr></tbody></table></figure><p>&nbsp;</p><p><strong><span>4、应答返回</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='开始评测-2'><strong><span>开始评测</span></strong></h4><p><strong><span>1、功能说明:</span></strong></p><p><span> 1)Websocket客户端发送曲目XML文件信息到服务端</span></p><p><span> 2)开始评测,前端传入评测开的的命令信息,没有返回数据。</span></p><p>&nbsp;</p><p><strong><span>2、请求参数示例:</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header": {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond": "recordStart",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type": "SOUND_COMPARE",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status": 200</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p>&nbsp;</p><p><strong><span>3、参数请求说明</span></strong><span>:</span></p><figure><table><thead><tr><th><span>参数</span></th><th><span>类型</span></th><th><span>说明</span></th></tr></thead><tbody><tr><td><span>header</span></td><td><span>Object</span></td><td><span>请求信息</span></td></tr><tr><td><span>commond</span></td><td><span>String</span></td><td><span>请求命令。目前支持的请求命令:musicXml(同步music xml信息),recordStart(开始评测),recordCancel(取消评测),recordEnd(结束评测)</span></td></tr><tr><td><span>type</span></td><td><span>String</span></td><td><span>请求类型,目前支持的请求类型:SOUND_COMPARE(评测),DELAY_CHECK(延迟检查),PITCH_DETECTION(校音)</span></td></tr><tr><td><span>status</span></td><td><span>Integer</span></td><td><span>固定值200</span></td></tr></tbody></table></figure><p>&nbsp;</p><p><strong><span>4、应答返回</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><h4 id='发送音频数据流'><span>发送音频数据流</span></h4><p><strong><span>1、功能说明:</span></strong></p><p><span> 1)Websocket客户端发送曲目XML文件信息到服务端</span></p><p><span> 2)评测开始后,前端将录制的音频数据流通过Websockt发送到服务端。服务端解析数据流,当数据流满足一个小节长度后,返回当前小节的分数。</span></p><p>&nbsp;</p><p><strong><span>2、请求参数示例:</span></strong></p><p><span> 无</span></p><p>&nbsp;</p><p><strong><span>3、应答返回:</span></strong></p><p><span>当数据流满足一个小节长度后,返回当前小节的分数:</span></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "body": {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "score": 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "measureIndex": 5,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "measureRenderIndex": 5</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> },</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header": {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond": "measureScore",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status": 200,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type": "SOUND_COMPARE"</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 276px;"></div><div class="CodeMirror-gutters" style="display: none; height: 276px;"></div></div></div></pre><p>&nbsp;</p><p><strong><span>4、返回参数说明</span></strong><span>:</span></p><figure><table><thead><tr><th><span>参数</span></th><th><span>类型</span></th><th><span>说明</span></th></tr></thead><tbody><tr><td><span>header</span></td><td><span>Object</span></td><td><span>请求信息</span></td></tr><tr><td><span>commond</span></td><td><span>String</span></td><td><span>固定值measureScore</span></td></tr><tr><td><span>type</span></td><td><span>String</span></td><td><span>请求类型,目前支持的请求类型:SOUND_COMPARE(评测),DELAY_CHECK(延迟检查),PITCH_DETECTION(校音)</span></td></tr><tr><td><span>status</span></td><td><span>Integer</span></td><td><span>固定值200</span></td></tr><tr><td><span>body</span></td><td><span>Object</span></td><td><span>返回小节分数信息</span></td></tr><tr><td><span>score</span></td><td><span>Integer</span></td><td><span>小节分数</span></td></tr><tr><td><span>measureIndex</span></td><td><span>Integer</span></td><td><span>第几小节</span></td></tr><tr><td><span>measureRenderIndex</span></td><td><span>Integer</span></td><td><span>第几小节</span></td></tr></tbody></table></figure><p>&nbsp;</p><h4 id='取消评测结束评测'><span>取消评测/结束评测</span></h4><p><strong><span>1、功能说明:</span></strong></p><p><span> 1)Websocket客户端发送取消评测/结束评测命令信息到服务端</span></p><p><span> 2)前端发送取消评测/结束评测命令给后端,后端接收到命令后生成评测报告和录音文件、并保存到数据库中。返回评测结果给客户端。</span></p><p>&nbsp;</p><p><strong><span>2、请求参数示例:</span></strong></p><p><strong><span>结束评测</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header": {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond": "recordEnd",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type": "SOUND_COMPARE",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status": 200</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p>&nbsp;</p><p><strong><span>取消评测</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "header": {</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "commond": "recordCancel",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "type": "SOUND_COMPARE",</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; "status": 200</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> }</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 161px;"></div><div class="CodeMirror-gutters" style="display: none; height: 161px;"></div></div></div></pre><p>&nbsp;</p><p><strong><span>3、请求参数说明:</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>类型</span></th><th><span>说明</span></th></tr></thead><tbody><tr><td><span>header</span></td><td><span>Object</span></td><td><span>请求信息</span></td></tr><tr><td><span>commond</span></td><td><span>String</span></td><td><span>请求命令。目前支持的请求命令:musicXml(同步music xml信息),recordStart(开始评测),recordCancel(取消评测),recordEnd(结束评测)</span></td></tr><tr><td><span>type</span></td><td><span>String</span></td><td><span>请求类型,目前支持的请求类型:SOUND_COMPARE(评测),DELAY_CHECK(延迟检查),PITCH_DETECTION(校音)</span></td></tr><tr><td><span>status</span></td><td><span>Integer</span></td><td><span>固定值200</span></td></tr></tbody></table></figure><p>&nbsp;</p><p><strong><span>4、应答返回:</span></strong></p><pre class="md-fences md-end-block ty-contain-cm modeLoaded" spellcheck="false" lang=""><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 9.51562px; left: 8px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 0px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style=""><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activeline-background CodeMirror-linebackground"></div><div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: 0px; width: 0px;"></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre></div><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "recordId": 9248,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "score": 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "intonation": 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "integrity": 0,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "totalPlayTimeOfCurrentDate": 42,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "playTime": 4800,</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"> "cadence": 0</span></pre><pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre></div></div></div></div></div><div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 207px;"></div><div class="CodeMirror-gutters" style="display: none; height: 207px;"></div></div></div></pre><p>&nbsp;</p><p><strong><span>5、应答参数说明:</span></strong></p><figure><table><thead><tr><th><span>参数</span></th><th><span>类型</span></th><th><span>说明</span></th></tr></thead><tbody><tr><td><span>recordId</span></td><td><span>Integer</span></td><td><span>评测记录ID</span></td></tr><tr><td><span>score</span></td><td><span>Integer</span></td><td><span>评测总分</span></td></tr><tr><td><span>intonation</span></td><td><span>String</span></td><td><span>音准分数</span></td></tr><tr><td><span>integrity</span></td><td><span>Integer</span></td><td><span>完成度分数</span></td></tr><tr><td><span>totalPlayTimeOfCurrentDate</span></td><td><span>Object</span></td><td><span>总演奏时长</span></td></tr><tr><td><span>playTime</span></td><td><span>Integer</span></td><td><span>演奏时长(ms)</span></td></tr><tr><td><span>cadence</span></td><td><span>Integer</span></td><td><span>节奏分数</span></td></tr></tbody></table></figure><p>&nbsp;</p><h2 id='声部和乐器编码'><span>声部和乐器编码</span></h2><figure><table><thead><tr><th><span>声部</span></th><th><span>乐器编码</span></th><th><span>乐器中文名称</span></th></tr></thead><tbody><tr><td><span>长笛</span></td><td><span>Flute</span></td><td><span>长笛</span></td></tr><tr><td><span>短笛</span></td><td><span>Piccolo</span></td><td><span>短笛</span></td></tr><tr><td><span>竖笛</span></td><td><span>Recorder</span></td><td><span>竖笛</span></td></tr><tr><td><span>竖笛</span></td><td><span>Soprano Recorder</span></td><td><span>高音竖笛</span></td></tr><tr><td><span>竖笛</span></td><td><span>German Recorder</span></td><td><span>德式竖笛</span></td></tr><tr><td><span>竖笛</span></td><td><span>Baroque Recorder</span></td><td><span>英式竖笛</span></td></tr><tr><td><span>单簧管</span></td><td><span>Clarinet</span></td><td><span>单簧管</span></td></tr><tr><td><span>单簧管</span></td><td><span>Bass Clarinet</span></td><td><span>低音单簧管</span></td></tr><tr><td><span>单簧管</span></td><td><span>Alto Clarinet</span></td><td><span>中音单簧管</span></td></tr><tr><td><span>单簧管</span></td><td><span>Bass Clarinet</span></td><td><span>低音单簧管</span></td></tr><tr><td><span>单簧管</span></td><td><span>Clarinet in E♭</span></td><td><span>降E单簧管</span></td></tr><tr><td><span>萨克斯</span></td><td><span>Alto Saxophone</span></td><td><span>中音萨克斯</span></td></tr><tr><td><span>萨克斯</span></td><td><span>Alto Sax</span></td><td><span>中音萨克斯管</span></td></tr><tr><td><span>萨克斯</span></td><td><span>Tenor Saxophone</span></td><td><span>次中音萨克斯</span></td></tr><tr><td><span>萨克斯</span></td><td><span>Tenor Sax</span></td><td><span>次中音萨克斯管</span></td></tr><tr><td><span>萨克斯</span></td><td><span>Soprano Saxophone</span></td><td><span>高音萨克斯</span></td></tr><tr><td><span>萨克斯</span></td><td><span>Soprano Sax</span></td><td><span>高音萨克斯管</span></td></tr><tr><td><span>萨克斯</span></td><td><span>Baritone Saxophone</span></td><td><span>上低音萨克斯</span></td></tr><tr><td><span>萨克斯</span></td><td><span>Baritone Sax</span></td><td><span>低音萨克斯管</span></td></tr><tr><td><span>双簧管</span></td><td><span>Oboe</span></td><td><span>双簧管</span></td></tr><tr><td><span>双簧管</span></td><td><span>English Horn</span></td><td><span>英国管</span></td></tr><tr><td><span>大管</span></td><td><span>Bassoon</span></td><td><span>大管</span></td></tr><tr><td><span>大管</span></td><td><span>Bassoon</span></td><td><span>巴松</span></td></tr><tr><td><span>小号</span></td><td><span>Trumpet</span></td><td><span>小号</span></td></tr><tr><td><span>小号</span></td><td><span>Muted Trumpet</span></td><td><span>加弱音器小号</span></td></tr><tr><td><span>短号</span></td><td><span>Cornet</span></td><td><span>短号</span></td></tr><tr><td><span>圆号</span></td><td><span>Horn</span></td><td><span>圆号</span></td></tr><tr><td><span>圆号</span></td><td><span>French Horn</span></td><td><span>法国号</span></td></tr><tr><td><span>圆号</span></td><td><span>Horn in F</span></td><td><span>圆号</span></td></tr><tr><td><span>长号</span></td><td><span>Trombone</span></td><td><span>长号</span></td></tr><tr><td><span>上低音号</span></td><td><span>Baritone</span></td><td><span>上低音号</span></td></tr><tr><td><span>上低音号</span></td><td><span>Euphonium</span></td><td><span>上低音号</span></td></tr><tr><td><span>上低音号</span></td><td><span>Euphonium</span></td><td><span>次中音号</span></td></tr><tr><td><span>大号</span></td><td><span>Tuba</span></td><td><span>大号</span></td></tr><tr><td><span>铜管组</span></td><td><span>Brass Section</span></td><td><span>铜管组</span></td></tr><tr><td><span>钢琴</span></td><td><span>Piano</span></td><td><span>钢琴</span></td></tr><tr><td><span>钢琴</span></td><td><span>Electronical Piano</span></td><td><span>电钢琴</span></td></tr><tr><td><span>钢琴</span></td><td><span>Glockenspiel</span></td><td><span>钢片琴</span></td></tr><tr><td><span>钢琴</span></td><td><span>Acoustic Grand Piano</span></td><td><span>大钢琴</span></td></tr><tr><td><span>钢琴</span></td><td><span>Bright Acoustic Piano</span></td><td><span>明亮的钢琴</span></td></tr><tr><td><span>钢琴</span></td><td><span>Electric Grand Piano</span></td><td><span>电钢琴</span></td></tr><tr><td><span>钢琴</span></td><td><span>Rhodes Piano</span></td><td><span>柔和的电钢琴</span></td></tr><tr><td><span>钢琴</span></td><td><span>Chorused Piano</span></td><td><span>加合唱效果的电钢琴</span></td></tr><tr><td><span>钢琴</span></td><td><span>Harpsichord</span></td><td><span>羽管键琴</span></td></tr><tr><td><span>风琴</span></td><td><span>Hammond Organ</span></td><td><span>击杆风琴</span></td></tr><tr><td><span>风琴</span></td><td><span>Percussive Organ</span></td><td><span>打击式风琴</span></td></tr><tr><td><span>风琴</span></td><td><span>Rock Organ</span></td><td><span>摇滚风琴</span></td></tr><tr><td><span>风琴</span></td><td><span>Church Organ</span></td><td><span>教堂风琴</span></td></tr><tr><td><span>风琴</span></td><td><span>Reed Organ</span></td><td><span>簧管风琴</span></td></tr><tr><td><span>手风琴</span></td><td><span>Accordian</span></td><td><span>手风琴</span></td></tr><tr><td><span>手风琴</span></td><td><span>Tango Accordian</span></td><td><span>探戈手风琴</span></td></tr><tr><td><span>口琴</span></td><td><span>Harmonica</span></td><td><span>口琴</span></td></tr><tr><td><span>拨弦琴类</span></td><td><span>Clavichord</span></td><td><span>科拉维科特琴</span></td></tr><tr><td><span>拨弦琴类</span></td><td><span>Sitar</span></td><td><span>西塔尔</span></td></tr><tr><td><span>拨弦琴类</span></td><td><span>Banjo</span></td><td><span>班卓琴</span></td></tr><tr><td><span>拨弦琴类</span></td><td><span>Shamisen</span></td><td><span>三昧线</span></td></tr><tr><td><span>拨弦琴类</span></td><td><span>Koto</span></td><td><span>十三弦筝</span></td></tr><tr><td><span>拨弦琴类</span></td><td><span>Kalimba</span></td><td><span>卡林巴</span></td></tr><tr><td><span>竖琴</span></td><td><span>Orchestral Harp</span></td><td><span>竖琴</span></td></tr><tr><td><span>小提琴</span></td><td><span>Violin</span></td><td><span>小提琴</span></td></tr><tr><td><span>中提琴</span></td><td><span>Viola</span></td><td><span>中提琴</span></td></tr><tr><td><span>大提琴</span></td><td><span>Violoncello</span></td><td><span>大提琴</span></td></tr><tr><td><span>低音提琴</span></td><td><span>Contrabass</span></td><td><span>低音提琴</span></td></tr><tr><td><span>排箫</span></td><td><span>Panpipes</span></td><td><span>排箫</span></td></tr><tr><td><span>陶笛</span></td><td><span>Ocarina</span></td><td><span>陶笛</span></td></tr><tr><td><span>陶笛</span></td><td><span>Soprano Ocarina</span></td><td><span>高音陶笛</span></td></tr><tr><td><span>陶笛</span></td><td><span>Alto Ocarina</span></td><td><span>中音陶笛</span></td></tr><tr><td><span>葫芦丝</span></td><td><span>Hulusi</span></td><td><span>葫芦丝</span></td></tr><tr><td><span>葫芦丝</span></td><td><span>Hulusi</span></td><td><span>葫芦丝</span></td></tr><tr><td><span>口风琴</span></td><td><span>Melodica</span></td><td><span>口风琴</span></td></tr><tr><td><span>口风琴</span></td><td><span>Melodica</span></td><td><span>口风琴</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Marimba</span></td><td><span>马林巴</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Vibraphone</span></td><td><span>颤音琴</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Chimes</span></td><td><span>钟琴</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Mallets</span></td><td><span>打击乐(键盘)</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Xylophone</span></td><td><span>打击乐(键盘)</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Tubular Bells</span></td><td><span>管钟</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Chimes</span></td><td><span>管钟</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Timpani</span></td><td><span>定音鼓</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Mallets</span></td><td><span>打击乐(键盘+小鼓)</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Snare Durm</span></td><td><span>打击乐(键盘+小鼓)</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Celesta</span></td><td><span>钢片琴</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Glockenspiel</span></td><td><span>钢片琴</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Vibraphone</span></td><td><span>颤音琴</span></td></tr><tr><td><span>有音高打击乐</span></td><td><span>Vibrato</span></td><td><span>颤音琴</span></td></tr><tr><td><span>大扬琴</span></td><td><span>Dulcimer</span></td><td><span>大扬琴</span></td></tr><tr><td><span>八音盒</span></td><td><span>Music box</span></td><td><span>八音盒</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Drum Set</span></td><td><span>爵士鼓(架子鼓)</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Drum Set</span></td><td><span>架子鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Drums set</span></td><td><span>架子鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Melodic Toms</span></td><td><span>嗵嗵鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Tom-Toms</span></td><td><span>嗵嗵鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>concert tom</span></td><td><span>音乐会嗵嗵鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Concert Toms</span></td><td><span>音乐会嗵嗵鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Quad-Toms</span></td><td><span>筒鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Quads</span></td><td><span>筒鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Snare Drum</span></td><td><span>打击乐(小鼓)</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Snare Drum</span></td><td><span>小军鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Acoustic Snare</span></td><td><span>小鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Electric Snare</span></td><td><span>小鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Side Drum</span></td><td><span>小鼓鼓边</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Field Drum</span></td><td><span>军鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Bass Drum</span></td><td><span>大鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Acoustic Bass Drum</span></td><td><span>大鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Hand Claps</span></td><td><span>拍手</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Slap Bass</span></td><td><span>掌击</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Orchestra Hit</span></td><td><span>管弦乐敲击齐奏</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Tinkle Bell</span></td><td><span>叮当铃</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Agogos</span></td><td><span>阿戈戈铃</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Agogo Bells</span></td><td><span>阿戈戈铃</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Steel Drums</span></td><td><span>钢鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Taiko Drum</span></td><td><span>太鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Reverse Cymbals</span></td><td><span>反向镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Bongos</span></td><td><span>邦戈鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Bongo Bell</span></td><td><span>邦戈铃</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Congas</span></td><td><span>康加鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Guiro</span></td><td><span>刮壶</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Low Floor Tom</span></td><td><span>低音嗵鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Closed Hi-Hat</span></td><td><span>闭合踩镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>High Floor Tom</span></td><td><span>高音落地嗵鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Pedal Hi-Hat</span></td><td><span>脚踏踩镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Low Tom</span></td><td><span>低音嗵鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Open Hi-Hat</span></td><td><span>开音踩镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Low-Mid Tom</span></td><td><span>中低音嗵鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Hi Mid Tom</span></td><td><span>高音鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Cymbal</span></td><td><span>镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Cymbals</span></td><td><span>镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Suspend Cymbals</span></td><td><span>吊镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Suspended Cymbals</span></td><td><span>吊镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Hi-Hat</span></td><td><span>踩镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Crash Cymbals</span></td><td><span>对镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>ride cymbal</span></td><td><span>叮叮镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>High Tom</span></td><td><span>高音嗵鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Ride Cymbals</span></td><td><span>叮叮镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Chinese Cymbals</span></td><td><span>中国镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Ride Bell</span></td><td><span>圆铃</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Tambourine</span></td><td><span>铃鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Splash Cymbal</span></td><td><span>溅音镲</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Cowbell</span></td><td><span>牛铃</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Crash Cymbal</span></td><td><span>强音钹</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Vibra-Slap</span></td><td><span>颤音器</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Ride Cymbal</span></td><td><span>打点钹</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Hi Bongo</span></td><td><span>高音邦戈鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Low Bongo</span></td><td><span>低音邦戈鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Mute Hi Conga</span></td><td><span>弱音高音康加鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Open Hi Conga</span></td><td><span>强音高音康加鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Low Conga</span></td><td><span>低音康加鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Timbales</span></td><td><span>天巴鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>High Timbale</span></td><td><span>高音天巴鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Low Timbale</span></td><td><span>低音天巴鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>High Agogo</span></td><td><span>高音阿戈戈铃</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Low Agogo</span></td><td><span>低音阿戈戈铃</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Cabasa</span></td><td><span>卡巴萨</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Maracas</span></td><td><span>沙锤</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Short Guiro</span></td><td><span>短刮壶</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Long Guiro</span></td><td><span>长刮壶</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Claves</span></td><td><span>响棒</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Hi Wood Block</span></td><td><span>高音木鱼</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Low Wood Block</span></td><td><span>低音木鱼</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Mute Triangle</span></td><td><span>弱音三角铁</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Open Triangle</span></td><td><span>强音三角铁</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Triangle</span></td><td><span>三角铁</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Bell</span></td><td><span>铃铛</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Bells</span></td><td><span>铃铛</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Castanets</span></td><td><span>响板</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Shaker</span></td><td><span>沙锤</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Mark tree</span></td><td><span>音树</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Sleigh Bells</span></td><td><span>雪橇铃</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Flexatone</span></td><td><span>弹音器</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Brake drum</span></td><td><span>闸鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Gong</span></td><td><span>锣</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>brake drum</span></td><td><span>车轮鼓</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>finger cymbal</span></td><td><span>指钹</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Vibraslap</span></td><td><span>弹音器</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Wood Blocks</span></td><td><span>木鱼</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Temple Blocks</span></td><td><span>木鱼</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>Wood Block</span></td><td><span>木鱼</span></td></tr><tr><td><span>无音高打击乐</span></td><td><span>High Bongo</span></td><td><span>邦戈</span></td></tr><tr><td><span>吉他</span></td><td><span>Acoustic Guitar</span></td><td><span>钢弦吉他</span></td></tr><tr><td><span>吉他</span></td><td><span>Electric Guitar</span></td><td><span>闷音电吉他</span></td></tr><tr><td><span>吉他</span></td><td><span>Overdriven Guitar</span></td><td><span>加驱动效果的电吉他</span></td></tr><tr><td><span>吉他</span></td><td><span>Distortion Guitar</span></td><td><span>加失真效果的电吉他</span></td></tr><tr><td><span>吉他</span></td><td><span>Guitar Harmonics</span></td><td><span>吉他和音</span></td></tr><tr><td><span>吉他</span></td><td><span>Guitar Fret Noise</span></td><td><span>吉他换把杂音</span></td></tr><tr><td><span>贝司</span></td><td><span>Acoustic Bass</span></td><td><span>大贝司</span></td></tr><tr><td><span>贝司</span></td><td><span>Electric Bass</span></td><td><span>电贝司</span></td></tr><tr><td><span>贝司</span></td><td><span>Fretless Bass</span></td><td><span>无品贝司</span></td></tr><tr><td><span>合成器</span></td><td><span>Synth Bass</span></td><td><span>电子合成</span></td></tr><tr><td><span>合成器</span></td><td><span>String Ensemble</span></td><td><span>弦乐合奏音色</span></td></tr><tr><td><span>合成器</span></td><td><span>Synth Strings</span></td><td><span>合成弦乐合奏音色</span></td></tr><tr><td><span>合成器</span></td><td><span>Synth Voice</span></td><td><span>合成人声</span></td></tr><tr><td><span>合成器</span></td><td><span>Synth Brass</span></td><td><span>合成铜管音色</span></td></tr><tr><td><span>合成器</span></td><td><span>Lead</span></td><td><span>合成主音</span></td></tr><tr><td><span>合成器</span></td><td><span>Lead lead</span></td><td><span>合成主音</span></td></tr><tr><td><span>合成器</span></td><td><span>Pad age</span></td><td><span>合成音色</span></td></tr><tr><td><span>合成器</span></td><td><span>Pad</span></td><td><span>合成音色</span></td></tr><tr><td><span>合成器</span></td><td><span>FX</span></td><td><span>合成效果 科幻</span></td></tr><tr><td><span>合成器</span></td><td><span>Synth Drums</span></td><td><span>合成鼓</span></td></tr><tr><td><span>弦乐群</span></td><td><span>Tremolo Strings</span></td><td><span>弦乐群颤音音色</span></td></tr><tr><td><span>弦乐群</span></td><td><span>Pizzicato Strings</span></td><td><span>弦乐群拨弦音色</span></td></tr><tr><td><span>人声</span></td><td><span>Voice Oohs</span></td><td><span>人声</span></td></tr><tr><td><span>人声</span></td><td><span>Choir Aahs</span></td><td><span>人声合唱</span></td></tr><tr><td><span>排箫</span></td><td><span>Pan Flute</span></td><td><span>排箫</span></td></tr><tr><td><span>民族笛类</span></td><td><span>Bottle Blow</span></td><td><span>瓶木管</span></td></tr><tr><td><span>民族笛类</span></td><td><span>Bagpipe</span></td><td><span>风笛</span></td></tr><tr><td><span>民族笛类</span></td><td><span>Shanai</span></td><td><span>山奈</span></td></tr><tr><td><span>民族提琴</span></td><td><span>Fiddle</span></td><td><span>民族提琴</span></td></tr><tr><td><span>自然声(音效)</span></td><td><span>Breath Noise</span></td><td><span>呼吸声</span></td></tr><tr><td><span>自然声(音效)</span></td><td><span>Seashore</span></td><td><span>海浪声</span></td></tr><tr><td><span>自然声(音效)</span></td><td><span>Bird Tweet</span></td><td><span>鸟鸣</span></td></tr><tr><td><span>自然声(音效)</span></td><td><span>Telephone Ring</span></td><td><span>电话铃</span></td></tr><tr><td><span>自然声(音效)</span></td><td><span>Helicopter</span></td><td><span>直升机</span></td></tr><tr><td><span>自然声(音效)</span></td><td><span>Applause</span></td><td><span>鼓掌声</span></td></tr><tr><td><span>自然声(音效)</span></td><td><span>Gunshot</span></td><td><span>枪声</span></td></tr><tr><td><span>自然声(音效)</span></td><td><span>Short Whistle</span></td><td><span>短口哨</span></td></tr><tr><td><span>自然声(音效)</span></td><td><span>Long Whistle</span></td><td><span>长口哨</span></td></tr><tr><td><span>自然声(音效)</span></td><td><span>Whistle</span></td><td><span>口哨声</span></td></tr></tbody></table></figure><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p></div></div>
  651. <script>(function(){var e=document.body.parentElement,t=[],n=null,i=document.body.classList.contains("typora-export-collapse-outline"),r=function(e,t,n){document.addEventListener(e,function(e){if(!e.defaultPrevented)for(var i=e.target;i&&i!=this;i=i.parentNode)if(i.matches(t)){!1===n.call(i,e)&&(e.preventDefault(),e.stopPropagation());break}},!1)};function o(){return e.scrollTop}r("click",".outline-expander",function(e){var t=this.closest(".outline-item-wrapper").classList;return t.contains("outline-item-open")?t.remove("outline-item-open"):t.add("outline-item-open"),d(),!1}),r("click",".outline-item",function(e){var t=this.querySelector(".outline-label");if(location.hash="#"+t.getAttribute("href"),i){var n=this.closest(".outline-item-wrapper").classList;n.contains("outline-item-open")||n.add("outline-item-open"),c(),n.add("outline-item-active")}});var a,s,l=function(){var e=o();n=null;for(var i=0;i<t.length&&t[i][1]-e<60;i++)n=t[i]},c=function(){document.querySelectorAll(".outline-item-active").forEach(e=>e.classList.remove("outline-item-active")),document.querySelectorAll(".outline-item-single.outline-item-open").forEach(e=>e.classList.remove("outline-item-open"))},d=function(){if(n){c();var e=document.querySelector('.outline-label[href="#'+(CSS.escape?CSS.escape(n[0]):n[0])+'"]');if(e)if(i){var t=e.closest(".outline-item-open>ul>.outline-item-wrapper");if(t)t.classList.add("outline-item-active");else{for(var r=(e=e.closest(".outline-item-wrapper")).parentElement.closest(".outline-item-wrapper");r;)r=(e=r).parentElement.closest(".outline-item-wrapper");e.classList.add("outline-item-active")}}else e.closest(".outline-item-wrapper").classList.add("outline-item-active")}};window.addEventListener("scroll",function(e){a&&clearTimeout(a),a=setTimeout(function(){l(),d()},300)});var u=function(){s=setTimeout(function(){!function(){t=[];var e=o();document.querySelector("#write").querySelectorAll("h1, h2, h3, h4, h5, h6").forEach(n=>{var i=n.getAttribute("id");t.push([i,e+n.getBoundingClientRect().y])})}(),l(),d()},300)};window.addEventListener("resize",function(e){s&&clearTimeout(s),u()}),u()})();</script></body>
  652. </html>