PaulStoffregen
9b44b17006
Document bandlimit waveforms
3年前
PaulStoffregen
565608d2ef
Limit ladder filter to safer maximum values
https://forum.pjrc.com/threads/60488?p=269918&viewfull=1#post269918
3年前
PaulStoffregen
f2867e9b85
Add ladder filter to design tool
3年前
Jannik
be912d65d8
Update index.html
changed
{"type":"AudioOutputPWM", "resource":"DAC1", "shareable":false},
to
{"type":"AudioOutputPWM", "resource":"PWM", "shareable":false},
3年前
Frank
dc9b15b5d8
Fix documentation for SGTL lineInLevel (swap channels)
3年前
Graham Whaley
739c6c31f7
Chamberlin: change formula to latex graphic
Replace the text formula with a png graphic generated from some
LaTeX source.
Formulas in HTML apparently never made it in the mainstream,
and the recommendation is to use LaTex to generate images. See:
https://www.w3.org/MarkUp/HTMLPlus/htmlplus_45.html
To convert the .tex to a png, try:
pdflatex formulas.tex
convert -density 300 formulas.pdf -quality 95 formulas.png
Signed-off-by: Graham Whaley <graham.whaley@gmail.com>
4年前
Graham Whaley
b0775d3098
gui: ToneDetect: Note it uses the Goertzel algorithm
Note in the GUI help text that the ToneDetect uses the
Goertzel algorithm.
Signed-off-by: Graham Whaley <graham.whaley@gmail.com>
4年前
PaulStoffregen
363a61d481
Add note about half wave rectifier effect using waveshaper
4年前
PaulStoffregen
c87dc5a724
Fix rectifier effect description
4年前
PaulStoffregen
983f1c61ed
Document AudioEffectRectifier
4年前
PaulStoffregen
a32e47300a
Add links to documentation
4年前
PaulStoffregen
32174852ce
More AsyncAudioInputSPDIF3 documentation
4年前
PaulStoffregen
9389f91901
Update AsyncAudioInputSPDIF3 documentation
4年前
Frank
0d32d6411d
Gui: finally: Fix reload issue
...pls don't forget to copy the css to the website.
4年前
PaulStoffregen
928c0747da
Fix AudioOutputI2Sslave compatibility requirements
4年前
Frank Bösing
777ee3a6d7
cleaning
4年前
Frank Bösing
cac8726c77
Update view.js
4年前
Frank Bösing
4a2c98eaaa
add on-click message
4年前
Frank Bösing
271e8aa1e3
one more fix
ok, the previous issue is now fixed, too.
There is one very minor issue remaining:
If you click "reload"" the first node get no error-icon.
With the fist click to the workspace it reappears.
I'll do not fix that now.
Maybe one day.
4年前
Frank Bösing
526c5b2497
update
4年前
PaulStoffregen
75121b2064
Show error icons
4年前
PaulStoffregen
b665b3e356
Move error icon to icons folder
4年前
PaulStoffregen
9a38ff9f07
Add error icon
4年前
PaulStoffregen
a5a42ca0e2
Update documentation with credit to Alex Walch
4年前
Frank Bösing
dbee3c0677
Set errorflag on both conflicting nodes
+ check both for "shareable"
4年前
Frank Bösing
f88a09f8a3
Gui - requirements
Step #1
Load and check for requirements.
Output - at the moment - on Javascript console.
Step #2 : Make conflicts visible (with an Icon), and with a Text-Hint, eventually
Test here: https://forum.pjrc.com/threads/60109-Audio-GUI-for-T4?p=241364&viewfull=1#post241364
4年前
PaulStoffregen
714b5ec9d3
Add PT8211 compatibility info
4年前
PaulStoffregen
deddf6ad40
Add I/O compatibility metadata
4年前
PaulStoffregen
c4f773acc9
Add more design tool documentation
4年前
PaulStoffregen
ee36c5beb2
Update design tool object list and documentation
4年前
Frank
49d5c6cac4
fixes import
https://forum.pjrc.com/threads/45216-Two-GUI-related-bugs
Please merge afer relase of 1.52 - needs more testing.
however, the examples from that thread seem to work now.
4年前
Tom Waters
57691e9cee
Granular documentation fix
4年前
PaulStoffregen
f0fc4af79b
Add pinout documentation for I2S & TDM on Teensy 4.0
5年前
PaulStoffregen
5bf65f1c47
Start list of verified compatible I2S chips
5年前
PaulStoffregen
aa5f6be6d1
Minor memory player documentation update
5年前
PaulStoffregen
eba5e06a9a
Begin wavetable documentation
6年前
PaulStoffregen
734d723860
Fix minor documentation mistakes
https://forum.pjrc.com/threads/52679-Teensyduino-1-42-Released?p=181195&viewfull=1#post181195
6年前
PaulStoffregen
e4fcedd834
Update WM8731 documentation
6年前
PaulStoffregen
9fd9bc796b
Add AudioAmplifier documentation image
6年前
PaulStoffregen
bebf5dce98
Add simple AudioAmplifier
6年前
PaulStoffregen
15fe912697
Add AudioInputPDM documentation
6年前
PaulStoffregen
c50086b93a
Add AudioSynthWaveformModulated documentation
6年前
PaulStoffregen
e2db4871c6
Add AudioSynthWaveformModulated
6年前
PaulStoffregen
4cd3436bd7
Add variable triangle waveform
6年前
PaulStoffregen
324d11346c
Update AudioSynthWaveform documentation
6年前
PaulStoffregen
f702d20ea5
Add AudioEffectDigitalCombine documentation
6年前
PaulStoffregen
ff3c7c3d1e
Finish granular effect documentation
6年前
PaulStoffregen
abb49296e1
Begin granular effect documentation
6年前
PaulStoffregen
01aedf8a1a
Add freeverb documentation and examples
6年前
PaulStoffregen
4d98116e6f
Add isActive() and isSustain() to envelope
6年前