This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
start [2017/10/01 17:31] shane [Audio and JUCE] |
start [2022/01/30 15:11] (current) shane [Audio/Music programming] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Welcome ====== | ====== Welcome ====== | ||
| - | My name is Shane Dunne. I'm a software- and technology-development consultant based in Kingston, Ontario, Canada. My professional web site is at http:// | + | My name is Shane Dunne. I'm a software- and technology-development consultant based in Kingston, Ontario, Canada. My professional web site is at http:// |
| + | |||
| + | This site exists to support my non-commercial work in open-source software development. My open-source projects are hosted at [[https:// | ||
| ===== Projects ===== | ===== Projects ===== | ||
| - | ==== Audio and JUCE ==== | + | ==== Audio/Music programming ==== |
| + | * [[https:// | ||
| + | * (Parts of this are open-source. I will be opening more parts on GitHub over the next few months.) | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | |||
| + | |||
| + | ==== Audio with JUCE ==== | ||
| * [[Starting from scratch with JUCE]] -- what the online tutorials **don' | * [[Starting from scratch with JUCE]] -- what the online tutorials **don' | ||
| - | * [[VanillaJuce]] -- a simple, yet complete synthesizer plugin based on [[https:// | + | |
| + | * [[AudioParameterTest]] -- JUCE parameter automation, part 1 | ||
| + | * [[AudioParameterTest2]] -- JUCE parameter automation, part 2 | ||
| + | | ||
| * [[SARAH]] -- an FFT-based synthesizer plugin derived from [[VanillaJuce]] | * [[SARAH]] -- an FFT-based synthesizer plugin derived from [[VanillaJuce]] | ||
| - | * [[http:// | ||
| ==== Coding Practices ==== | ==== Coding Practices ==== | ||
| * [[Modernizing the VanillaJuce code base]] -- purging outdated practices in C++ code | * [[Modernizing the VanillaJuce code base]] -- purging outdated practices in C++ code | ||
| + | * [[JUCE and parameter automation]] -- exploring DAW/plugin integration | ||
| ==== Graphics and Image Processing ==== | ==== Graphics and Image Processing ==== | ||