PaulStoffregen
14536bc9ec
Improve export button
il y a 10 ans
PaulStoffregen
5453d51a54
remove extra status icons
il y a 10 ans
PaulStoffregen
a101d9c9ab
Add thanks message at startup in info sidebar
il y a 10 ans
PaulStoffregen
eda89d217f
mode documentation in the GUI
il y a 10 ans
PaulStoffregen
460301cfb0
Disable comms in GUI
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
857ca16880
Show paragraph after "Summary" in popup info
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
PaulStoffregen
5acc26c51d
Add missing objects to GUI
il y a 10 ans
PaulStoffregen
b4c673e5cd
Disable input ports after load from localStorage
il y a 10 ans
PaulStoffregen
97fd83a90a
Use localStorage to preserve work
il y a 10 ans
PaulStoffregen
994e70ff11
comment out "Lost connection" error
il y a 10 ans
PaulStoffregen
8cc4028637
Actual C++ code export
il y a 10 ans
PaulStoffregen
7cb99cb9b9
Initial work on C++ code generation
il y a 10 ans
PaulStoffregen
995eed2a31
reformat node-red spaces to tabs
il y a 10 ans
PaulStoffregen
7df1b21b20
Generate C++ compatible IDs in the GUI
il y a 10 ans
PaulStoffregen
dbc69f83a4
Load node list from static html
il y a 10 ans
PaulStoffregen
b0cf94ede5
Restrict drawing to single connection per input
il y a 10 ans
PaulStoffregen
ceecd3302e
Add multiple input drawing, UI only
il y a 10 ans
PaulStoffregen
d31a5fdebd
Import Node-Red "public" folder
il y a 10 ans
PaulStoffregen
879258025a
AudioOutputAnalog ramp up without changing AREF setting
il y a 10 ans
Paul Stoffregen
b4c7c27a22
Merge pull request #31 from el-supremo/master
Fix for fir_filter and add multiplier object
il y a 10 ans
Pete (El Supremo)
10c8a8634d
FIR only needs one input buffer
il y a 10 ans
PaulStoffregen
0260ebf687
Disable interrupts while opening files from SD card
il y a 10 ans
PaulStoffregen
2219e26549
Add AudioAnalyzeFFT1024
il y a 10 ans
PaulStoffregen
493cbaa9d5
Add AudioPlayQueue
il y a 10 ans
PaulStoffregen
28ee2f1789
Fix status functions in AudioPlaySdRaw
il y a 10 ans
PaulStoffregen
33ad99be10
Reassign DMA channels for compatibility with OctoWS2811
il y a 10 ans
PaulStoffregen
2371818686
Fix repetitive file playing in AudioPlaySdWav
il y a 10 ans
PaulStoffregen
0cdc17dd06
Fix DSP inst multiply_16tx16b_add_16bx16t()
il y a 10 ans
PaulStoffregen
60e6ed2eee
AudioOutputAnalog to default to 1.2V range
il y a 10 ans
PaulStoffregen
38f22b072f
Fix default STGL5000 line level output voltage
il y a 10 ans
PaulStoffregen
128a0940d3
Remove old AudioSynthWaveform
il y a 10 ans
PaulStoffregen
7142f4c47d
Add amplitude() to AudioSynthWaveformSine
il y a 10 ans
PaulStoffregen
441fa091b4
Fix FM modulation of AudioSynthWaveformSineModulated
il y a 10 ans
PaulStoffregen
a8efaeeea7
Add missing open source license headers
il y a 10 ans
PaulStoffregen
8fd56ee20a
Add AudioSynthWaveformSine
il y a 10 ans
Pete (El Supremo)
9dde3c1926
Add a multiplier (by rheslip)
il y a 10 ans
Paul Stoffregen
34a40b548d
Merge pull request #27 from robsoles/master
Semi automated routing, SGTL members renamed & gain/volume set around 1
il y a 10 ans
Paul Stoffregen
533ef61ed6
Merge pull request #28 from el-supremo/master
Fixed AudioSynthWaveform. Uses LUT with linear interpolation for sinewav...
il y a 10 ans
Pete (El Supremo)
191e65e02a
Change FIR filter (as suggested by rheslip) to filter one channel instead of two. Updated example, added documenting file
il y a 10 ans
Pete (El Supremo)
7b68746d03
Update the PlaySynthMusic example to use a floating point table of note frequencies (not divided by 2)
il y a 10 ans
Pete (El Supremo)
0c0731862c
Fixed AudioSynthWaveform. Uses LUT with linear interpolation for sinewave.
Square, triangle and sawtooth are generated directly.
il y a 10 ans
robsoles
54aaa02150
Fixed gain calculator problem
Bit of a fight with the github client, heaps of distraction and no time
delayed me getting back to this. Sorry.
il y a 10 ans
PaulStoffregen
677c072ca1
add comment to look into thread safety in SD WAV play()
il y a 10 ans
PaulStoffregen
a50017b4c4
Build wav2sketch for Windows
il y a 10 ans
robsoles
511d9a1625
control_sgtl5000.* overhaul with many renames.
While changing everything else I also modified most things regarding
gain or volume from using 0 to 100 (or -100 thru 0 to 100) to using 1
(or -1 to 1) with only one exception I can think of right now in the
autoVolumeControl(..); - I modified all examples I found .volume or
similar in to suit.
I found opportunity to write these changes, I did not have a chance to
test much more extensively than just compiling it. I will have a chance
to test them by about 24 hours time.
il y a 10 ans