Releases: magneto538/Koala
Releases · magneto538/Koala
KOALA v2.2.7
KOALA v2.2.7 - CHANGELOG
- Corrected comment about envelope time functions
Koala v2.2.6
KOALA v2.2.6 - CHANGELOG
- HOTFIX - Fixed math.decimals_hr()
Koala v2.2.5
- Fixed bug with CTRL_TOUCHED that caused compilation errors
- Added math.decimals_hr()
Koala v2.2.4
KOALA v2.2.4 - CHANGELOG
- HOTFIX - reduce() now becomes math.reduce()
Koala v2.2.3
KOALA v2.2.3 - CHANGELOG
- Added reduce(): used to iterate a 2-parameters function over a set of values (just like in Python)
- Added math.gcd(), math.lcm(), math.lcmm() and math.decimals()
Koala v2.2.2
KOALA v2.2.2 - CHANGELOG
- Added math.simple_saw, math.simple_tri and math.simple_sqr. Can be used to output a set of integers that vary according to the desired wave shape.
- Added get_def_text()
Koala v2.2.1
KOALA v2.2.1 - CHANGELOG
- Added new super useful math function: math.scale! Works exactly as the 'scale' object in Max MSP.
Koala v2.2.0
KOALA v2.2.0 - CHANGELOG
- Added new element to the Debugger: the Live Monitor! This extremely powerful section features two main elements: the Oscilloscope can be used to monitor in realtime the content of an array or the change of a value over time, and can also be used to generate your own lookup tables according to the content of the Oscilloscope itself; the Array view displays the content of an array along with some useful informations. These features are handled with two functions: DEBUG.osc_value() and DEBUG.osc_array. Check out the Wiki for more info about this.
- Added new Math and Bool functions: math.clamp() and bool.is_in_range().
KOALA v2.1.14 - CHANGELOG
- Minor fixes
Koala v2.1.13
- Fixes bug in 2.1.13