live-coding
Here are 276 public repositories matching this topic...
-
Updated
Jul 27, 2021 - Python
-
Updated
Dec 14, 2021 - C++
-
Updated
Feb 24, 2022 - C++
Currently, a lot of operations are being done in the componentDidUpdate, and as Dan mentioned on #377 this is a pattern that must be avoided, in order to prevent nested updates. So, we need to find out how to improve this method and address other performances issues that this might be causing.
I haven't gone any further and haven't collected evidence of any performance issues, but as the curr
fadeTime is missing tidalcycles/Tidal#618
While we're about it, lets check to see if others are missing
-
Updated
Feb 5, 2022 - C++
-
Updated
Sep 24, 2021 - C++
-
Updated
Feb 6, 2022 - C++
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Feb 7, 2022 - C++
-
Updated
Feb 12, 2020 - Python
-
Updated
Sep 17, 2021
-
Updated
Apr 14, 2020
-
Updated
Jan 27, 2022 - SuperCollider
-
Updated
Dec 21, 2020 - C++
-
Updated
Jun 12, 2018 - Python
-
Updated
Feb 18, 2022 - Clojure
-
Updated
Feb 19, 2022 - C#
-
Updated
Jan 28, 2022 - C++
-
Updated
Nov 30, 2021 - C++
-
Updated
Apr 18, 2018 - PHP
-
Updated
Feb 17, 2022 - CoffeeScript
-
Updated
Jan 7, 2021 - Rust
-
Updated
Jun 4, 2021 - Kotlin
Low text
The Turtle.write() method puts the text too low on the browser canvas, so shift the y coordinate slightly higher.
-
Updated
Feb 24, 2022 - Rust
-
Updated
Nov 6, 2021 - C++
-
Updated
Oct 17, 2021 - JavaScript
Improve this page
Add a description, image, and links to the live-coding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the live-coding topic, visit your repo's landing page and select "manage topics."
Recent discussions show that it is still possible for the
load_synthdefsfunction to raise an un-handled error if it is given the path to a SynthDef file instead of a directory of SynthDefs.We should fix this by raising a more useful error that describes the problem in a clearer way.
I suggest adding something like the following line: