Timo

Results 78 issues of Timo

When loading a textfile with tabs used for indentation the indents are not converted to spaces correctly and there introduce an error in the result of the code on screen:...

bug

Add a formant filtering effect with possible modulation and morphing between vowels. Function naming could be `fx(formant)`, `fx(vowel)`, or maybe more understandibly `fx(speak)`. ```java new synth saw fx(speak e) ```...

enhancement

Add javascript function that allows to generate an Lindemayer-System tree sequence based on predefined rules, axiom and number of generations. Useful for procedurally generating of rhythms, melodies and other sequential...

enhancement
data

Allow for more than 2 speakers as output in the DAC. Design choices: - Can amount of speakers dynamically be changed? - What will the speaker position argument be for...

enhancement
dsp

Instead of providing seperate arguments per fill value it should also accept an array and generate from there: Original with separate arguments ```js Gen.fill(10, 2, 15, 3, 20, 4); //=>...

An enhancement to the Translate library of a method that converts various duration values from different platforms to a corresponding millisecond value based on a set tempo. example ```js const...

enhancement

The `invert()` method from the `Translate` category only works with numbers at the moment. It would be interesting to see if there is a way to make it work with...

enhancement

Add a markov-chain set of methods to the library. Probably easiest in the form of a class that can learn and generate through seperate methods. Some ideas: ```js const Algo...

enhancement

Include various forms of interpolation between arrays inspired by methods from the AC Toolkit. - https://www.actoolbox.net/data/documents/AC_Toolbox_Tutorial.pdf?fbclid=IwAR0s0azFh46GEhHvjkv8hsfwzrFD9jiF7ssQ1THG0zIYmOeTQuaM3940aVo

enhancement