-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
427 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0"?> | ||
<session license="CC0"> | ||
<modules> | ||
<route name="synth" channels="1" connect_out="system:playback_[12]"> | ||
<plugins> | ||
<simplesynth autoconnect="true"/> | ||
</plugins> | ||
</route> | ||
</modules> | ||
</session> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Simple MIDI synthesizer. | ||
|
||
\input{tabsimplesynth.tex} | ||
|
||
\input{oscdoc_tascar_ap_simplesynth.tex} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
\definecolor{shadecolor}{RGB}{236,236,255}\begin{snugshade} | ||
{\footnotesize | ||
\label{osctab:tascarapsimplesynth} | ||
OSC variables: | ||
\nopagebreak | ||
|
||
\begin{tabularx}{\textwidth}{llllX} | ||
\hline | ||
path & fmt. & range & r. & description\\ | ||
\hline | ||
\attr{/.../decaydamping} & f & [0,10] & yes & Damping decay in s\\ | ||
\attr{/.../decay} & f & ]0,20] & yes & Decay time in s\\ | ||
\attr{/.../decayoffset} & f & ]0,20] & yes & Offset decay time in s\\ | ||
\attr{/.../detune} & f & [-10,10] & yes & Detuning in Hz\\ | ||
\attr{/.../f0} & f & [100,1000] & yes & Tuning frequency in Hz\\ | ||
\attr{/.../level} & f & [0,100] & yes & Sound level in dB SPL\\ | ||
\attr{/.../onset} & f & [0,0.2] & yes & Onset duration in s\\ | ||
\hline | ||
\end{tabularx} | ||
} | ||
\end{snugshade} | ||
\definecolor{shadecolor}{RGB}{255,230,204} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.