Extra "ports" of juce-based plugins using the distrho build system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

285 lines
6.4KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <head>
  6. <title>protoplug: Class juce.Line</title>
  7. <link rel="stylesheet" href="../ldoc.css" type="text/css" />
  8. </head>
  9. <body>
  10. <div id="container">
  11. <div id="product">
  12. <div id="product_logo"></div>
  13. <div id="product_name"><big><b></b></big></div>
  14. <div id="product_description"></div>
  15. </div> <!-- id="product" -->
  16. <div id="main">
  17. <!-- Menu -->
  18. <div id="navigation">
  19. <a href="http://osar.fr">
  20. <div class=osarlogo> </div>
  21. </a>
  22. <br/>
  23. <a href="http://osar.fr/protoplug">
  24. <h1>protoplug</h1>
  25. </a>
  26. <span class="proto_subtitle">Lua API reference</span>
  27. <ul>
  28. <li><a href="../index.html">Index</a></li>
  29. </ul>
  30. <h2>Contents</h2>
  31. <ul>
  32. <li><a href="#Constructors">Constructors</a></li>
  33. <li><a href="#Fields">Fields</a></li>
  34. </ul>
  35. <h2>Classes</h2>
  36. <ul class="$(kind=='Topics' and '' or 'nowrap'">
  37. <li><a href="../classes/juce.AffineTransform.html">juce.AffineTransform</a></li>
  38. <li><a href="../classes/juce.AudioFormatReader.html">juce.AudioFormatReader</a></li>
  39. <li><a href="../classes/juce.Colour.html">juce.Colour</a></li>
  40. <li><a href="../classes/juce.ColourGradient.html">juce.ColourGradient</a></li>
  41. <li><a href="../classes/juce.Component.html">juce.Component</a></li>
  42. <li><a href="../classes/juce.FillType.html">juce.FillType</a></li>
  43. <li><a href="../classes/juce.Font.html">juce.Font</a></li>
  44. <li><a href="../classes/juce.Graphics.html">juce.Graphics</a></li>
  45. <li><a href="../classes/juce.Image.html">juce.Image</a></li>
  46. <li><a href="../classes/juce.Justification.html">juce.Justification</a></li>
  47. <li><a href="../classes/juce.LagrangeInterpolator.html">juce.LagrangeInterpolator</a></li>
  48. <li><strong>juce.Line</strong></li>
  49. <li><a href="../classes/juce.Path.html">juce.Path</a></li>
  50. <li><a href="../classes/juce.Point.html">juce.Point</a></li>
  51. <li><a href="../classes/juce.RectanglePlacement.html">juce.RectanglePlacement</a></li>
  52. <li><a href="../classes/juce.Rectangle_float.html">juce.Rectangle_float</a></li>
  53. <li><a href="../classes/juce.Rectangle_int.html">juce.Rectangle_int</a></li>
  54. </ul>
  55. <h2>Modules</h2>
  56. <ul class="$(kind=='Topics' and '' or 'nowrap'">
  57. <li><a href="../modules/plugin.html">plugin</a></li>
  58. <li><a href="../modules/script.html">script</a></li>
  59. <li><a href="../modules/midi.html">midi</a></li>
  60. <li><a href="../modules/gui.html">gui</a></li>
  61. <li><a href="../modules/polyGen.html">polyGen</a></li>
  62. <li><a href="../modules/stereoFx.html">stereoFx</a></li>
  63. </ul>
  64. <h2>Examples</h2>
  65. <ul class="$(kind=='Topics' and '' or 'nowrap'">
  66. <li><a href="../examples/classic-filter.lua.html">classic-filter.lua</a></li>
  67. <li><a href="../examples/sine-organ.lua.html">sine-organ.lua</a></li>
  68. <li><a href="../examples/midi-chordify.lua.html">midi-chordify.lua</a></li>
  69. <li><a href="../examples/sinemouse-demo.lua.html">sinemouse-demo.lua</a></li>
  70. <li><a href="../examples/soundfile-test.lua.html">soundfile-test.lua</a></li>
  71. </ul>
  72. </div>
  73. <div id="content">
  74. <h1>Class <code>juce.Line</code></h1>
  75. <p>Line.</p>
  76. <p> Is converted to a <a href="http://www.juce.com/api/classLine.html">JUCE Line</a></p>
  77. <h2><a href="#Constructors">Constructors</a></h2>
  78. <table class="function_list">
  79. <tr>
  80. <td class="name" nowrap><a href="#juce.Line.Line"><span class="proto_prefix">juce</span>.Line (x1, y1, x2, y2)</a></td>
  81. <td class="summary">Constuctor</td>
  82. </tr>
  83. <tr>
  84. <td class="name" nowrap><a href="#juce.Line.Line"><span class="proto_prefix">juce</span>.Line (args)</a></td>
  85. <td class="summary">Constuctor</td>
  86. </tr>
  87. </table>
  88. <h2><a href="#Fields">Fields</a></h2>
  89. <table class="function_list">
  90. <tr>
  91. <td class="name" nowrap><a href="#juce.Line.x1"><span class="proto_prefix">juce.Line</span>.x1</a></td>
  92. <td class="summary">Point 1 X position</td>
  93. </tr>
  94. <tr>
  95. <td class="name" nowrap><a href="#juce.Line.y1"><span class="proto_prefix">juce.Line</span>.y1</a></td>
  96. <td class="summary">Point 1 Y position</td>
  97. </tr>
  98. <tr>
  99. <td class="name" nowrap><a href="#juce.Line.x2"><span class="proto_prefix">juce.Line</span>.x2</a></td>
  100. <td class="summary">Point 2 X position</td>
  101. </tr>
  102. <tr>
  103. <td class="name" nowrap><a href="#juce.Line.y2"><span class="proto_prefix">juce.Line</span>.y2</a></td>
  104. <td class="summary">Point 2 Y position</td>
  105. </tr>
  106. </table>
  107. <br/>
  108. <br/>
  109. <h2><a name="Constructors"></a>Constructors</h2>
  110. <dl class="function">
  111. <dt>
  112. <a name = "juce.Line.Line"></a>
  113. <strong><span class="proto_prefix">juce</span>.Line (x1, y1, x2, y2)</strong>
  114. </dt>
  115. <dd>
  116. Constuctor
  117. </ul>
  118. <h3>Parameters:</h3>
  119. <ul>
  120. <li><span class="parameter">x1</span>
  121. </li>
  122. <li><span class="parameter">y1</span>
  123. </li>
  124. <li><span class="parameter">x2</span>
  125. </li>
  126. <li><span class="parameter">y2</span>
  127. </li>
  128. </ul>
  129. </dd>
  130. <dt>
  131. <a name = "juce.Line.Line"></a>
  132. <strong><span class="proto_prefix">juce</span>.Line (args)</strong>
  133. </dt>
  134. <dd>
  135. Constuctor
  136. </ul>
  137. <h3>Parameters:</h3>
  138. <ul>
  139. <li><span class="parameter">args</span>
  140. <ul>
  141. <li><span class="parameter">x1</span>
  142. </li>
  143. <li><span class="parameter">y1</span>
  144. </li>
  145. <li><span class="parameter">x2</span>
  146. </li>
  147. <li><span class="parameter">y2</span>
  148. </li>
  149. </li></ul>
  150. </ul>
  151. </dd>
  152. </dl>
  153. <h2><a name="Fields"></a>Fields</h2>
  154. <dl class="function">
  155. <dt>
  156. <a name = "juce.Line.x1"></a>
  157. <strong><span class="proto_prefix">juce.Line</span>.x1</strong>
  158. </dt>
  159. <dd>
  160. Point 1 X position
  161. </ul>
  162. </dd>
  163. <dt>
  164. <a name = "juce.Line.y1"></a>
  165. <strong><span class="proto_prefix">juce.Line</span>.y1</strong>
  166. </dt>
  167. <dd>
  168. Point 1 Y position
  169. </ul>
  170. </dd>
  171. <dt>
  172. <a name = "juce.Line.x2"></a>
  173. <strong><span class="proto_prefix">juce.Line</span>.x2</strong>
  174. </dt>
  175. <dd>
  176. Point 2 X position
  177. </ul>
  178. </dd>
  179. <dt>
  180. <a name = "juce.Line.y2"></a>
  181. <strong><span class="proto_prefix">juce.Line</span>.y2</strong>
  182. </dt>
  183. <dd>
  184. Point 2 Y position
  185. </ul>
  186. </dd>
  187. </dl>
  188. </div> <!-- id="content" -->
  189. </div> <!-- id="main" -->
  190. <div id="about">
  191. <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.2</a></i>
  192. </div> <!-- id="about" -->
  193. </div> <!-- id="container" -->
  194. </body>
  195. </html>