Search found 6 matches

by pedrolake
Thu May 31, 2012 4:16 pm
Forum: Algorithm development
Topic: Amplifier Simulation / Emulation
Replies: 0
Views: 9701

Amplifier Simulation / Emulation

Hello, I'm trying develop a guitar amplifier modeling / emulation using FV-1, my idea is make patches for simulate the frequencies peak/range of famous amplifier like: Vox, Fender, Marshall, only in few controls like gain, volume and presence, to add analog tone stack. I'm having troubles to define ...
by pedrolake
Tue Dec 14, 2010 1:36 pm
Forum: FV-1 software questions
Topic: Hi gain oberdrive based on tubes
Replies: 7
Views: 10649

hi, the code compile and run but dont change the shape of wave, i cant have a drive only a low gain crunch.
Would somehow mimic the clip of the diodes.
by pedrolake
Fri Dec 10, 2010 7:43 pm
Forum: FV-1 software questions
Topic: Hi gain oberdrive based on tubes
Replies: 7
Views: 10649

the code

equ mono reg0 ; equ abs reg1 ; equ sign reg2 ; sof 0,-1 ; wrax sign,0 ; rdax adcl,0.8 ; rdax adcr,0.5 ; wrax mono,1 ; skp neg,sgnset ; sof 0,0.999 ; wrax sign,0 ; sgnset: ; ldax mono ; absa ; wrax abs,1 ; sof 1,-0.125 ; sof 1,+0.125 ; sof 1,+0.125 ; ldax abs ; log -1,-0.375 ; exp 1,0 ; sof 1,+0.125...
by pedrolake
Fri Dec 10, 2010 7:27 pm
Forum: Algorithm development
Topic: Distortion code
Replies: 12
Views: 12888

Distortion code

Hi donstavely, where i can find the cube distortion, i'm trying make one high gain overdrive like boss superdrive.
by pedrolake
Tue Dec 07, 2010 2:26 pm
Forum: FV-1 software questions
Topic: Hi gain oberdrive based on tubes
Replies: 7
Views: 10649

new question

Hi Frank, I'm tryng made one overdrive with high gain, based on tube screamer of Ibanez. I want use the pots control like: gain, tone, effect volume. And I'm trying to modify the cube distortion.
by pedrolake
Tue Nov 09, 2010 6:51 pm
Forum: FV-1 software questions
Topic: Hi gain oberdrive based on tubes
Replies: 7
Views: 10649

Hi gain oberdrive based on tubes

Hello i'm new here, and i'm working to made one new overdrive with more gain like Boss Overdrive, i was based in the algorithm of cube distortion, but i dont know where i can make a new changes.