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 [2] 3 4 ... 19
16
preenfm2 and preenfm3 / Re: Idea for a new PFM3 FX auto filter
« on: June 27, 2024, 07:51:14 PM »
ok, here is a first version :)

it's two bp filters, done in paraphonic mode,
so there is a dry/wet parameter and two params : Spread and Reso
it can be modulated from the matrix.


17
preenfm2 and preenfm3 / Re: Idea for a new PFM3 FX auto filter
« on: June 24, 2024, 07:18:52 PM »
got it : Stereo Random Filter, page 192

18
preenfm2 and preenfm3 / Re: Idea for a new PFM3 FX auto filter
« on: June 23, 2024, 11:16:38 PM »
Seems like a cool filter trick,
from the Triton manual, i could not find an "auto filter", but there is an "Auto Wah" filter which seems pretty close.

is that this one ?

edit :
the Triton manual https://cdn.korg.com/us/support/download/files/04d7a63fe4ac088ee33dc5fe89cc04d2.pdf

19
preenfm2 and preenfm3 / Re: Vosim & al.
« on: March 23, 2024, 12:03:46 PM »
@Xavier,

as i added the latest modifications of the vosim branch to the preenfm2 version, here is a PR to make things slightly easier for you : :)
https://github.com/Ixox/preenfm2/pull/18

20
preenfm2 and preenfm3 / Re: Vosim & al.
« on: March 17, 2024, 07:39:08 PM »
About documentation, i would mention the first part of the Rob Hordijk page about vosim :
https://electro-music.com/nm_classic/015_workshops/Clavia/NordModularWorkshops&Threads/WerkMap/WorkShops/Hordijk1999-2000/VOSIM.html
which describe well what is done for the windowed sync part.


then for each algo, the comment of the voice.ccp should do :

ALG29 :

Osc 1 synced by 3


                     IM3
                    <----
             .---.         .---.
             | 3*|         | 4 |
             '---'         '---'
             |IM1           |IM2
             .---.          .---.
             |*1 |          | 2 |
             '---'          '---'
             |Mix1          |Mix2


ALG30 :

Osc 1 & 2 synced by 3


       
             .---.         .---.
             | 3*|         | 4 |
             '---'         '---'
             |IM1 \IM2 IM3/ |IM4
             .---.          .---.
             |*1 |          |*2 |
             '---'          '---'
             |Mix1          |Mix2


ALG31 :

Osc 1 2 3 synced by 4


       
                    .---.
                    | 4*|
                    '---'
               /IM1 |IM2 \IM3
             .---.  .---.  .---.
             |*1 |  |*2 |  |*3 |
             '---'  '---'  '---'
             |Mix1  |Mix2  | Mix3



ALG32 :

Osc 1 synced by 4


       
                          IM4
                         ---->
             .---.  .---.     .---.
             | 2 |  | 3 |     | 4*|
             '---'  '---'     '---'
             \IM1  |IM2    /IM3
                   .---.
                   |*1 |
                   '---'


21
preenfm2 and preenfm3 / Re: Vosim & al.
« on: March 17, 2024, 06:46:57 PM »
Just tried the new master on my preenfm3, works fine !

:D

22
preenfm2 and preenfm3 / Re: Vosim & al.
« on: March 17, 2024, 01:49:16 PM »
Hello Xavier,
i answered about Osc.h in the PR : it's about a small cpu optimization..

About the phase reset, yes why not using the master osc phase, it should sound a bit better, thanks !

Another small change :
i removed the bias in the sigma filter as it don't bring anything significant and can possibly cause click
https://github.com/Ixox/preenfm3/pull/47/files#r1527499583


23
preenfm2 and preenfm3 / Re: Vosim & al.
« on: March 07, 2024, 07:15:21 PM »
Great to hear this ! :D

do not hesitate to report any wish for improvement.

24
preenfm2 and preenfm3 / Re: How to save mixer setting as default
« on: February 23, 2024, 06:31:34 PM »
Save your mixer as the default mixer  ;)
Menu>Mixer>Defl>Save

25
preenfm2 and preenfm3 / Re: Released an EP featuring a bunch of PreenFM2
« on: February 23, 2024, 06:28:37 PM »
cool, thanks for posting !

26
yes, as Lokki said, try the official firmware, but i would be surprised if it was that as i never encounter such issue while coding.
Can you enter the bootloader mode with pressing the Menu button on power up ?


27
preenfm2 and preenfm3 / Re: more matrix sources
« on: January 28, 2024, 11:05:39 PM »
then what if you play a new note while movig the pitch bend ? should previous note be reset to its original pitch ?
I don't think it can work properly, that's why mpe came to solve that issue...

28
preenfm2 and preenfm3 / Re: more matrix sources
« on: January 28, 2024, 09:32:02 PM »
no, that thread is about receiving mpe information, not emitting.
Midipal dispatcher is not mean to do it.

29
preenfm2 and preenfm3 / Re: more matrix sources
« on: January 28, 2024, 05:16:22 PM »
it sounds like you want a mpe controller implementation, which is out of the scope of the midipal :/


30
preenfm2 and preenfm3 / Re: more matrix sources
« on: January 28, 2024, 03:02:07 PM »
@maki,
here we go, i did a pfm2 fw with midiPal dispatcher code (almost), so there is now 4 dispatcher modes available from Tools/Set menu : Cyclic / Poly / Random / Velocity
You have to set the dispatcher base channel and range.
For example, with base channel 3 and range = 4, midi is sent to 3,4,5,6 channels.

I have now a good reason to keep my pfm2 on the desk, it was gathering dust, which was a shame.
It is fun in duo with a pfm3 !

fw attached.

Pages: 1 [2] 3 4 ... 19