Panning Question

I’m only a week or so into Renoise but my question is about timing. If i Wanted to pan 5 seconds left then 5 seconds right and then back to center; how would I go about that?

Thanks,
db

normally users should not “think in seconds”: they should rather think in beats and/or lines.

your problem would then be easily solved using an LFO device with “TracVolPan => Panning” as destination.

if for example BPM is set to 60 and LPB to 4, then 5 seconds would equal to 5 beats, so 5*4 = 20 lines.

you should then set a square-shaped LFO with 40 LPC of frequency.

try copying the following text, rightclick the Track DSP section and choose “Paste device”

  
<?xml version="1.0" encoding="UTF-8"?>  
<filterdeviceclipboard doc_version="0"><br>
  <deviceslot type="LfoDevice"><br>
	<isactive>true</isactive><br>
	<isselected>true</isselected><br>
	<selectedpresetname>Init</selectedpresetname><br>
	<selectedpresetismodified>true</selectedpresetismodified><br>
	<desteffect><br>
	  <value>0.0</value><br>
	  <visualization>Device only</visualization><br>
	</desteffect><br>
	<destparameter><br>
	  <value>0.0</value><br>
	  <visualization>Device only</visualization><br>
	</destparameter><br>
	<amplitude><br>
	  <value>1.0</value><br>
	  <visualization>Device only</visualization><br>
	</amplitude><br>
	<offset><br>
	  <value>0.0</value><br>
	  <visualization>Device only</visualization><br>
	</offset><br>
	<frequency><br>
	  <value>1.5</value><br>
	  <visualization>Device only</visualization><br>
	</frequency><br>
	<type><br>
	  <value>2</value><br>
	  <visualization>Device only</visualization><br>
	</type><br>
	<customenvelope><br>
	  <playmode>Linear</playmode><br>
	  <length>64</length><br>
	  <valuequantum>0.0</valuequantum><br>
	  <points><br>
		<point>0,0.0</point><br>
		<point>63,1.0</point><br>
	  </points><br>
	</customenvelope><br>
	<customenvelopeoneshot>false</customenvelopeoneshot><br>
  </deviceslot><br>
</filterdeviceclipboard>  
  

thanks I actually posted this because a friend asked me and couldn’t think of it in seconds myself. I appreciate the explanation.