PaulStoffregen
4cd3436bd7
Add variable triangle waveform
pirms 6 gadiem
PaulStoffregen
3da7c56a8e
Add Waveforms example
pirms 6 gadiem
PaulStoffregen
4c634b745b
Increase granular speed range, change public function to setSpeed()
pirms 6 gadiem
PaulStoffregen
8aa07122d0
Change granular public API to beginFreeze(), beginPitchShift(), stop()
pirms 6 gadiem
PaulStoffregen
ee0b05b63b
Granular freeze mode sample at start & rework all state variables
pirms 6 gadiem
PaulStoffregen
abb49296e1
Begin granular effect documentation
pirms 6 gadiem
PaulStoffregen
01aedf8a1a
Add freeverb documentation and examples
pirms 6 gadiem
PaulStoffregen
98a6be4511
Add ADAT 8 channel TOSLINK output by Ernstjan Freriks
https://forum.pjrc.com/threads/28639-S-pdif?p=159530&viewfull=1#post159530
pirms 7 gadiem
PaulStoffregen
e796d693e0
Add comment about stereo recording thread on forum
pirms 7 gadiem
PaulStoffregen
909537ca1d
Fix Tutorial 1-05
pirms 7 gadiem
PaulStoffregen
a251520338
Add MIDI note to frequency comment
pirms 7 gadiem
PaulStoffregen
ca594397d7
Better volume scaling in PassThroughUSB example
pirms 7 gadiem
PaulStoffregen
ba2b4981d1
Add volume adjust to PassThroughUSB example
pirms 7 gadiem
PaulStoffregen
a8b02e2468
Update all examples to document all SD card options
pirms 7 gadiem
PaulStoffregen
c8d680c4a0
Document Macintosh USB audio workaround
pirms 7 gadiem
PaulStoffregen
8cce961be8
Add TestTutorialKit program
pirms 8 gadiem
PaulStoffregen
afb52aef88
Add WaterfallSpectrum example, from Nathaniel Quillin's SuperCon Badge Hack
pirms 8 gadiem
PaulStoffregen
377ff928f5
Update tutorial links
pirms 8 gadiem
PaulStoffregen
ea14e9b083
Fix card init function in SdCardTest example
pirms 8 gadiem
PaulStoffregen
6186a6a676
Rename NoteFrequency samples
pirms 8 gadiem
PaulStoffregen
0e459a490d
Truncate NoteFrequency guitar clips
pirms 8 gadiem
PaulStoffregen
785bbcd3db
Add Tuba samples to NoteFrequency example
pirms 8 gadiem
PaulStoffregen
248b6d25cc
Add PT8211 documentation and example
pirms 8 gadiem
duff2013
b67e37d2bf
NoteFrequency fixes
pirms 8 gadiem
PaulStoffregen
6381c771c9
Add comments to USB examples
pirms 8 gadiem
PaulStoffregen
a1975344d0
Add USB examples
pirms 8 gadiem
PaulStoffregen
19b8913884
Add more note & chord defs to Guitar example
pirms 8 gadiem
PaulStoffregen
682a797f12
Print CPU usage in Guitar example
pirms 8 gadiem
PaulStoffregen
516d871bfe
Add Synthesis Guitar example
pirms 8 gadiem
PaulStoffregen
bd6d5751fa
Add documentation links to all tutorial examples
pirms 8 gadiem
PaulStoffregen
28db4b7cd3
Add tutorial reference design tool outputs
pirms 8 gadiem
PaulStoffregen
08a6367d03
Work around multi-line function limit in Arduino 1.6.7
pirms 8 gadiem
Jacquot-SFE
4d3f56dd0e
Adding SimpleDrum synthesis object to audio library.
Adding CPP/H implementation files, plus example sketch and update to
HTML file.
pirms 8 gadiem
PaulStoffregen
29b4ded50d
Document FIR filter requirements, fixes #114
pirms 8 gadiem
PaulStoffregen
a17093d3f8
Add link to FFT log band scaling conversation & scripts
pirms 8 gadiem
Frank Bösing
99708bd16b
Move miditones to "extras"-folder to prevent compiling
pirms 8 gadiem
PaulStoffregen
f12071604f
Add PassThroughQuad example
pirms 8 gadiem
PaulStoffregen
54ce35d3ff
Add ability to control two SGTL5000 chips
pirms 8 gadiem
PaulStoffregen
a6218788e4
Add AudioEffectMidSide documentation & example (thanks Hedde Bosman)
pirms 8 gadiem
PaulStoffregen
3cc5a15122
Add dacVolumeRamp documentation
pirms 8 gadiem
PaulStoffregen
d427b99a2e
Opps, include SerialFlash in VolumeRamp example (for Arduino < 1.6.7)
pirms 8 gadiem
PaulStoffregen
238ec19741
Add SGTL5000 dacVolumeRamp functions & example
pirms 8 gadiem
PaulStoffregen
fe4831c78b
Add AudioAnalyzeRMS (thanks sgorpi)
pirms 8 gadiem
MickMad
553bbcd5cd
Fixed control functions, examples, GUI elements
pirms 9 gadiem
PaulStoffregen
83b56e142b
Add filename requirements comment to WavFilePlayer example
pirms 9 gadiem
PaulStoffregen
7e017b129e
Rename AudioAnalyzeGuitarTuner to AudioAnalyzeNoteFrequency
pirms 9 gadiem
PaulStoffregen
17e0291728
rename initialize() to begin(), Arduino's naming convention
pirms 9 gadiem
PaulStoffregen
8d51050644
Add GuitarTuneNotes example
pirms 9 gadiem
Michele Perla
967ba4c462
Fixed registers configuration, added two examples
One write was out-of-bounds due to worng address put (I was using the
device address rather than the register address), another write
overwrote the Power Management register with the Mode Control register.
Now everything works. Added two exampes: SineOutTest that puts two
sinewaves on the outputs, and PassthroughTest that connects the two
inputs to the two outputs.
pirms 9 gadiem
Michele Perla
1c7fccfb07
Enabled PIN_PDN as OUTPUT
The PIN_PDN was not set as output, therefore it would not transition to
LOW for 150 ns and then stay HIGH to properly enable the CODEC. The
CODEC now powers up, at least.
pirms 9 gadiem