0
comment
on 6/12/2013 11:46 PM
This week I added a simple tremolo effect to my mini-keyboard project Monokeys. Tremolo is a trembling effect, and sometimes seen in Low Frequency Oscillators. I found an example of Coding some Tremolo and wrote the formula as an F# function: let tremolo freq depth i = (1.0 - depth) + depth * (sineWave freq i) ** 2.0 Then I added sliders for the frequency and depth to compose the shape of a sound: let tremolo i = tremolo tremoloFreq.Value tremoloD[...]
>> Read the full article on trelford.com
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper