J
Reaction score
2

Latest activity Postings About

    • J
      jvphotog reacted to Pio's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      Fs of 44.1kHz is the default value coming from the original Teensy Audio library. The OpenAudioArduinoLibrary around which my fx lib is built does implement a setting for the Fs, however i did not implement it in all the modules. Some day i...
    • J
      jvphotog reacted to Pio's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      Version 2.0 is out: https://github.com/hexeguitar/TGX4 (don't forget to git pull the dependencies)
    • J
      jvphotog reacted to Pio's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      Gui and the pedal itself in action:
    • J
      jvphotog reacted to tomas's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      Your project looks fantastic and I admire your productivity. Arriving to finished version in so little time is an achievement. I wish I could motivate myself to do more 🙂
    • J
      jvphotog reacted to Pio's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      The bottom lid has been officially screwed in, a long journey is coming to an end (probably). Now i'll try to make some music with it while testing all the functions, document them (worst part) and post it on github. There has been some...
    • J
      jvphotog reacted to Pio's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      GUI work is so time consuming... Expression pedal controlling the wah and updating the corresponding slider on the display: https://streamable.com/1jml92 BOOST section is renamed to PREAMP and contains wah + boost + octave up now. Also the...
    • J
      jvphotog reacted to otemrellik's post in the thread Feedback on custom audio board, with Like Like.
      Thanks for the feedback! Looks like I didn't place the 0.1uF cap close to the chip at all. I just moved things around a bit this morning. I fully expect to have a lot of noise on the breadboard. I already have most of the prototype on a...
    • J
      jvphotog reacted to TomChiron's post in the thread Feedback on custom audio board, with Like Like.
      From a quick look everything looks OK (no guarantee). It could be helpful to check the datasheet and see which capacitors have what function. This is important to place them on the pcb. E.g. there is one 0.1µF for VDDIO which should be placed as...
    • J
      Hi! I'm the original author of the OpenAudio library (though Bob Larkin carries it forward now). In OpenAudio are a couple of frequency domain examples. These are probably your best shot without coding up something whole-ly knew. While I know...
    • J
      jvphotog reacted to Pio's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      More work on the Wah section: the implementation is based on the work by Transmogrifox https://cackleberrypines.net/transmogrifox/src/bela/inductor_wah_C_src/ adapted to the current TGX4 workflow (mono processing, bypass is stereo) and with a...
    • J
      jvphotog reacted to Pio's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      @tomas Thank you! It's been a journey and i think it will go further. Having the tested hw base i'll try to run the NAM models on Teensy next. While researching this topic lately i found a few PCB pics of the IK ToneX pedal, which, surprise...
    • J
      jvphotog reacted to tomas's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      @Pio I just wanted to say that this is one of the most amazing projects on this forum. Congratulations! I am watching your progress, since some years ago I did a prototype of guitar FX box using STM32F401 which is nowhere near to Teensy 4 in...
    • J
      jvphotog reacted to Pio's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      The 3 band tone stack (AMP section) is independent and always on. There is also a global high pass filter at the end of the signal chain. I need to somehow squeeze the wah into the gui now. I think i'll change the Booster tab to "Preamp" and it...
    • J
      Very nice! Any way you can add a global eq? How’s the esp32 tft screen/control integration coming along?
    • J
      jvphotog reacted to Pio's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      What this project was still lacking is a decent wah, not only for the usual "quack" sounds, but also as a pre EQ tone shaping tool. Adding it now. I'm not after modelling any specific models, but rather using one as a starting point and tweak it...
    • J
      jvphotog reacted to Pio's post in the thread Stereo guitar/bass cabinet emulation with Like Like.
      I'm still deep in the GUI(ESP32) - Teensy integration. Preset System: supports up to 128 presets (if SD card is present) or 8 if using EEPROM only. EEPROM is still used to hold the 1st 8 presets. Acts like a backup copy, SD cards can fail...
    • J
      jvphotog reacted to toyosm's post in the thread Ticking Noise with USB with Like Like.
      Tried this today, so far works like a charm!!. Replaced the core files (made a backup just in case) and worked. It does consume more AudioMemory than the stock usb. In my program used 20 blocks before (mostly to pass samples between blocks) and...
    • J
      jvphotog reacted to h4yn0nnym0u5e's post in the thread Ticking Noise with USB with Like Like.
      The stock USB audio can have a few sync issues, leading to dropped or extra samples. If you’re feeling brave you could try the update linked here. You may or may not want to change the channel count, but it’s worked well for me on Windows - be...
  • Loading…
  • Loading…
Back
Top