Programming with Dave
Programming with Dave
  • 5
  • 281
PyOrgan Development - Episode 5: Simplifying our Code
In this video, I simplify our code base, ensuring our classes do solely the jobs that they're designed to do.
You can view the entire pyOrgan project on GitHub:
github.com/pipe-organ-enthusiast/pyOrgan
Переглядів: 29

Відео

pyOrgan Development - Episode 4: Code refactoring and a higher level organ pipe class!
Переглядів 3416 годин тому
I did some refactoring and restructuring of my code base, a fix to the ADSR release samples calculation with an attempt to refine it a bit more (live). I also created a higher level pipe class to allow for creating pipe generators based on note name and rank size. Check out the entire project on GitHub: github.com/pipe-organ-enthusiast/pyOrgan
pyOrgan Development - Episode 3: Digital Pipe
Переглядів 6521 годину тому
In this episode I go through and explain how I developed the Digital Pipe class and how it works. Check out the entire project on GitHub: github.com/pipe-organ-enthusiast/pyOrgan
pyOrgan Development - Episode 2: Harmonic and ADSR
Переглядів 6821 годину тому
In this episode, I detail how I developed my Harmonic and ADSR classes and explain how they work and execute some code to show them in action. When demonstrating the ADSR class, I come across a minor issue during testing and work through the problem until I get the expected result. Please watch the entire video to see that! If you would like to see the entire project, it is hosted on GitHub her...
pyOrgan Development - Episode 1: Project Overview
Переглядів 87День тому
In this video, I go over my plan for developing a Virtual Pipe Organ Application.

КОМЕНТАРІ

  • @AndersAas-s4j
    @AndersAas-s4j 9 днів тому

    Great video, Dave ! I also learned a lot. Thanks !