Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Dec 20, 2024
1 parent 389be46 commit 7d2fc02
Show file tree
Hide file tree
Showing 289 changed files with 8,806 additions and 4,536 deletions.
2 changes: 1 addition & 1 deletion _i_about_box_control_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<div class="ttc" id="aclass_i_control_html_adbacb08c7d1ca89c7ca29a464bdfd15a"><div class="ttname"><a href="class_i_control.html#adbacb08c7d1ca89c7ca29a464bdfd15a">IControl::SetTargetAndDrawRECTs</a></div><div class="ttdeci">void SetTargetAndDrawRECTs(const IRECT &amp;bounds)</div><div class="ttdoc">Set BOTH the draw rect and the target area, within the graphics context for this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00332">IControl.h:332</a></div></div>
<div class="ttc" id="aclass_i_text_control_html"><div class="ttname"><a href="class_i_text_control.html">ITextControl</a></div><div class="ttdoc">A basic control to display some text.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l02156">IControl.h:2157</a></div></div>
<div class="ttc" id="aclass_i_u_r_l_control_html"><div class="ttname"><a href="class_i_u_r_l_control.html">IURLControl</a></div><div class="ttdoc">A control to show a clickable URL, that changes color after clicking.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l02227">IControl.h:2228</a></div></div>
<div class="ttc" id="aclass_i_v_label_control_html"><div class="ttname"><a href="class_i_v_label_control.html">IVLabelControl</a></div><div class="ttdoc">A vector label control that can display text with a shadow.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00042">IControls.h:44</a></div></div>
<div class="ttc" id="aclass_i_v_label_control_html"><div class="ttname"><a href="class_i_v_label_control.html">IVLabelControl</a></div><div class="ttdoc">A vector label control that can display text with a shadow.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00043">IControls.h:45</a></div></div>
<div class="ttc" id="astruct_i_r_e_c_t_html"><div class="ttname"><a href="struct_i_r_e_c_t.html">IRECT</a></div><div class="ttdoc">Used to manage a rectangular area, independent of draw class/platform.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00748">IGraphicsStructs.h:749</a></div></div>
<div class="ttc" id="astruct_i_r_e_c_t_html_a77788285c639d095713c204adc635624"><div class="ttname"><a href="struct_i_r_e_c_t.html#a77788285c639d095713c204adc635624">IRECT::FracRectVertical</a></div><div class="ttdeci">IRECT FracRectVertical(float frac, bool fromTop=false) const</div><div class="ttdoc">Returns a new IRECT with a height that is multiplied by frac.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00965">IGraphicsStructs.h:965</a></div></div>
<div class="ttc" id="astruct_i_r_e_c_t_html_ac4efaa8048ca977199fec8ab573db59f"><div class="ttname"><a href="struct_i_r_e_c_t.html#ac4efaa8048ca977199fec8ab573db59f">IRECT::GetFromTop</a></div><div class="ttdeci">IRECT GetFromTop(float amount) const</div><div class="ttdoc">Get a subrect of this IRECT bounded in Y by the top edge and 'amount'.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l01045">IGraphicsStructs.h:1045</a></div></div>
Expand Down
12 changes: 6 additions & 6 deletions _i_controls_8cpp_source.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion _i_controls_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<code>#include &quot;<a class="el" href="_i_r_t_text_control_8h_source.html">IRTTextControl.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_i_v_keyboard_control_8h_source.html">IVKeyboardControl.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_i_v_meter_control_8h_source.html">IVMeterControl.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_i_v_spectrum_analyzer_control_8h_source.html">IVSpectrumAnalyzerControl.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_i_v_scope_control_8h_source.html">IVScopeControl.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_i_v_multi_slider_control_8h_source.html">IVMultiSliderControl.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_i_v_display_control_8h_source.html">IVDisplayControl.h</a>&quot;</code><br />
Expand Down Expand Up @@ -222,7 +223,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#struct_i_v_plot_control_1
</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="_i_controls_8h_source.html#l00410">410</a> of file <a class="el" href="_i_controls_8h_source.html">IControls.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="_i_controls_8h_source.html#l00411">411</a> of file <a class="el" href="_i_controls_8h_source.html">IControls.h</a>.</p>
</div><table class="fieldtable">
<tr><th colspan="3">Class Members</th></tr>
<tr><td class="fieldtype">
Expand Down
1,366 changes: 684 additions & 682 deletions _i_controls_8h_source.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _i_r_t_text_control_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@
<div class="ttc" id="aclass_i_control_html_af8c805c09b1a89f44aec43026fcb1fe7"><div class="ttname"><a href="class_i_control.html#af8c805c09b1a89f44aec43026fcb1fe7">IControl::SetDirty</a></div><div class="ttdeci">virtual void SetDirty(bool triggerAction=true, int valIdx=kNoValIdx)</div><div class="ttdoc">Mark the control as dirty, i.e.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8cpp_source.html#l00198">IControl.cpp:198</a></div></div>
<div class="ttc" id="aclass_i_r_t_text_control_html"><div class="ttname"><a href="class_i_r_t_text_control.html">IRTTextControl</a></div><div class="ttdoc">A control to display some text in the UI, driven by values in the RT audio thread.</div><div class="ttdef"><b>Definition:</b> <a href="_i_r_t_text_control_8h_source.html#l00028">IRTTextControl.h:29</a></div></div>
<div class="ttc" id="aclass_i_r_t_text_control_html_ac8708487c8a9ac5b166b7c4c473c12e1"><div class="ttname"><a href="class_i_r_t_text_control.html#ac8708487c8a9ac5b166b7c4c473c12e1">IRTTextControl::OnMsgFromDelegate</a></div><div class="ttdeci">void OnMsgFromDelegate(int msgTag, int dataSize, const void *pData) override</div><div class="ttdoc">Implement to receive messages sent to the control, see IEditorDelegate:SendControlMsgFromDelegate()</div><div class="ttdef"><b>Definition:</b> <a href="_i_r_t_text_control_8h_source.html#l00038">IRTTextControl.h:38</a></div></div>
<div class="ttc" id="aclass_i_sender_html"><div class="ttname"><a href="class_i_sender.html">ISender</a></div><div class="ttdoc">ISender is a utility class which can be used to defer data from the realtime audio processing and sen...</div><div class="ttdef"><b>Definition:</b> <a href="_i_sender_8h_source.html#l00064">ISender.h:65</a></div></div>
<div class="ttc" id="aclass_i_sender_html"><div class="ttname"><a href="class_i_sender.html">ISender</a></div><div class="ttdoc">ISender is a utility class which can be used to defer data from the realtime audio processing and sen...</div><div class="ttdef"><b>Definition:</b> <a href="_i_sender_8h_source.html#l00065">ISender.h:66</a></div></div>
<div class="ttc" id="aclass_i_text_control_html"><div class="ttname"><a href="class_i_text_control.html">ITextControl</a></div><div class="ttdoc">A basic control to display some text.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l02156">IControl.h:2157</a></div></div>
<div class="ttc" id="aclass_i_text_control_html_af2c4ee0aebd893680977304fabd3c5ae"><div class="ttname"><a href="class_i_text_control.html#af2c4ee0aebd893680977304fabd3c5ae">ITextControl::SetStr</a></div><div class="ttdeci">virtual void SetStr(const char *str)</div><div class="ttdoc">Set the text to display.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8cpp_source.html#l00456">IControl.cpp:456</a></div></div>
<div class="ttc" id="astruct_i_color_html"><div class="ttname"><a href="struct_i_color.html">IColor</a></div><div class="ttdoc">Used to manage color data, independent of draw class/platform.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00222">IGraphicsStructs.h:223</a></div></div>
<div class="ttc" id="astruct_i_r_e_c_t_html"><div class="ttname"><a href="struct_i_r_e_c_t.html">IRECT</a></div><div class="ttdoc">Used to manage a rectangular area, independent of draw class/platform.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00748">IGraphicsStructs.h:749</a></div></div>
<div class="ttc" id="astruct_i_sender_data_html"><div class="ttname"><a href="struct_i_sender_data.html">ISenderData</a></div><div class="ttdoc">ISenderData is used to represent a typed data packet, that may contain values for multiple channels.</div><div class="ttdef"><b>Definition:</b> <a href="_i_sender_8h_source.html#l00033">ISender.h:34</a></div></div>
<div class="ttc" id="astruct_i_sender_data_html"><div class="ttname"><a href="struct_i_sender_data.html">ISenderData</a></div><div class="ttdoc">ISenderData is used to represent a typed data packet, that may contain values for multiple channels.</div><div class="ttdef"><b>Definition:</b> <a href="_i_sender_8h_source.html#l00034">ISender.h:35</a></div></div>
<div class="ttc" id="astruct_i_text_html"><div class="ttname"><a href="struct_i_text.html">IText</a></div><div class="ttdoc">IText is used to manage font and text/text entry style for a piece of text on the UI,...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00661">IGraphicsStructs.h:662</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
Expand Down
4 changes: 4 additions & 0 deletions _i_sender_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;denormal.h&quot;</code><br />
<code>#include &quot;fft.h&quot;</code><br />
<code>#include &quot;<a class="el" href="_i_plug_platform_8h_source.html">IPlugPlatform.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_i_plug_queue_8h_source.html">IPlugQueue.h</a>&quot;</code><br />
<code>#include &lt;array&gt;</code><br />
Expand All @@ -113,6 +114,9 @@
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_i_buffer_sender.html">IBufferSender&lt; MAXNC, QUEUE_SIZE, MAXBUF &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="class_i_buffer_sender.html" title="IBufferSender is a utility class which can be used to defer buffer data for sending to the GUI.">IBufferSender</a> is a utility class which can be used to defer buffer data for sending to the GUI. <a href="class_i_buffer_sender.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_i_spectrum_sender.html">ISpectrumSender&lt; MAXNC, QUEUE_SIZE, MAX_FFT_SIZE &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="class_i_spectrum_sender.html" title="ISpectrumSender is designed for sending Spectral Data from the plug-in to the UI.">ISpectrumSender</a> is designed for sending Spectral Data from the plug-in to the UI. <a href="class_i_spectrum_sender.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p ><a class="el" href="class_i_sender.html" title="ISender is a utility class which can be used to defer data from the realtime audio processing and sen...">ISender</a> is a utility class which can be used to defer data from the realtime audio processing and send it to the GUI for visualization. </p>
Expand Down
Loading

0 comments on commit 7d2fc02

Please sign in to comment.