renardo icon indicating copy to clipboard operation
renardo copied to clipboard

Livecoding music with simple Python code (Modernized FoxDot Fork)

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

## Issue When starting renardo, the lib does not load the startup.py file, due to a wrong relative path setting. ### Error ``` Warning: '/home/user/.local/share/pipx/venvs/renardo/lib/python3.11/site-packages/renardo_lib/lib/Custom/startup.py' startup file not found. ```...

Enhancement request It would be great to be able to use functions in Renardo in order to update Hydra code in Pulsar and/or flok via the hydra Player() implemented earlier...

Renardo tutorials in Spanish

On MacOS (didn't test on any other OS), when launching renardo with the foxdot editor, there where this error indicating a temp file was missing. At first, I thought this...

Dani : a strange thing is happening if i run, separatley, these 2 players ```python p1 >> subbass(Pvar([5,3,0],[4,4,8]),amp=[1,1,0,1,1,1,1,0], dur=.5, sus=.5).every(4, "offadd",7) p1 >> subbass([5]*4+[3]*4+[0]*8,amp=[1,1,0,1,1,1,1,0], dur=.5, sus=.5).every(4, "offadd",7) ``` even if...

bug