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 ... 4 5 [6] 7 8 ... 19
76
preenfm2 and preenfm3 / Re: Two suggestions, two bugs and a question
« on: June 07, 2023, 11:39:15 PM »
Sometimes, limits is what we need.
but if you want more, here is an experimental version which let you use the Out menu to chain output from timbre 1 to timbre 2,
so you can have a chain of short delays.
it works only for timbres 1 to 3 (for some unknown reason).
For me it is a be too much of weirditude to be used, as it break the patch paradigm.
but if you want to have a look at it, here it is !

the git branch for this is there :
https://github.com/pvig/preenfm3/tree/fxchain

77
preenfm2 and preenfm3 / Re: Mixer select from midi
« on: June 06, 2023, 09:52:11 PM »
ah ok, thank you, it is very helpful.
I do it to make the mixer loading a little bit simpler, i scratched my head yesterday trying to load one, and i did not understood how it works at first.
As it's not the first time i face this, i thought it would be good to simplify it.

But now i have the need for a special track on my sequencer to handle this,
maybe i will stick to discrete program change, as it's so much easier.

sorry to bother, thanks for your help !

78
preenfm2 and preenfm3 / Re: Mixer select from midi
« on: June 06, 2023, 08:11:45 PM »
Thanks for that, using global midi make sense indeed !

79
preenfm2 and preenfm3 / Mixer select from midi
« on: June 06, 2023, 07:39:43 PM »
Hello Xavier,

lately I tried to recall Mixer files from midi,
but found it a bit tricky to do, because of the CC#0 & #32 to set before sending program change.

In my opinion, it would be much easier to use midi bank 127, and program change.
I don't think midi bank 127 is likely to be frequently reach anyway !

for now, I'm a bit lost in the code, i guess it should be done in MidiDecoder.cpp but i have a hard time figuring things out :P

i would be grateful for some help here ;D

80
preenfm2 and preenfm3 / Re: Two suggestions, two bugs and a question
« on: June 06, 2023, 06:54:19 PM »
midi echo is very cool on the midibox seq for example,
though i'm not sure how to implement this on the preen... maybe a special arp mode ?

There is also the modulator envelope loop trick, to mimick delayed notes !

81
preenfm2 and preenfm3 / Fugue Machine
« on: June 05, 2023, 07:36:51 PM »
Today i found this video about the Fugue Machine on iOS :
https://www.youtube.com/watch?v=AZlOquELE_A&t=1s

imagine this on the preenfm3 sequencer  ::)

82
preenfm2 and preenfm3 / Re: Hi just peeking in
« on: June 03, 2023, 11:36:57 AM »
Hi,
Welcome to the forum !
:D

83
preenfm2 and preenfm3 / Re: paraphonic effects
« on: May 27, 2023, 07:05:38 PM »
Hi Tobias,
thanks for the appreciation !
if you want to check the latest features, the p3_timefx_7.bin firmware some post above would do : latter work done is mainly code cleaning and optimisation, there is very few difference about sound, only slight changes on the diffuser fx .

Best regards
Patrice

84
preenfm2 and preenfm3 / Re: paraphonic effects
« on: May 22, 2023, 10:54:55 PM »
I hopefully fixed the two issues :)
- fix for the aliasing in Ping & Diff fx : added extra filtering in those
- fix for the bad noise click when going to the Diff fx

Here is an attached fw file.

There is a pull request as well !
https://github.com/Ixox/preenfm3/pull/41

85
preenfm2 and preenfm3 / Re: paraphonic effects
« on: May 14, 2023, 10:27:47 AM »
No problem, thanks for reporting.
i'll have a look at this issue next week.

86
preenfm2 and preenfm3 / Re: paraphonic effects
« on: May 13, 2023, 11:46:28 PM »
Hi Xavier,
excellent addition !
it will be very useful to have both fx layer.

about the Diffuser click, i'm not sure what's happening, i need to do some tests,
but I'm currently on vacation so i can't do anything until next week.

I had a look at the PR : nothing to complain on my side.

can't wait to test that firmware !

88
preenfm2 and preenfm3 / Re: paraphonic effects
« on: May 07, 2023, 01:47:23 PM »
Hello @superfake,
thank you for your detailled report, i previously did not use spectrum analysers, only my ears, which has now some hf loss i fear.
So here is a version with more lp + notch filtering around 12khz on those fx, i hope it will make it usable, though it remains some aliasing.
Please, let me know if that's ok for you.

While i was at it, i added an optimisation i found lately on all the pitch shifter fx, which save quite some precious cycles !

89
preenfm2 and preenfm3 / Re: paraphonic effects
« on: May 06, 2023, 12:04:38 PM »
Hi superfake,

The delay fx could be done with a sample rate reduction trick, which is x4 factor, so yes, the 12khz noise is awaited..
I did put some lowpass to soften this, but it's far from perfect, let's say it's a feature and call it vintage delay ^^
Though i will try some notch filtering to minimize the noise.

about the delay length, there is not so much ram left... better keep it for other features.

90
preenfm2 and preenfm3 / Re: paraphonic effects
« on: April 24, 2023, 07:10:42 AM »
yes, the menu option is unlocked, no need for CC access.

Pages: 1 ... 4 5 [6] 7 8 ... 19