Elie Gavoty

Results 6 issues of Elie Gavoty

Request from @iShapeNoise. Create a sampler function to be able to record via audioin() and use as loop() in a pre-destinated sample folder. To be specified...

enhancement

```python def freqtomidi(frequency): return int(12 * (math.log(frequency/220)/math.log(2)) + 57) ```

enhancement
good first issue

Inspired by KittyClock setup (TODO link the example usage code) We could for example have high, mid low quick filtering on each track and we can build up good breaks...

enhancement

In some cases the implicit conversion behind the Pattern class produces unwanted result: ```python >>> print(PRand([".c..c...","c...c...","....c..."])[:16]) P['.', '.', '.', '.', '.', '.', '.', 'c', '.', '.', '.', '.', 'c', '.',...

bug

To reproduce install sample pack `0_foxdot_default` and `1_pitchglitch` then create a third `2_gambit` sample pack. `spack=1`selects the 2_gambit sample pack.

bug
good first issue