PaulStoffregen
6aab072831
Add AudioEffectEnvelope releaseNoteOn
https://forum.pjrc.com/threads/27806-Clicking-envelope-with-Audio-Library
7年前
PaulStoffregen
6f12606b74
Fix variable filter name edit in design tool
fixes #237
7年前
PaulStoffregen
15e2c363b3
Add AudioSynthWaveformDc read()
7年前
PaulStoffregen
cd23fe128a
Add waveshaper documentation
7年前
PaulStoffregen
92ebcdb675
Update mixer documentation
7年前
PaulStoffregen
2d7751e48d
Add documentation for new features
7年前
PaulStoffregen
579badc745
Add links to CV analog circuits in documentation
7年前
PaulStoffregen
1cf7b26a2b
Mention link to Chip's ADC noise tests in SGTL5000 documentation
7年前
PaulStoffregen
105da7494d
Mention wav2sketch instructions in documentation
7年前
PaulStoffregen
c3eb1f6bfe
Fix typo in PT2811 documentation
7年前
PaulStoffregen
2a2b24a72f
Quad input on Teensy 3.5 & 3.6 needs pin 38
7年前
PaulStoffregen
c8d680c4a0
Document Macintosh USB audio workaround
7年前
PaulStoffregen
ce1feb388c
Add info about Adafruit Microphone to ADC documentation
8年前
PaulStoffregen
86b9b9ceb1
Add documentation for new objects
8年前
PaulStoffregen
248b6d25cc
Add PT8211 documentation and example
8年前
Benjamin
d16055bfbd
Add biquad shelf filter documentation in GUI
8年前
PaulStoffregen
aeb15ca042
Mention 72 MHz issue in AudioInputAnalog docs
8年前
PaulStoffregen
6c65d6f27a
Mention analogRead issue in AudioInputAnalog docs
8年前
PaulStoffregen
eaded1b6ac
Add touchguitar image to Karplus Strong documentation
8年前
PaulStoffregen
b661008005
Document USB examples
8年前
PaulStoffregen
6bf4140a27
List more examples for DAC & ADC
8年前
PaulStoffregen
ad5ce98926
Improve DAC and I2S slave documentation
8年前
PaulStoffregen
a8a56a0e63
Update wav2sketch link
8年前
PaulStoffregen
1acdc4bd2c
Add documentation for USB & KarplusStrong
8年前
PaulStoffregen
5a27a29a4f
Update documentation with links to Sparkfun's blog
8年前
Jacquot-SFE
4d3f56dd0e
Adding SimpleDrum synthesis object to audio library.
Adding CPP/H implementation files, plus example sketch and update to
HTML file.
8年前
PaulStoffregen
ae52c06b93
Document experimental SD library optimization
8年前
PaulStoffregen
803218e7c2
Update maximum delay recommendations
8年前
PaulStoffregen
b32149a46d
Add photos to quad in/out object documentation
8年前
PaulStoffregen
29b4ded50d
Document FIR filter requirements, fixes #114
8年前
PaulStoffregen
a25efdf12b
Update Tfilter design link in FIR filter docs
8年前
PaulStoffregen
8263da1c58
Fix AudioEffectFlange documentation
https://forum.pjrc.com/threads/32580-Audio-System-Design-Tool-Typo
8年前
PaulStoffregen
84c9c6588b
Begin work on CS4272 documentation
8年前
PaulStoffregen
5d6a53f907
Add AudioInputI2SQuad to the design tool
8年前
PaulStoffregen
43ffaa01b7
Add (minimal) AudioOutputI2SQuad documentation
9年前
PaulStoffregen
dadc16968d
Opps, CSS class "tooltip" has baggage
9年前
PaulStoffregen
2f5d57d586
GUI: use div for tooltip info, fixes #148
9年前
PaulStoffregen
a6218788e4
Add AudioEffectMidSide documentation & example (thanks Hedde Bosman)
9年前
PaulStoffregen
531c1759bc
Document AudioSynthWaveformSineHires
9年前
PaulStoffregen
32245a94ce
Add readPeakToPeak() to AudioAnalyzePeak
9年前
PaulStoffregen
3cc5a15122
Add dacVolumeRamp documentation
9年前
PaulStoffregen
fe4831c78b
Add AudioAnalyzeRMS (thanks sgorpi)
9年前
PaulStoffregen
f6b029ecf4
Add AK4558 definition to GUI
9年前
MickMad
553bbcd5cd
Fixed control functions, examples, GUI elements
9年前
PaulStoffregen
7e017b129e
Rename AudioAnalyzeGuitarTuner to AudioAnalyzeNoteFrequency
9年前
PaulStoffregen
c4cea1db07
Add AudioAnalyzeGuitarTuner documentation
9年前
PaulStoffregen
d5783c0a07
Update documentation with new waveform names
9年前
PaulStoffregen
609f87e417
fix typo
9年前
Manfred Müller-Späth
f5b7c2abdf
Fixed: issue #92 - testing for input/output nodes - if none found, the export is not possible
Fixed: issue #56 - import and cut, copy & paste works fine, I added a routine which increments the numbers at the end of the names, IDs will be generated automaticcaly, if the ID already exists, and the appropriate name will be increased (e.g. "mixerRight" -> "mixerRight0", "input3" -> "input4" etc.)
9年前
Manfred Müller-Späth
bc6be819e4
Improvement: import is now very error tolerant, no need of "begin" or "end" comments - just throw the data in. It searches for keywords (aka node types) at the start of each line and tries to parse these lines.
9年前