Simple Sound File Player in Pd Vanilla | Pure Data Tutorial

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 19

  • @feivmoon
    @feivmoon Год назад +1

    dude, thank you so much. ive been knowing pure data about a half a year but didnt know how to abstract a patch like this. thank you so much

    • @SoundCodex
      @SoundCodex  Год назад

      Hey thanks, I'm glad to have been helpful with this video!

  • @yuvall7741
    @yuvall7741 Год назад

    Your channel is extremely underrated. Thank you!

    • @SoundCodex
      @SoundCodex  Год назад +1

      Hey, thanks for your comment! I'll do my best to keep this little community growing!

  • @Countachockula
    @Countachockula 8 месяцев назад +1

    Great tutorial. I'm officially hooked on PureData even though I've had it installed for years and never really put any work into it.

    • @SoundCodex
      @SoundCodex  8 месяцев назад +1

      Hey there, thanks for you comment. I'm glad my video can help you learn Pure Data!

  • @draconianrhythms
    @draconianrhythms 8 месяцев назад

    Very good video, super clear and achievable for even a beginner like me. Thank you 🙏

  • @ontoroji
    @ontoroji 9 месяцев назад

    You saved my family.

  • @ScottKrehbiel
    @ScottKrehbiel Месяц назад +1

    Thanks for teaching all of this! I'm wondering if this causes the file to be repeatedly read from disk at each loop. Would it be better to read the file only once and store it in a memory buffer?

    • @SoundCodex
      @SoundCodex  Месяц назад +1

      Thanks for your comment!
      readsf~ reads from the hard disk and uses a small local buffer to store the audio data. If you want to make a more sophisticated audio player, maybe for real-time processing or to handle very fast triggers (drum samples etc...) you should store the audio files directly into an array :)

  • @iosmusicman
    @iosmusicman Год назад

    Great stuff, thanks. Subbed. Cheers. Lee

  • @kellyboraschi3296
    @kellyboraschi3296 10 месяцев назад

    Thank u so much! How to put the option play / mute?

  • @MJ-bg2pw
    @MJ-bg2pw 11 месяцев назад

    hey thanks for the tutorial! I'm stuck at the retrigger system...the window where I can choose the audio file from won't open anymore...any idea what could be the problem?

  • @AntonyNorthcutt
    @AntonyNorthcutt Год назад +1

    Would it be possible to hook this up to Gem?

    • @SoundCodex
      @SoundCodex  Год назад

      Hello Antony, I never used GEM so I can't give you an answer... However, let me know if you try to link them and if it works.