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 - Xavier

Pages: [1] 2 3 ... 149
1
preenfm2 and preenfm3 / Re: Vosim & al.
« on: March 28, 2024, 10:27:55 PM »
Thanks a lot.
I think i'll have time to look at it this week-end.

EDITED : i didn't do it.... But i keep that in my radar.

2
preenfm2 and preenfm3 / Re: Vosim & al.
« on: March 17, 2024, 07:07:20 PM »
Thanks.
I need to add a little documentation somewhere about the new algos..

And will do the preenfm2 version very soon.

3
New firmware 1.03 is available thanks to Toltekradiation  !  8)

https://github.com/Ixox/preenfm3/releases

. 4 New vosim algos (synced windowed modulation) (29->32)
. New midi CC to control paraphonic filter (FX2)
. small adjustment to Filter2 "BODE" and to Filter1 "Sigma"

4
preenfm2 and preenfm3 / Re: Vosim & al.
« on: March 17, 2024, 02:44:43 PM »
OK i clean up a little as localEnv were not used anymore in getNextBlockWithFeedbackAndEnveloppe.
Let me know if it's OK for you.
If yes can you "approve" the PR. I'll then know it's good for you.

Thanks

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

I thought there were a problem.
I looked again and it looks good. Thanks  :)

6
preenfm2 and preenfm3 / Re: Vosim & al.
« on: March 17, 2024, 10:47:26 AM »
Thanks again Patrice for this new algos.
They really add something to the sound possibilities of the preenfm.
And as they are separate new algos, there's not reason not to include them :)

I finaly have a PR, can you take a look ?
https://github.com/Ixox/preenfm3/pull/47/

Also, let me know what you think of the commit i added on top yours.
I don't think index should be 0 when we sync. Index should correspond to the phase of the master osc. No ?
Don't hear any obvious change in most presets, but i think that could be more "hearable" when waveform are smaller.

Please confirm the changes :
. 4 New vosim (synced windowed modulation) algos
. New midi CC to control paraphonic filter (FX2)
. small adjustment to Filter2 "BODE"
Anything else i miss ?

Can you explain you change in Osc.h (i added a commment in the PR)..
I don't understand.

Thanks  :)

7
Nice to read its now fixed.

Without a jumper to set boot0 to GND the boot select in unpredictable.
I think a jumpter fell off, or you were lucky untill now to have it working all the time.

8
preenfm2 and preenfm3 / Re: filtering USB +5V line
« on: February 25, 2024, 05:09:45 PM »
Thanks for the update.
So here is the schema that fix the noise ?
Cool  :)

9
preenfm2 and preenfm3 / Re: Released an EP featuring a bunch of PreenFM2
« on: February 25, 2024, 05:05:54 PM »
Yes !! Nice ! thanks for sharing.  8)

10
preenfm2 and preenfm3 / Re: PC/MAC preenfm editor 3.1.4 (Preenfm2 Unison)
« on: January 21, 2024, 06:22:42 PM »
Somehow the conexion works in the Standalone editor but as soon as i select the device in a DAW and send midi to it (tried with ableton and reaper) the standalone connexion also stop working.

Hi hupelcanel,

It should work with windows 10.

The preenfm editor open a direct connection to the midi device to to talk to the hardware.
So the standalone AND the plugin version cannot be used at the same time.

And for the plugin to work in a DAW you want to make sur that the daw does not already use the connection.
For AbletonLive for in Preferences>MIDI
And make sure "PreenFM MK2" is not used neither in input nor in output. All box must be unchecked.
Then you should be able to select "PreenFM MK2" in input and output in the plugin.
Xavier

11
preenfm2 and preenfm3 / Re: Vosim & al.
« on: January 21, 2024, 06:15:14 PM »
That's really cool. Thanks  :)

My work pulled me away from preenfm firmware the last couple of months.
It should much better in a week or so.
I cannot wait to take a look at that.

12
preenfm2 and preenfm3 / Re: tuning
« on: November 04, 2023, 06:26:30 PM »
Hi,

The micro tonality can only be achieved through Scala files.
You can write your own scale and import them into your preenfm3.
So the limits are the scala file limit:
https://www.huygens-fokker.org/scala/scl_format.html

You can still change the default frequency values here (128 values for midi note from 0 to 127) :
https://github.com/Ixox/preenfm3/blob/master/firmware/Src/synth/waves.c#L1
And recompile the firmware.

Xavier


13
preenfm2 and preenfm3 / Re: How works performance?
« on: November 03, 2023, 11:10:30 AM »

You have 4 performance values (P1, P2, P3, P4) all in the same page.
These are sources in the matrix modulation (perf1, perf2, perf3, perf4) that you can assign to the destinations you want.

You also have a shorcut to the 2 FX1 parameters.

The idea it to have a live oriented page, where you can control your sound without having to browse different pages.

14
preenfm2 and preenfm3 / Re: preenfm3 : v1.02 (fx, shortcut, bug fix)
« on: October 27, 2023, 09:58:20 PM »
New firmware 1.02 is available with again some FX improvements by Toltekradiation  !

https://github.com/Ixox/preenfm3/releases

Bug fix

* when using the editor, fix preset name problelms

New shortcut

* In the mixer, hold MENU when modifying volume to change all instruments with the same output at the same time

Update FX from Toltekradiation/Patrice Vigouroux

* Two new granular fx : gra1 (Size, Spread) & gra2 (Pitch, Spread), those go in loop mode when Spread param = 1
* Flange, Chorus, Dim rework : now have their own lfo
* Dim rework : param2 is now mid/side param, 0 = mono, 0.5 = regular stereo, 1 = expanded stereo
* Chorus rework : param2 control the amount for a second faster lfo ("Vibr" for vibrato)
* Envelope display bug fix : no init on mixer load
* FILTER_CRUSHER bug fix : no init on fx change

15
preenfm2 and preenfm3 / Re: paraphonic effects
« on: October 22, 2023, 03:19:04 PM »
Thanks a lot for the quick fix for the smoother transition.  :)

I set FX1 in Instrument 1 and save as default mixer.
On preenfm3 start, i have FX1 correct type.

Do you have a step to reproduce ?

Pages: [1] 2 3 ... 149