Search found 5 matches
- 27 Jan 2017 09:53
- Forum: Troubleshooting
- Topic: Logic Surround Pan?
- Replies: 10
- Views: 5412
Re: Logic Surround Pan?
Well, nothing like solving your own problems.. The missing keys are as follows as pre the previous posts: final_angle=(a+(a<=0)*pi+( a>=0 )*2*(pi-a))/(2*pi) scaled 127-0 After assigning the Surr. Angle for the Panner, the format of the Surr. Angle controller assignment must be switched to : Sign ...
- 26 Jan 2017 04:03
- Forum: Troubleshooting
- Topic: Logic Surround Pan?
- Replies: 10
- Views: 5412
Re: Logic Surround Pan?
Hoping to resurrect this thread in hopes someone has an updated answer for Logic X After a bit of tooling arround ive got this code almost working with Lemur again i had it working perfect under under Logic 9 but now in logic X its only half working. For Negative Angles (Left side of panner) the ...
- 11 Jun 2013 09:05
- Forum: Troubleshooting
- Topic: Logic Surround Pan?
- Replies: 10
- Views: 5412
Re: Logic Surround Pan?
ALSO THE SCALE of final_angle needs to be switched from 0-127 to 127-0
- 11 Jun 2013 09:02
- Forum: Troubleshooting
- Topic: Logic Surround Pan?
- Replies: 10
- Views: 5412
Re: Logic Surround Pan?
Found the Template you were using, heres what you need:
a=angle(x-0.5, y-0.5) (These were reversed in the template.. FIXED)
a=angle(x-0.5, y-0.5) (These were reversed in the template.. FIXED)
- 11 Jun 2013 07:40
- Forum: Troubleshooting
- Topic: Logic Surround Pan?
- Replies: 10
- Views: 5412
Re: Logic Surround Pan?
Working on a Logic Surround Panner as well.. would like to use ring area.
Are you using scripts with those values to set the value of angle and distance (amount)
if so could you give a module example?
i could help with the math but would need to see it in the actual module
Are you using scripts with those values to set the value of angle and distance (amount)
if so could you give a module example?
i could help with the math but would need to see it in the actual module