Comments on: How to build a VST – Lesson 2: Autopanner https://audioordeal.co.uk/how-to-build-a-vst-lesson-2-autopanner/ Music Production, Podcast, and DJ Tutorials Tue, 11 Jan 2022 17:40:14 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: ktlt https://audioordeal.co.uk/how-to-build-a-vst-lesson-2-autopanner/#comment-22330 Tue, 11 Jan 2022 17:40:14 +0000 https://audioordeal.co.uk/?p=2787#comment-22330 I’m so stupid, I copied the wrong code. . .
sinValue = (sinValue * juce::MathConstants::pi) / 4;
sinValue = (sinValue 2 juce::MathConstants::pi) / 4; -__-||

]]>
By: ktlt https://audioordeal.co.uk/how-to-build-a-vst-lesson-2-autopanner/#comment-22329 Tue, 11 Jan 2022 14:40:20 +0000 https://audioordeal.co.uk/?p=2787#comment-22329 I’m confused, inputR has a value range of 0 to -1 in each first half cycle, is this any different from mute?

]]>
By: Ricky https://audioordeal.co.uk/how-to-build-a-vst-lesson-2-autopanner/#comment-19949 Wed, 19 Feb 2020 18:30:25 +0000 https://audioordeal.co.uk/?p=2787#comment-19949 Thanks for such a great tutorial! I rally appreciate it!
By the way, where are those code? “inputL = inputL * 0.3; inputR = inputR * 0.7; inputL = inputL * 1;
inputR = inputR * 0;”
I cannot find these in your screenshot.

]]>
By: Tom Jarvis https://audioordeal.co.uk/how-to-build-a-vst-lesson-2-autopanner/#comment-29 Sun, 05 May 2019 11:33:55 +0000 https://audioordeal.co.uk/?p=2787#comment-29 Another great tutorial alex!

]]>