Vsti With (0205) Like Effect

Hi, please help.

I wan’t to pitch the note from whole octave. Is there a way to modify VSTi sound with (0205) like effect?

Hi, in general, VST instruments can be pitched up or down, but this depends on the VST manufacturer, not on Renoise.

if the instrument allows pitch chanegs, you can do this by sending a PitchBend MIDI message to the instrument.
assuming you want to change the pitch of instrument 01, try the following:

  
note ins vol pan comm  
--- 01 -- C1 0000  
  

this will set the pitch down as much as the instrument is designed to. Now try this one:

  
note ins vol pan comm  
--- 01 -- C1 7F00  
  

this will raise the pitch up to the maximum, instead.

  
note ins vol pan comm  
--- 01 -- C1 4000  
  

this will set the pitch back to the middle.

Many VST instruments allow to define the range of semitones between which you can change the pitch.
remember to always set the pitch back to the middle when you have done because with VST instruments the pitch shift will not change with a new note like it is with Renoise instruments instead.

Alternatively, you can use a MIDI Control Device to do this graphically.

in the above image, you see a slider with a “PB” label at its left; that slider will control the pitch bend value.

you could try using the ‘render plugin to instrument’ option to convert the vsti to samples and apply the pattern command on that. Or automate pitch settings, if present, in the vsti from the automation editor.

Wow! Good to know =D

Many VST instruments allow to define the range of semitones between which you can change the pitch.

Where can i usually find semitone value?

you should check the instrument manual, as there is no default way to define this

Ok. Thank you for reply.

Cheers,
Vedran