live-coding
Here are 289 public repositories matching this topic...
-
Updated
Jul 4, 2022 - Python
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
-
Updated
Apr 18, 2022 - C++
-
Updated
Jul 1, 2022 - C++
fadeTime
is missing tidalcycles/Tidal#618
While we're about it, lets check to see if others are missing
-
Updated
Jun 18, 2022 - C++
-
Updated
Jun 24, 2022 - C++
-
Updated
Feb 6, 2022 - C++
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Jun 10, 2022 - Rust
-
Updated
Jun 1, 2022 - C++
-
Updated
Feb 12, 2020 - Python
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Sep 17, 2021
-
Updated
Jul 4, 2022
-
Updated
Jun 27, 2022 - SuperCollider
-
Updated
Jun 19, 2022 - C++
-
Updated
Jun 2, 2022 - Clojure
-
Updated
Jun 12, 2018 - Python
-
Updated
Jun 1, 2022 - C#
-
Updated
Jan 28, 2022 - C++
-
Updated
May 26, 2022 - C++
-
Updated
Apr 18, 2018 - PHP
-
Updated
Jun 1, 2022 - CoffeeScript
-
Updated
Jun 17, 2022 - Rust
-
Updated
Jun 4, 2021 - Kotlin
What I did
Tried to compare two images without alpha channels.
from PIL import Image
from space_tracer import LivePillowImage, LiveImageDiffer
a = LivePillowImage(Image.new('RGB', (100, 100)))
b = LivePillowImage(Image.new('RGB', (100, 100)))
differ = LiveImageDiffer()
differ.compare(a, b)
What happened
It complained about the missing alpha channel.
/home/don
-
Updated
Nov 6, 2021 - C++
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."
There are some elements on the documentation page for
midi_mode
that are not rendered correctly.The fix would involve editing some of the lines of the following code section:
https://github.com/sonic-pi-net/sonic-pi/blob/81291453cddd52035817dfe2cb