Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Toltekradiation

Pages: 1 ... 14 15 [16] 17
226
preenfm2 and preenfm3 / Re: New filters
« on: August 31, 2019, 05:10:08 PM »
@pikseliahky : yes! here it is !

227
preenfm2 and preenfm3 / Re: New filters
« on: August 31, 2019, 01:50:49 PM »
hi,
many thanks to @baxgas & @superfake to push me in the right direction, so in this version there is some more filters  :) :
Lp3 :  state variable filter, low pass mode
Hp3 : state variable filter, high pass mode
Bp3 : state variable filter, band pass mode
Peak :state variable filter, peak mode
Notc : state variable filter, notch mode
Bell :  state variable filter, boost if param amp > 0.5, else cut
BpDs: saturated bandpass filter

+ some rework on these fx to get a better use of the 2nd parameter  : Sat, Sigm, Fold, Wrap, Xor, Txr1, Txr2
+ the full range is back in lp2, hp2



228
preenfm2 and preenfm3 / Re: New filters
« on: August 30, 2019, 08:48:58 PM »
hi,
ok, i will try things with that in mind.


229
preenfm2 and preenfm3 / Re: New filters
« on: August 27, 2019, 10:45:22 PM »
thanks for your insight,
the mix parameter was a quick way to use the parameter 2, but you're right, it can get better use. i will review the possibilities.
i'm currently working on a notch filter, which may be useful for sure :) (if i can get it working :P )

230
preenfm2 and preenfm3 / Re: New filters
« on: August 27, 2019, 10:42:23 AM »
@baxgas, yes it is quite crowded in the fx department now !
for me, the main use of filters is to fine tune the instruments, to make them work well with other instruments ; i want to use the preenfm in a minimal setup with a drum machine, the main output should be good enough as is, with its 4 instruments mixed. So i must cut the bottom of some, emphasize the mids of others, etc... to let the lead instrument have enough space ; this one can have some grit, unusual fx..

for now, i would nearly keep all, but I need to play with it more to be sure about this.
what one would you remove/keep ? what would be your use/need of the fx ?

231
preenfm2 and preenfm3 / Re: New filters
« on: August 26, 2019, 11:55:43 PM »
hi guys, thanks for the support !

added two new ones :
BP3 is another BP flavour
LPws is a distorted lowpass, to mix with the source to enhance presence

@baxgas : good idea, i modified the readme to give some infos about the fx (https://github.com/pvig/preenfm2)
about delays, phaser etc, these kind of fx require memory that we don't have left on the preen, i fear..
but you can already patch fm to sound like a chorus (kind of) with careful detuning, or simulate a delay with the free env 2 loop !
like this https://www.youtube.com/watch?v=GYFD1lmk-lo

i will have a second look at the possibility to modulate fx param 2 in the matrix, but at first sight it seemed quite some work..

232
preenfm2 and preenfm3 / Re: New filters
« on: August 25, 2019, 09:00:55 PM »
and then the master version.

while i was at it, i added a new filter : a crossfade between lp & hp across the frequency range.
enjoy !

233
preenfm2 and preenfm3 / Re: New filters
« on: August 25, 2019, 08:58:49 PM »
ok, i finally understood how to checkout a git branch,  ;)

here is the adcIn version as attachment

234
preenfm2 and preenfm3 / Re: New filters
« on: August 24, 2019, 08:14:22 PM »
hey, wait !
there is another version ;D
this one add some playability : i rounded the volume to avoid big changes while trying fx,
reworked the xor fx ; i didn't like too much the previous version..
+ 2 experimental filters based on lowpass & xor operation

235
preenfm2 and preenfm3 / Re: New filters
« on: August 22, 2019, 09:18:45 PM »
hi,
@kaosbeat : it should work as i made changes on the last official sources.
@kyoto: i think that the new filters should be merged first in the master : the editor is for the master version.
 you should consider what i've done so far as a work in progress, i'm still playing with it and it's not bug free. Maybe later, Xavier might want to merge some of the fx when they are stable..
anyway, here is a new version with a bug correction in the hp2 :) + some changes : i removed the swap fx which was too harsh for my taste ; i'm playing now with the idea of bit mangling in 2 new fx texture1 & 2, well, i might as well have named it distortion33 & 68  ;D.
Another change in this version is the filters lp2 & hp2 offset changed to match the original cutoff of lp & hp : in fact, they now sound quite the same, they are maybe just a bit smoother, so lp2&hp2 might replace lp&hp if you guys think it's worth..
@Megalomidiac : that's weird as i also use the preenF405 board with bootloader 1.11 without problem, don't know what can be the cause. :-\

236
preenfm2 and preenfm3 / Re: New filters
« on: August 20, 2019, 11:44:31 PM »
@superfake : i tried to get that smoother filter but could not do it right for some reasons ??? .i fear i'm not so good at this kind of programming, i could nearly implement this one https://www.musicdsp.org/en/latest/Filters/23-state-variable.html, which is cpu friendly, but i could not get rid of a high pitch noise in the sound. Those filter equations are quite a mystery for me, i must say.
About the performance parameters, i'm not sure it's possible as it may change the patch structure, must have a closer look...

237
preenfm2 and preenfm3 / Re: New filters
« on: August 18, 2019, 01:04:25 PM »
and another one with more fx :
wrap : extreme distortion, ready for metal ?
swap : adaptation of the puredata swap~ https://git.iem.at/pd/zexy/blob/master/src/swap~.c
swap work best on simple monophonic sine wave but it can work as a dirty distortion too ;)

238
preenfm2 and preenfm3 / Re: New filters
« on: August 17, 2019, 11:46:23 AM »
hi Xavier,
thanks to you to make this even possible  :D
in this version, i added a waveshaper in some of the new fx to add a little bit more grit.
i had to rollback some of my improvements as the cpu overload..
now with some care and optimizations, all fx works well with 14 voices playing !

239
preenfm2 and preenfm3 / Re: New filters
« on: August 16, 2019, 12:36:59 PM »
hi, another version with a fix for lp2 & hp2 : better behaved self oscillation
@matrix12x : the allpass filter is used in the "Pann" filter ; the "pos" parameter is the filter cutoff and it's not very interesting
as i understand, the allpass filter is more a building block to create phaser, reverb.. it's not really worth alone.
I will study this a bit more, and i would also like to add some time dependant fx like delay, phaser, comb filter, chorus.. i must first figure how to know the amount of ram left for this  ;)
another thing i will investigate is the possibility to add the "filter reso" parameter to the matrix destination list..

240
preenfm2 and preenfm3 / Re: New filters
« on: August 15, 2019, 02:47:23 PM »
another version with some bug fixes :
all new filters can now be controlled with the matrix.
+ various tweak
i think i'm done for today  :P

Pages: 1 ... 14 15 [16] 17