Simple Sound File Player in Pd Vanilla | Pure Data Tutorial

Поділитися
Вставка
  • Опубліковано 4 жов 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!

  • @Countachockula
    @Countachockula 6 місяців тому +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  6 місяців тому +1

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

  • @draconianrhythms
    @draconianrhythms 7 місяців тому

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

  • @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!

  • @ontoroji
    @ontoroji 7 місяців тому

    You saved my family.

  • @kellyboraschi3296
    @kellyboraschi3296 8 місяців тому

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

  • @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  3 години тому

      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

  • @MJ-bg2pw
    @MJ-bg2pw 9 місяців тому

    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.