assigning negative values in Scope DP

A place for developers to share ideas and assist each other in solving problems.

Moderators: valis, garyb

Post Reply
brain1
Posts: 142
Joined: Tue Jul 31, 2001 4:00 pm
Location: Zeta Reticuli

Post by brain1 »

hello - i am a new DP user- i am working on a device that utilizes a Pitch Shifter- however i can't seem to get the device to enter a negative value (-1,-2 ,..-23)
the pitch shifter will due a total negative value of -23 but i can't figure out how to control this via my device. when i try to enter a negative value- it reverts back to (0). can someone give me an idea of how i should control this function. thanks for any help
j9k
Posts: 266
Joined: Sun Feb 24, 2002 4:00 pm
Location: san diego
Contact:

Post by j9k »

click on the pitch shifter and hit the freez button in the pads window. clickon the knob and you will see in the connections window that it is connected to a CoFiPS mdl which is converting the coarse and fine tune data to a min -2147483647 to max +2147483647.

the "p" input of the pich shifter is synchronous and the output of the CoFiPS mdl is asynchronous so there is a converter automatically inserted by dp.

good luck

j9k
brain1
Posts: 142
Joined: Tue Jul 31, 2001 4:00 pm
Location: Zeta Reticuli

Post by brain1 »

thanks J9K- i'll give it a try
Post Reply