PaulStoffregen
248b6d25cc
Add PT8211 documentation and example
il y a 8 ans
Benjamin
d16055bfbd
Add biquad shelf filter documentation in GUI
il y a 8 ans
PaulStoffregen
aeb15ca042
Mention 72 MHz issue in AudioInputAnalog docs
il y a 8 ans
PaulStoffregen
6c65d6f27a
Mention analogRead issue in AudioInputAnalog docs
il y a 8 ans
PaulStoffregen
eaded1b6ac
Add touchguitar image to Karplus Strong documentation
il y a 8 ans
PaulStoffregen
b661008005
Document USB examples
il y a 8 ans
PaulStoffregen
6bf4140a27
List more examples for DAC & ADC
il y a 8 ans
PaulStoffregen
ad5ce98926
Improve DAC and I2S slave documentation
il y a 8 ans
PaulStoffregen
a8a56a0e63
Update wav2sketch link
il y a 8 ans
PaulStoffregen
1acdc4bd2c
Add documentation for USB & KarplusStrong
il y a 8 ans
PaulStoffregen
5a27a29a4f
Update documentation with links to Sparkfun's blog
il y a 8 ans
Jacquot-SFE
4d3f56dd0e
Adding SimpleDrum synthesis object to audio library.
Adding CPP/H implementation files, plus example sketch and update to
HTML file.
il y a 8 ans
PaulStoffregen
ae52c06b93
Document experimental SD library optimization
il y a 8 ans
PaulStoffregen
803218e7c2
Update maximum delay recommendations
il y a 8 ans
PaulStoffregen
b32149a46d
Add photos to quad in/out object documentation
il y a 8 ans
PaulStoffregen
29b4ded50d
Document FIR filter requirements, fixes #114
il y a 8 ans
PaulStoffregen
a25efdf12b
Update Tfilter design link in FIR filter docs
il y a 8 ans
PaulStoffregen
8263da1c58
Fix AudioEffectFlange documentation
https://forum.pjrc.com/threads/32580-Audio-System-Design-Tool-Typo
il y a 8 ans
PaulStoffregen
84c9c6588b
Begin work on CS4272 documentation
il y a 8 ans
PaulStoffregen
5d6a53f907
Add AudioInputI2SQuad to the design tool
il y a 8 ans
PaulStoffregen
43ffaa01b7
Add (minimal) AudioOutputI2SQuad documentation
il y a 8 ans
PaulStoffregen
dadc16968d
Opps, CSS class "tooltip" has baggage
il y a 8 ans
PaulStoffregen
2f5d57d586
GUI: use div for tooltip info, fixes #148
il y a 8 ans
PaulStoffregen
a6218788e4
Add AudioEffectMidSide documentation & example (thanks Hedde Bosman)
il y a 8 ans
PaulStoffregen
531c1759bc
Document AudioSynthWaveformSineHires
il y a 8 ans
PaulStoffregen
32245a94ce
Add readPeakToPeak() to AudioAnalyzePeak
il y a 8 ans
PaulStoffregen
3cc5a15122
Add dacVolumeRamp documentation
il y a 8 ans
PaulStoffregen
fe4831c78b
Add AudioAnalyzeRMS (thanks sgorpi)
il y a 8 ans
PaulStoffregen
f6b029ecf4
Add AK4558 definition to GUI
il y a 9 ans
MickMad
553bbcd5cd
Fixed control functions, examples, GUI elements
il y a 9 ans
PaulStoffregen
7e017b129e
Rename AudioAnalyzeGuitarTuner to AudioAnalyzeNoteFrequency
il y a 9 ans
PaulStoffregen
c4cea1db07
Add AudioAnalyzeGuitarTuner documentation
il y a 9 ans
PaulStoffregen
d5783c0a07
Update documentation with new waveform names
il y a 9 ans
PaulStoffregen
609f87e417
fix typo
il y a 9 ans
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.)
il y a 9 ans
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.
il y a 9 ans
Manfred Müller-Späth
380a351f6b
Removed the asynchronous loading of HTML files via JavaScript, because this will be blocked on real offline use (file:// protocol).
Removed the extern files, except the JSON file with the node descriptions, this will be loaded in offline mode too.
il y a 9 ans
Manfred Müller-Späth
8c9b34d565
Some bugfixes and some improvements
- fixed: clear selected nodes, works with several or all selected nodes (reason: two counting variables with the same name "i" where used in two nested loops)
- new: change node names (you can assign names to the nodes, these will be used as IDs if exported or re-imported to CPP (Arduino code)
- fixed: import merges imported nodes to existings ones, skipping nodes with the same name
- fixed: tooltips are now working, extracting the first paragraph of the HTML code
- new: nodes definition extracted to JSON file
- new: nodes help pages extracted to single HTML files
- new: form pages extracted to single HTML files
- new: asynchronous loading of JSON, help and form data, data will only be loaded when needed
- style: adapted the size of the palette, labels had been partially hidden
il y a 9 ans
Manfred Müller-Späth
ff75404f8e
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
il y a 9 ans
PaulStoffregen
aecb6d73a5
Move misc files to subdirs
il y a 9 ans
PaulStoffregen
0e9d655c69
Improve offline browser compatibility
il y a 9 ans
PaulStoffregen
e7c826e578
Add Examples lists to GUI documentation
il y a 10 ans
PaulStoffregen
cee685fd8f
Improve GUI welcome message
il y a 10 ans
PaulStoffregen
5da4cfd94b
Simplify & document SGTL5000 control
il y a 10 ans
PaulStoffregen
14536bc9ec
Improve export button
il y a 10 ans
PaulStoffregen
49142ec649
MOAR documentation!!
il y a 10 ans
PaulStoffregen
2b0b7dfb3d
Add documentation for outputs and mixer
il y a 10 ans
PaulStoffregen
3bf454529e
Document other input objects
il y a 10 ans
PaulStoffregen
4c6301d396
Add I2C documentation
il y a 10 ans
PaulStoffregen
8398f637d0
space to tabs in html
il y a 10 ans