1032 コミット (38e56bc00c37d55957e61e41462207024e9cf08f)
 

作成者 SHA1 メッセージ 日付
  Frank 2096210d3c
bugfix 4年前
  Frank af0b54930f
Add Teensy LC Code for PT8211 4年前
  Graham Whaley 71367e60ea sg5k: calcBiquad: add missing break; for hishelf 4年前
  Paul Stoffregen 5e4bc3195c
Merge pull request #371 from FrankBoesing/patch-1 5年前
  Frank 6d83a81055
done :) 5年前
  Frank e4dfba809b
Update output_pt8211.cpp 5年前
  Frank c44dc098ee
fix beep on startup 5年前
  PaulStoffregen ebfb3270fe Add comment with link to I2S hardware explanation 5年前
  Paul Stoffregen 61b7c3ecce
Merge pull request #370 from FrankBoesing/master 5年前
  Frank 068f9b573e
Add files via upload 5年前
  Frank a412ee8a1b
Update wav2sketch.c 5年前
  Paul Stoffregen 6822072ad7
Merge pull request #368 from el-supremo/patch-1 5年前
  Pete 7cafab457d
Update effect_rectifier.cpp 5年前
  Paul Stoffregen e96a8834d8
Merge pull request #366 from grahamwhaley/20201119_gui_additions 5年前
  Graham Whaley 739c6c31f7 Chamberlin: change formula to latex graphic 5年前
  Graham Whaley b0775d3098 gui: ToneDetect: Note it uses the Goertzel algorithm 5年前
  PaulStoffregen 7669598068 Add comment with link to forum conversation 5年前
  Dave Crist 1ba7dbb5b2 changing example prints so pause API is clear 5年前
  Dave Crist 67a3f4b2bf allowing position + length to work during pause 5年前
  Dave Crist f8526467d1 fixing missing bracket 5年前
  Dave Crist 0c184d9914 fixing missing semicolon 5年前
  Dave Crist 970dcb1a0b fixing use of non-constant in case of switch 5年前
  Dave Crist 8a45aed3cf fixing playFile function name typo 5年前
  Dave Crist 07abdbcb1b sdwav play/pause initial commit 5年前
  PaulStoffregen 0d6a9b8a44 Fix PT2811 crash on Teensy 4.x 5年前
  PaulStoffregen 6369a6ae1f Improve interrupt handling for simultaneous WAV file playing 5年前
  PaulStoffregen 6ab951bfcf Fix bug in SimultaneousPlay example 5年前
  PaulStoffregen 7aa04b0a82 Add link & comments to SimultaneousPlay example 5年前
  PaulStoffregen dd90453843 SimultaneousPlay examples goes in SD_Card folder 5年前
  PaulStoffregen 2739d3275b Add SimultaneousPlay for testing SD card and SD/SdFat library 5年前
  PaulStoffregen 363a61d481 Add note about half wave rectifier effect using waveshaper 5年前
  PaulStoffregen c87dc5a724 Fix rectifier effect description 5年前
  PaulStoffregen 983f1c61ed Document AudioEffectRectifier 5年前
  PaulStoffregen a32e47300a Add links to documentation 5年前
  awalch6679 1db760614e prevent clipping 5年前
  PaulStoffregen 32174852ce More AsyncAudioInputSPDIF3 documentation 5年前
  PaulStoffregen 9389f91901 Update AsyncAudioInputSPDIF3 documentation 5年前
  Paul Stoffregen 05265df196
Merge pull request #358 from alex6679/master 5年前
  user abeaf94520 Alternative fix without signed overflow issues 5年前
  user ce8348301e fix phase modulation not to treat phase modulation data as unsigned before multiplying 5年前
  user deeb99ddc9 Improve handling of pulse waveforms to allow sub-sample width pulses and finesse remaining issues with modulation 5年前
  user 0d938fe01a Add pulse-width sampling to the pulse generator - at rising edge sample the pulse width for the cycle so that modulation doesn't break the step-detection logic 5年前
  Jurgen Beliën 9187a9aa0b Switch headphone source between input and DAC 5年前
  Paul Stoffregen 8764e4ca1d
Merge pull request #359 from MarkTillotson/tonesweep_improvement 5年前
  user 5457aedfab Fix dc offset for pulse waveform to match the duty cycle, to stop pumping on note attack/release 5年前
  user 563a899378 Fix various issues with bandlimit pulse after testing with changing/modulating pulse width and freq, also invert phase of square and pulse to match existing tone types 5年前
  mark 1c191983d7 Add bandlimited pulse support 5年前
  user 0e3fe8f17d Fix bugs, wasn't re-initing newptr/delptr, amplitude scaling missing from Modulated 5年前
  user 911beaed32 tidy away debug 5年前
  user 02e4a6319f Band limited versions of square and sawtooth added to AudioSynthWaveform and AudioSynthWaveformModulated 5年前