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
pirms 9 gadiem
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.
pirms 9 gadiem
Manfred Müller-Späth
1b990b7ca4
Bugfix: import function - undefined variable
pirms 9 gadiem
Manfred Müller-Späth
e60107aa12
Bugfix: added the loading of the static form data (had been forgotten in the last commit)
pirms 9 gadiem
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.
pirms 9 gadiem
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
pirms 9 gadiem
Manfred Müller-Späth
0a43f66de2
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
Small correction
pirms 9 gadiem
Manfred Müller-Späth
ff75404f8e
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
pirms 9 gadiem
Manfred Müller-Späth
50b2897871
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
pirms 9 gadiem
Manfred Müller-Späth
5c8aa2b9d3
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
pirms 9 gadiem
Manfred Müller-Späth
563aa6482c
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
pirms 9 gadiem
Manfred Müller-Späth
90aad62e30
Added import functionality of Arduino code (without disturbing whitespaces and empty lines)
pirms 9 gadiem
PaulStoffregen
aecb6d73a5
Move misc files to subdirs
pirms 9 gadiem
PaulStoffregen
652994b05b
Fix javascript errors with Chrome (thanks HWGuy)
pirms 9 gadiem
PaulStoffregen
0e9d655c69
Improve offline browser compatibility
pirms 9 gadiem
PaulStoffregen
a41e2a7c26
design tool needs to include SerialFlash.h in exported code
pirms 9 gadiem
PaulStoffregen
7eb79725da
Add case sensitive note to AudioPlaySerialflashRaw documentation
pirms 9 gadiem
PaulStoffregen
eb3ad707c8
Add Memoryboard4 documentation
pirms 9 gadiem
PaulStoffregen
c3be47ba8d
Add AudioEffectDelayExternal documentation
pirms 9 gadiem
PaulStoffregen
71f029ba76
Add Bitcrusher effect (thanks Pensive)
https://github.com/PaulStoffregen/Audio/pull/119
pirms 9 gadiem
PaulStoffregen
f13e51ee97
Add AudioPlaySerialflashRaw
https://forum.pjrc.com/threads/27409-Play-RAW-from-Serial-Flash?p=77666#post77666
pirms 9 gadiem
PaulStoffregen
1fa138e8b1
Minor fix in S/PDIF docs
pirms 9 gadiem
PaulStoffregen
aa7c80b1b9
Add S/PDIF to GUI design tool
pirms 9 gadiem
Nantonos
93b64b68e3
update gui docs for 1.00 range not 100.0
pirms 9 gadiem
PaulStoffregen
9bcfe36a21
Add Delay example
pirms 10 gadiem
PaulStoffregen
32aee43eee
Update ADC documentation in GUI, but optional pin number
pirms 10 gadiem
PaulStoffregen
e7c826e578
Add Examples lists to GUI documentation
pirms 10 gadiem
Nantonos
27a66cbcb5
Document sgtl5000
Remove blah blah. Document based on control_sgtl500.h and
control_sgtl500.cpp.
Clarify that only one frequency modifier can be active at one. Add
suggestions for pop-free ramping as indicated in datasheet.
Re-order function descriptions to group related ones and put in order of
signal flow.
Add #defines to control_sgtl5000.h to make selecting frequency modifier
(such as tone control) easier.
pirms 10 gadiem
PaulStoffregen
038d091793
GUI: reenable input ports when other objects driving them are deleted
pirms 10 gadiem
Nantonos
581845a0d9
remove unimplemented stop()
pirms 10 gadiem
Nantonos
b2b425df01
Chorus and flange gui docs
No more bla bla
pirms 10 gadiem
PaulStoffregen
6cd7199c18
Fix capacitor polarity on ADC circuit diagram
pirms 10 gadiem
PaulStoffregen
bef5cb5adc
Add ADC input circuit documentation
pirms 10 gadiem
PaulStoffregen
f7f896195a
Impove and document FIR filter
pirms 10 gadiem
PaulStoffregen
519cb463aa
Add Biquad frequency limitation to documentation
pirms 10 gadiem
PaulStoffregen
9a3641a8c8
Fix biquad documentation
pirms 10 gadiem
PaulStoffregen
f522e86bba
Improve Biquad filter
pirms 10 gadiem
PaulStoffregen
aea5f90081
Finish AudioRecordQueue and Record example
pirms 10 gadiem
PaulStoffregen
cee685fd8f
Improve GUI welcome message
pirms 10 gadiem
PaulStoffregen
029bbe268f
Add GUI documentation URLs
pirms 10 gadiem
PaulStoffregen
2cef57dd35
Add AudioRecordQueue (work in progress)
pirms 10 gadiem
PaulStoffregen
bdd67504ef
Make input ADC and output DAC play nicely together
pirms 10 gadiem
PaulStoffregen
6bdf3a0945
Support other CPU speeds in ADC & DAC
pirms 10 gadiem
Nantonos
07919f1597
width -> pulseWidth
Change width to pulseWidth, update the example, keywords.txt and
gui/list.htm
pirms 10 gadiem
PaulStoffregen
fc6e2ef4a7
Fix export button when no changes in GUI
pirms 10 gadiem
PaulStoffregen
e29fe915fd
Fix typo in documentation
pirms 10 gadiem
PaulStoffregen
5da4cfd94b
Simplify & document SGTL5000 control
pirms 10 gadiem
Nantonos
3ac9a6ee50
spelling
minute change to test pull requests
pirms 10 gadiem
PaulStoffregen
962326a06f
Update documentation for today's changes
pirms 10 gadiem
PaulStoffregen
044621fd20
More accurate 1024 FFT peak CPU usage estimate
pirms 10 gadiem