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
преди 8 години
PaulStoffregen
dadc16968d
Opps, CSS class "tooltip" has baggage
преди 8 години
PaulStoffregen
2f5d57d586
GUI: use div for tooltip info, fixes #148
преди 8 години
PaulStoffregen
a6218788e4
Add AudioEffectMidSide documentation & example (thanks Hedde Bosman)
преди 8 години
PaulStoffregen
531c1759bc
Document AudioSynthWaveformSineHires
преди 8 години
PaulStoffregen
32245a94ce
Add readPeakToPeak() to AudioAnalyzePeak
преди 8 години
PaulStoffregen
b3e5b475bc
GUI: Avoid history.pushState on Chrome with file:/ access
преди 8 години
PaulStoffregen
3cc5a15122
Add dacVolumeRamp documentation
преди 8 години
PaulStoffregen
fe4831c78b
Add AudioAnalyzeRMS (thanks sgorpi)
преди 8 години
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
ad5eeb150c
Add arrangeAll (thanks mamuesp, from #141 )
преди 9 години
PaulStoffregen
609f87e417
fix typo
преди 9 години
PaulStoffregen
564b2eb8fa
Fix GUI documentation URLs (issue #140 )
преди 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
1c522d1be2
Improvement: import is able to parse comma separated definitions of variables
Improvement: import ignores lines which start with an known type but ends not with an ";"
Tidy up: deleted the "resources" folder, all static data is in the index.html file
Prepared: Looking for a solution to semi-automatic arrange imported nodes without coordinates
преди 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 години
Manfred Müller-Späth
1b990b7ca4
Bugfix: import function - undefined variable
преди 9 години
Manfred Müller-Späth
e60107aa12
Bugfix: added the loading of the static form data (had been forgotten in the last commit)
преди 9 години
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.
преди 9 години
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
преди 9 години
Manfred Müller-Späth
0a43f66de2
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
Small correction
преди 9 години
Manfred Müller-Späth
ff75404f8e
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
преди 9 години
Manfred Müller-Späth
50b2897871
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
преди 9 години
Manfred Müller-Späth
5c8aa2b9d3
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
преди 9 години
Manfred Müller-Späth
563aa6482c
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
преди 9 години
Manfred Müller-Späth
90aad62e30
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
преди 9 години
PaulStoffregen
aecb6d73a5
Move misc files to subdirs
преди 9 години
PaulStoffregen
652994b05b
Fix javascript errors with Chrome (thanks HWGuy)
преди 9 години
PaulStoffregen
0e9d655c69
Improve offline browser compatibility
преди 9 години
PaulStoffregen
a41e2a7c26
design tool needs to include SerialFlash.h in exported code
преди 9 години
PaulStoffregen
7eb79725da
Add case sensitive note to AudioPlaySerialflashRaw documentation
преди 9 години
PaulStoffregen
eb3ad707c8
Add Memoryboard4 documentation
преди 9 години
PaulStoffregen
c3be47ba8d
Add AudioEffectDelayExternal documentation
преди 9 години
PaulStoffregen
71f029ba76
Add Bitcrusher effect (thanks Pensive)
https://github.com/PaulStoffregen/Audio/pull/119
преди 9 години
PaulStoffregen
f13e51ee97
Add AudioPlaySerialflashRaw
https://forum.pjrc.com/threads/27409-Play-RAW-from-Serial-Flash?p=77666#post77666
преди 9 години
PaulStoffregen
1fa138e8b1
Minor fix in S/PDIF docs
преди 9 години
PaulStoffregen
aa7c80b1b9
Add S/PDIF to GUI design tool
преди 9 години