|
RH_2D-3D_Distance
*Updated* Februari 21st 2008 Calculate the length from a 0 point to a 2D or 3D point location, by inputting : X (length), Y (Width) and optional Z (Height) of the point and output the distance to it. Credit : Rayden, for requesting this module and doing the math. |
|
|
RH_Bitcountset :
"four bit" binary counters -All modules output to the left and the right. -Int input range : 0 to 15. -Output range : 0 or 1, except for the Bool outs. |
|
RH-Float-Lcompare
Compares if input1 is equal to input2, if true float out = 5.0f else 0.0f. |
|
RH_GUI-Cartesian2Polar 1.1
*Updated* Februari 21st 2008 Converter : Cartesian ( X,Y ) to Polar ( Distance, angle ) Angle modes : 180/-180 or 0-360 degrees |
|
RH_BStepcounter
|
|
RH_FStepcounter
|
|
RH_GUI-limit serie
*New* May 15th 2007 GUI side limiters, Float and Int version. |
|
RH_GUI-math
Math module : This module uses the very inefficient math.h library functions. Current modes : Cos,Sin,Sqrt,Tan More info |
|
::BETA Module:: RH_GUI-Slider v0.1b
*Updated* October-24th-2006 This is a basic slider made with the win32 GDI library. The slider movement is controlled by the float inputs, NO mouse response yet. - For now this module is only usefull for display purposes Update : -Slider doesn't dissapear nomore when float values are 0. inputs :
- Animation position Y : Control the height of the slider :: float 0 to 1 )
- Animation position X : Control the width of the slider :: float 0 to 1 ) - int R : Control the Red color of the slider ( RGB colors ) :: int 0 to 255 ) - int G : Control the Green color of the slider ( RGB colors ) :: int 0 to 255 ) - int B : Control the Blue color of the slider ( RGB colors ) :: int 0 to 255 ) |
|
RH_GUI-Voltage2dB
*New* October-18th-2006
Converts Voltage to dB, Bidirectional module,
Thanks to KDL for helping me on this!so you could also connect to the dB side and get a voltage reading. |
|
RH-IntGen 1.1
|
|
RH-Int-2-Text-ascii
This module outputs the ascii charactar table left and right. Capital letters : input int 0 = A and int 25 = Z. Small letters : input int 32 = a and int 57 = z. |
|
|
RH-Int-2-Text-MidiCC
-Outputs MidiCC names/numbers out of a text pin. |
|
RH-Int-Simple_Logic
Relational and / or Equal evaluation module 6 modes : X == Y, X != Y, X > Y, X < Y, X >= Y and X <= Y -High and Low values only work on Float out and Int out. |
|
RH_Logic_Gates
Logic gate types : AND,OR,NAND,NOR,XOR,XNOR Check this site for info on these gates. -Int and Bool input modules for the equations -High and Low values only work on Float out and Int out. |
|
RH Redirect Set
*Updated* March-3rd-2007 Re-directs the input to the output on the same side. Update 1.1: - Bidirectional : changes to the output affect the input. Update 1.1b: - some small code cleanup on all. - modules now update on load as well. |
|
RH_Rescale
*Updated* October 18th 2006 Translates and Rescales a value within the input range to a value within the output range in a "point-slope" scaling form. In_low and In_High to set the initial low and high range. Out_low and Out_High to set the end low and high range. Update : Added direction mode selection pin, thanks KDL for showing me how to do this ! Credit : Rayden, for requesting this module and doing the math. |