Reversing A Sample In The Pattern Editor?

first of all hello everyone.
sorry for this uber noob post but here goes…
how do i reverse a sample in the pattern editor? i know i can do it in the sample editor but i have a snare that i don’t want to have perma reversed. what command do i use for this? and for that matter how do i put in all the 09xx/ 05xx type commands? i can’t seem to do it by typing. is there some sort of power command for these that i can use in the pattern editor page?

thanks for the help.

The reverse sample command is 0b00.

For example:

00 C-401 .. 0B00  
01 --- .. ....  
02 --- .. ....  
  

You can also use 0b01 to make it play forwards again (re-reverse?):

00 C-401 .. 0B00  
01 --- .. ....  
02 --- .. 0B01  
03 --- .. ....  
  

To enter these commands and any other effect commands, you must first be in edit/record mode of course, then you simply use your arrow keys to navigate around the pattern to get to the correct position, ie. the effect column.

More info here:
http://tutorials.renoise.com/?n=Renoise.EffectCommands (Renoise v1.5)
http://wiki.renoise.com/wiki/?n=Renoise.EffectCommands (Renoise v1.8)

Worth mentioning is also, that you can use this command in the panning column, and since 1.8 also in the volume column. Placed that way it will only effect the sample playing in that column, not the whole track.

00 C-401 .. .. --- .. .. ....  
01 --- .. .. --- .. .. ....  
02 --- .. .. C-402 .. B0 ....  
04 --- .. .. --- .. .. ....  
  
1 Like

thanks gents.