Search found 4 matches

by ivma87
Wed May 15, 2019 9:08 am
Forum: Algorithm development
Topic: Reversing pot in 3k_hall
Replies: 5
Views: 8039

Re: Reversing pot in 3k_hall

not correct... I've made something wrong. When I've loaded presets, I've find similar problem with both, when I turn pot0(decay) more then on 50%, effect is not decaying and become infinite high mid frequency noise. Sounds like effect looping itself and getting louder and louder until it become just...
by ivma87
Wed May 15, 2019 7:14 am
Forum: Algorithm development
Topic: Reversing pot in 3k_hall
Replies: 5
Views: 8039

Re: Reversing pot in 3k_hall

Thanks for reply! I'm using mono, so, ive decided to put ";" before line with "dacr" in hall reverb and "adcr,dacr" in plate reverb, here is the code: hall (changes in line 221): ;Hall. ;pot2 = predelay 0-100ms. ;pot0 = reverb time ;pot1 = damping mem pdel 3277 ;100ms p...
by ivma87
Tue May 14, 2019 1:09 pm
Forum: Algorithm development
Topic: Reversing pot in 3k_hall
Replies: 5
Views: 8039

Re: Reversing pot in 3k_hall

Thanks for the answer!
Is there any other way to reverse pot without adding new functions? And without soldering iron))
I'm just a beginner in coding, and I don't know what part of code can I delete and how it will effect on sound(
by ivma87
Mon May 13, 2019 8:30 pm
Forum: Algorithm development
Topic: Reversing pot in 3k_hall
Replies: 5
Views: 8039

Reversing pot in 3k_hall

Hello! I'm trying to add some minor changes to 3k_hall preset. Here is original code: ;Hall. ;Pot0 = predelay 0-100ms. ;Pot1 = reverb time ;Pot2 = damping mem pdel 3277 ;100ms predelay space mem idel 8000 ;initial sound space mem iap0 31 mem iap1 47 mem iap2 73 mem iap3 171 mem iap4 196 mem iap5 371...