Skip to content

Releases: magneto538/Koala

KOALA v2.2.7

30 Aug 13:08
Compare
Choose a tag to compare

KOALA v2.2.7 - CHANGELOG

  • Corrected comment about envelope time functions

Koala v2.2.6

02 Feb 15:06
Compare
Choose a tag to compare

KOALA v2.2.6 - CHANGELOG

  • HOTFIX - Fixed math.decimals_hr()

Koala v2.2.5

02 Feb 14:53
Compare
Choose a tag to compare
  • Fixed bug with CTRL_TOUCHED that caused compilation errors
  • Added math.decimals_hr()

Koala v2.2.4

09 Jan 17:17
Compare
Choose a tag to compare

KOALA v2.2.4 - CHANGELOG

  • HOTFIX - reduce() now becomes math.reduce()

Koala v2.2.3

09 Jan 16:35
Compare
Choose a tag to compare

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

05 Dec 09:21
Compare
Choose a tag to compare

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

08 Nov 09:51
Compare
Choose a tag to compare

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

14 Oct 14:52
Compare
Choose a tag to compare

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

11 Oct 09:32
Compare
Choose a tag to compare

Koala v2.1.13

29 Sep 15:36
Compare
Choose a tag to compare
  • Fixes bug in 2.1.13