您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

29 行
1.3KB

  1. <h3>Summary</h3>
  2. <p>Create constant (DC) signal, useful for control of objects that take
  3. a modulation or control input signal. This constant level can be
  4. used to modify other waveforms using mixer or multiplier objects</p>
  5. <h3>Audio Connections</h3>
  6. <table class=doc align=center cellpadding=3>
  7. <tr class=top><th>Port</th><th>Purpose</th></tr>
  8. <tr class=odd><td align=center>Out 0</td><td>Output constant DC level</td></tr>
  9. </table>
  10. <h3>Functions</h3>
  11. <p class=func><span class=keyword>amplitude</span>(level);</p>
  12. <p class=desc>Set the output. Level is -1.0 to 1.0. The output is
  13. changed immediately.
  14. </p>
  15. <p class=func><span class=keyword>amplitude</span>(level, milliseconds);</p>
  16. <p class=desc>Set the output. Level is -1.0 to 1.0. The output is
  17. gradually changed over a "milliseconds" time period. Any time may
  18. be specified, but periods longer than 1 second may be automatically
  19. shortened for small level changes, due to numerical precision limits.
  20. </p>
  21. <!--<h3>Examples</h3>
  22. <p class=exam>File &gt; Examples &gt; Audio &gt;
  23. </p>-->
  24. <h3>Notes</h3>
  25. <p>Of course, the term "DC", for Direct Current, doesn't properly apply
  26. to a pure digital stream of numerical values. But the term is widely
  27. understood in audio applications, so hopefully it's not too confusing?</p>