|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2 |
| -<html xmlns="http://www.w3.org/1999/xhtml"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
3 | 3 | <head>
|
4 | 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
5 |
| -<meta http-equiv="X-UA-Compatible" content="IE=9"/> |
6 |
| -<meta name="generator" content="Doxygen 1.9.1"/> |
| 5 | +<meta http-equiv="X-UA-Compatible" content="IE=11"/> |
| 6 | +<meta name="generator" content="Doxygen 1.9.6"/> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"/>
|
8 | 8 | <title>Arduino MIDI File Parser: src/MidiFile.h File Reference</title>
|
9 | 9 | <link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
19 | 19 | <div id="titlearea">
|
20 | 20 | <table cellspacing="0" cellpadding="0">
|
21 | 21 | <tbody>
|
22 |
| - <tr style="height: 56px;"> |
23 |
| - <td id="projectalign" style="padding-left: 0.5em;"> |
| 22 | + <tr id="projectrow"> |
| 23 | + <td id="projectalign"> |
24 | 24 | <div id="projectname">Arduino MIDI File Parser
|
25 | 25 | </div>
|
26 | 26 | </td>
|
|
29 | 29 | </table>
|
30 | 30 | </div>
|
31 | 31 | <!-- end header part -->
|
32 |
| -<!-- Generated by Doxygen 1.9.1 --> |
| 32 | +<!-- Generated by Doxygen 1.9.6 --> |
33 | 33 | <script type="text/javascript">
|
34 |
| -/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
35 |
| -var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); |
| 34 | +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| 35 | +var searchBox = new SearchBox("searchBox", "search/",'.html'); |
36 | 36 | /* @license-end */
|
37 | 37 | </script>
|
38 | 38 | <script type="text/javascript" src="menudata.js"></script>
|
39 | 39 | <script type="text/javascript" src="menu.js"></script>
|
40 | 40 | <script type="text/javascript">
|
41 |
| -/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 41 | +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
42 | 42 | $(function() {
|
43 | 43 | initMenu('',true,false,'search.php','Search');
|
44 | 44 | $(document).ready(function() { init_search(); });
|
45 | 45 | });
|
46 |
| -/* @license-end */</script> |
| 46 | +/* @license-end */ |
| 47 | +</script> |
47 | 48 | <div id="main-nav"></div>
|
48 | 49 | <!-- window showing the filter options -->
|
49 | 50 | <div id="MSearchSelectWindow"
|
|
54 | 55 |
|
55 | 56 | <!-- iframe showing the search results (closed by default) -->
|
56 | 57 | <div id="MSearchResultsWindow">
|
57 |
| -<iframe src="javascript:void(0)" frameborder="0" |
58 |
| - name="MSearchResults" id="MSearchResults"> |
59 |
| -</iframe> |
| 58 | +<div id="MSearchResults"> |
| 59 | +<div class="SRPage"> |
| 60 | +<div id="SRIndex"> |
| 61 | +<div id="SRResults"></div> |
| 62 | +<div class="SRStatus" id="Loading">Loading...</div> |
| 63 | +<div class="SRStatus" id="Searching">Searching...</div> |
| 64 | +<div class="SRStatus" id="NoMatches">No Matches</div> |
| 65 | +</div> |
| 66 | +</div> |
| 67 | +</div> |
60 | 68 | </div>
|
61 | 69 |
|
62 | 70 | <div id="nav-path" class="navpath">
|
|
67 | 75 | <div class="header">
|
68 | 76 | <div class="summary">
|
69 | 77 | <a href="#nested-classes">Classes</a> |
|
70 |
| -<a href="#define-members">Macros</a> </div> |
71 |
| - <div class="headertitle"> |
72 |
| -<div class="title">MidiFile.h File Reference</div> </div> |
| 78 | +<a href="#define-members">Macros</a> | |
| 79 | +<a href="#func-members">Functions</a> </div> |
| 80 | + <div class="headertitle"><div class="title">MidiFile.h File Reference</div></div> |
73 | 81 | </div><!--header-->
|
74 | 82 | <div class="contents">
|
75 | 83 |
|
|
78 | 86 | <div class="textblock"><code>#include <math.h></code><br />
|
79 | 87 | <code>#include <stdio.h></code><br />
|
80 | 88 | <code>#include <string.h></code><br />
|
81 |
| -<code>#include "MidiFileCommon.h"</code><br /> |
| 89 | +<code>#include "MidiFileState.h"</code><br /> |
| 90 | +<code>#include <chrono></code><br /> |
| 91 | +<code>#include <cstdint></code><br /> |
| 92 | +<code>#include <iostream></code><br /> |
82 | 93 | </div><div class="textblock"><div class="dynheader">
|
83 | 94 | Include dependency graph for MidiFile.h:</div>
|
84 | 95 | <div class="dyncontent">
|
|
98 | 109 | </div>
|
99 | 110 | <p><a href="MidiFile_8h_source.html">Go to the source code of this file.</a></p>
|
100 | 111 | <table class="memberdecls">
|
101 |
| -<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> |
| 112 | +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a> |
102 | 113 | Classes</h2></td></tr>
|
103 | 114 | <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classMidiFile.html">MidiFile</a></td></tr>
|
104 |
| -<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Midi File parser. Provide the data via write: You should try to keep the buffer as full as possible while parsing. You get the next parsing result by calling the <a class="el" href="classMidiFile.html#a32386d225fb6dcff88e34de6e28671da" title="Parse data in order to provide the next midi element.">parse()</a> method. <a href="classMidiFile.html#details">More...</a><br /></td></tr> |
| 115 | +<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Midi File parser. Provide the data via write: You should try to keep the buffer as full as possible while parsing. You get the next parsing result by calling the <a class="el" href="classMidiFile.html#acb5853d609f260fbafc147989ce1ee22" title="Parse data in order to provide the next midi element.">parse()</a> method. <a href="classMidiFile.html#details">More...</a><br /></td></tr> |
105 | 116 | <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
106 | 117 | </table><table class="memberdecls">
|
107 |
| -<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a> |
| 118 | +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="define-members" name="define-members"></a> |
108 | 119 | Macros</h2></td></tr>
|
109 |
| -<tr class="memitem:afce312e5393131ab8fe99508b399f1b7"><td class="memItemLeft" align="right" valign="top"><a id="afce312e5393131ab8fe99508b399f1b7"></a> |
| 120 | +<tr class="memitem:afce312e5393131ab8fe99508b399f1b7"><td class="memItemLeft" align="right" valign="top"><a id="afce312e5393131ab8fe99508b399f1b7" name="afce312e5393131ab8fe99508b399f1b7"></a> |
110 | 121 | #define </td><td class="memItemRight" valign="bottom"><b>MIDI_BUFFER_SIZE</b>   1024 * 2</td></tr>
|
111 | 122 | <tr class="separator:afce312e5393131ab8fe99508b399f1b7"><td class="memSeparator" colspan="2"> </td></tr>
|
112 |
| -<tr class="memitem:a5c6db54ab86a04d43f50ac2f5e69362e"><td class="memItemLeft" align="right" valign="top"><a id="a5c6db54ab86a04d43f50ac2f5e69362e"></a> |
| 123 | +<tr class="memitem:a5c6db54ab86a04d43f50ac2f5e69362e"><td class="memItemLeft" align="right" valign="top"><a id="a5c6db54ab86a04d43f50ac2f5e69362e" name="a5c6db54ab86a04d43f50ac2f5e69362e"></a> |
113 | 124 | #define </td><td class="memItemRight" valign="bottom"><b>MIDI_MIN_REFILL_SIZE</b>   512</td></tr>
|
114 | 125 | <tr class="separator:a5c6db54ab86a04d43f50ac2f5e69362e"><td class="memSeparator" colspan="2"> </td></tr>
|
| 126 | +</table><table class="memberdecls"> |
| 127 | +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a> |
| 128 | +Functions</h2></td></tr> |
| 129 | +<tr class="memitem:a51ca22f5e92260d1d3f69724a51c551a"><td class="memItemLeft" align="right" valign="top"><a id="a51ca22f5e92260d1d3f69724a51c551a" name="a51ca22f5e92260d1d3f69724a51c551a"></a> |
| 130 | +uint64_t </td><td class="memItemRight" valign="bottom"><b>millis</b> ()</td></tr> |
| 131 | +<tr class="separator:a51ca22f5e92260d1d3f69724a51c551a"><td class="memSeparator" colspan="2"> </td></tr> |
115 | 132 | </table>
|
116 | 133 | <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
117 | 134 | <div class="textblock"><p>A simple midi parser based on the following project <a href="https://github.com/abique/midi-parser">https://github.com/abique/midi-parser</a>. </p>
|
118 |
| -<dl class="section author"><dt>Author</dt><dd>Phil Schatzmann</dd></dl> |
| 135 | +<dl class="section author"><dt>Author</dt><dd>Phil Schatzmann </dd></dl> |
119 | 136 | <dl class="section version"><dt>Version</dt><dd>0.1 </dd></dl>
|
120 | 137 | <dl class="section date"><dt>Date</dt><dd>2023-02-02</dd></dl>
|
121 | 138 | <dl class="section copyright"><dt>Copyright</dt><dd>Copyright (c) 2023 </dd></dl>
|
122 | 139 | </div></div><!-- contents -->
|
123 | 140 | <!-- start footer part -->
|
124 | 141 | <hr class="footer"/><address class="footer"><small>
|
125 |
| -Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 |
| 142 | +Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6 |
126 | 143 | </small></address>
|
127 | 144 | </body>
|
128 | 145 | </html>
|
0 commit comments