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 ... 17
1
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

2
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 |
                   '---'


3
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

4
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


5
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.

6
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

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

8
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 ?


9
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...

10
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.

11
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 :/


12
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.

13
preenfm2 and preenfm3 / Re: Vosim & al.
« on: January 21, 2024, 08:15:06 PM »
Hello Xavier,
i have a github branch for this, if you want to check it out :
https://github.com/pvig/preenfm2/tree/vosim

14
preenfm2 and preenfm3 / Re: Vosim & al.
« on: January 20, 2024, 05:43:22 PM »
as the preenfm2 have not so much love these days, i did a pfm2 firmware version with the lfo shapes from the pfm3 and the 4 vosim algo as well...
it seems to work well, these features does not need much cpu nor ram.

fw attached

15
preenfm2 and preenfm3 / Re: more matrix sources
« on: January 19, 2024, 07:44:26 AM »
i feel it a bit weird to do such job from a synth.
Don't you use a sequencer ? i think it should be sequencer's job.

Pages: [1] 2 3 ... 17