425
edits
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
Hardware fully set up, now it's time for the digtal stuff. | Hardware fully set up, now it's time for the digtal stuff. | ||
Our basic idea responds into the simple function to express the XY-Axis of the Joystick as 2 Values that are linearly mapped onto Out CV1 and Out CV2. So one axis gave us values between 0 and ~25000, which we simply mapped onto 0-10V. The following was to make a function which is summing the two axis into one value. We simply wrote a average function which, when activated, sums the the two Joystick values and maps them once again to 0-10V. We called this "Sum-Mode" and its accesible through pushing the joystick button one time. The State of these two Modes is indicated through the blue LED (on - SumMode [Out CV 1 = Out CV 2] , off - NormalMode [Out CV 1 = X-Axis ; Out CV2 = Y-Axis]). So the second CV Output becomes a copy of the first when the SumMode is active. So this Mode could also be used as a multiple. | Our basic idea responds into the simple function to express the XY-Axis of the Joystick as 2 Values that are linearly mapped onto Out CV1 and Out CV2. So one axis gave us values between 0 and ~25000, which we simply mapped onto 0-10V. The following was to make a function which is summing the two axis into one value. We simply wrote a average function which, when activated, sums the the two Joystick values and maps them once again to 0-10V. We called this "Sum-Mode" and its accesible through pushing the joystick button one time. The State of these two Modes is indicated through the blue LED (on - SumMode [Out CV 1 = Out CV 2] , off - NormalMode [Out CV 1 = X-Axis ; Out CV2 = Y-Axis]). So the second CV Output becomes a copy of the first when the SumMode is active. So this Mode could also be used as a multiple. | ||
To not get users confused its important to say that these are global modi, which | To not get users confused its important to say that these are global modi, which both work in the same way, no matter which of the following (local) modes is chosen. | ||
These are the Local Modes so far: | These are the Local Modes so far: | ||
1. Sine LFO | 1. Sine LFO <br/> | ||
2. Sample and Hold internal | 2. Sample and Hold internal <br/> | ||
3. Simplex Noise | 3. Simplex Noise <br/> | ||
4. Sample and Hold external | 4. Sample and Hold external <br/> | ||
The idea of these modes is to mix the voltage generated by the Joystick with different functions. Or, in other words, to make the joystick controlling an offset to different functions. | The idea of these modes is to mix the voltage generated by the Joystick with different functions. Or, in other words, to make the joystick controlling an offset to different functions. |
edits