First time here? Check out the FAQ!
x

Can I still Reverse the Frequency of a Sample when using the MIDIVoice?

+1 vote
235 views

Can I still Reverse the Frequency of a Sample when using the MIDIVoice?

When I multiply to a negative value it doesn't reverse the sound of the sample this time.. 

 

What's the trick to do this?  :)

Cheers

e.

asked Dec 18, 2020 in Capytalk & Smalltalk by eli (Adept) (1,130 points)

1 Answer

+1 vote

Hi,

I think !KeyPitch is defaulting to using nn, and I don't think negative nn's have a real meaning. To get this working in reverse convert to hz. eg:


!KeyPitch nn hz * !Detune

 

I don't think this is an issue with MIDIVoice, it's just trying to use a negative nn which doesn't work. 

answered Dec 19, 2020 by alan-jackson (Virtuoso) (15,840 points)
Thanks Alan!
That was exactly the trick: nn to hz
Cheers
e.
...