Skip to content

Commit

Permalink
Correct link.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Oct 5, 2024
1 parent 0bb0f4d commit 1d058e4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,5 +477,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-10-04 14:10:37.513172+00:00
Build Date UTC : 2024-10-05 15:35:05.616631+00:00
-->
2 changes: 1 addition & 1 deletion docs/manual/faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ <h2 id="what-are-the-rules-used-for-partial-application">What are the rules used
<p>There is an exception when <code>F</code> is a binary operation like <code>+,-,/,*</code>. In this case, the rewriting rule is <code>/(3) ==&gt; _,3:/</code>. In other words, when we apply only one argument, it is the second one.</p>
<h2 id="control-rate-versus-audio-rate">Control rate versus audio rate</h2>
<p>Question: <em>I have a question about sample rate / control rate issues. I have a Faust code that takes channel pressure messages from my keyboard as input, therefore at control rate, and outputs an expression signal at sample rate. The first part of the code can run at control rate, but I want to force it to run at sample rate (otherwise unwanted behavior will appear). Is there a simple way of forcing my pressure signal to be at sample rate (without making a smooth which may also result in unwanted behavior)</em>.</p>
<p>Answer: the <a href="https://faustlibraries.grame.fr/libs/basics/#usage_53">ba.kr2ar</a> function can be used for that purpose.</p></div>
<p>Answer: the <a href="https://faustlibraries.grame.fr/libs/basics/#bakr2ar">ba.kr2ar</a> function can be used for that purpose.</p></div>
</div>
</div>

Expand Down
Binary file modified docs/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion mkdocs/docs/manual/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ There is an exception when `F` is a binary operation like `+,-,/,*`. In this cas

Question: *I have a question about sample rate / control rate issues. I have a Faust code that takes channel pressure messages from my keyboard as input, therefore at control rate, and outputs an expression signal at sample rate. The first part of the code can run at control rate, but I want to force it to run at sample rate (otherwise unwanted behavior will appear). Is there a simple way of forcing my pressure signal to be at sample rate (without making a smooth which may also result in unwanted behavior)*.

Answer: the [ba.kr2ar]( https://faustlibraries.grame.fr/libs/basics/#usage_53) function can be used for that purpose.
Answer: the [ba.kr2ar](https://faustlibraries.grame.fr/libs/basics/#bakr2ar) function can be used for that purpose.
2 changes: 1 addition & 1 deletion src/manual/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ There is an exception when `F` is a binary operation like `+,-,/,*`. In this cas

Question: *I have a question about sample rate / control rate issues. I have a Faust code that takes channel pressure messages from my keyboard as input, therefore at control rate, and outputs an expression signal at sample rate. The first part of the code can run at control rate, but I want to force it to run at sample rate (otherwise unwanted behavior will appear). Is there a simple way of forcing my pressure signal to be at sample rate (without making a smooth which may also result in unwanted behavior)*.

Answer: the [ba.kr2ar]( https://faustlibraries.grame.fr/libs/basics/#usage_53) function can be used for that purpose.
Answer: the [ba.kr2ar](https://faustlibraries.grame.fr/libs/basics/#bakr2ar) function can be used for that purpose.

0 comments on commit 1d058e4

Please sign in to comment.