Author Topic: Pfm2 : unison discussion  (Read 25808 times)

matrix12x

  • Team Member
  • ***
  • Posts: 188
    • View Profile
Re: Pfm2 : unison discussion
« Reply #90 on: April 27, 2021, 02:50:26 AM »
@Xavier is it possible to add a new feature where we can set a negative key follow to modulate detune amount?

I was thinking this would cure an issue with detune (in all synths) where a larger detune amount which sounds great at low notes, often sounds like too much at high notes. I am not envisioning this as a real time modulation, instead only at note on.

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: Pfm2 : unison discussion
« Reply #91 on: May 01, 2021, 07:03:05 PM »
@Xavier is it possible to add a new feature where we can set a negative key follow to modulate detune amount?
I was thinking this would cure an issue with detune (in all synths) where a larger detune amount which sounds great at low notes, often sounds like too much at high notes. I am not envisioning this as a real time modulation, instead only at note on.

Sounds like a good idea.
Makes me realise detune should be part of the matrix for "note" as you mentioned but also note velocity.

solipsvs

  • Team Member
  • ***
  • Posts: 222
    • View Profile
Re: Pfm2 : unison discussion
« Reply #92 on: July 02, 2021, 09:04:58 PM »
i feel the unison could gain a lot of application by increasing the detune range to include at least an octave

solipsvs

  • Team Member
  • ***
  • Posts: 222
    • View Profile
Re: Pfm2 : unison discussion
« Reply #93 on: July 11, 2021, 06:08:37 PM »
yeah theres actually a post here made on july 2nd

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: Pfm2 : unison discussion
« Reply #94 on: July 15, 2021, 04:49:12 PM »

If you want to give a try, here are links to the code.

You can modify 0.05f and .1f on the line bellow.
Try 0.2f and .4f for example to start. Then you can try bigger balue.

You need to modify both :
https://github.com/Ixox/preenfm2/blob/master/src/synth/Timbre.cpp?ts=4#L664
and
https://github.com/Ixox/preenfm2/blob/master/src/synth/Timbre.cpp?ts=4#L725

solipsvs

  • Team Member
  • ***
  • Posts: 222
    • View Profile
Re: Pfm2 : unison discussion
« Reply #95 on: July 19, 2021, 01:26:33 AM »
yeah im not about to change the code.