renardo icon indicating copy to clipboard operation
renardo copied to clipboard

Livecoding music with simple Python code (Modernized FoxDot Fork)

Results 11 renardo issues
Sort by recently updated
recently updated
newest added

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

After trying to keep sc3-plugins activated, I realized the config file is blank. I wanted to do it manually, but it is not there. Repeat >> Just open the config...

Hey, somehow the `pads` command from the examples doesn't seem to produce any sound, while others (e.g. `play` or `pluck`) do. I tried installing renardo on my up to date...

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

Everything is in the title of this issue.

bug
good first issue

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

When trying to install and run renardo for the first time in a newly installed O.S. I got the error described ### renardo version 0.9.3 (Binary version) ### Operating System...