karl yerkes
karl yerkes
if you want.
Thank you so much for this work. I have one of these chromebooks and I really want to use Arch on it. If you can look at this, I would...
macOS 10.14.6 miniAudicle 1.3.5.2 Changing the font within a given editor window works. However, choosing a new *default font* does not work. Preferences > Editing > Set Default Font... This...
OS: macOS Ventura 13.6 ARCH: Apple M1 (ARM64) The error: ``` git clone https://github.com/LancePutnam/Gamma cd Gamma make ... ./run.sh examples/synths/Vib.cpp ld: warning: ignoring file '/XXX/Gamma/external/lib_osx/libportaudio.a': fat file missing arch 'arm64',...
https://github.com/LancePutnam/Gamma/issues/62
> the actual limit for the data length, which is imposed by the underlying IPv4 protocol, is 65,507 bytes (65,535 − 8 byte UDP header − 20 byte IP header)
With this example code: ``` let drums; let follow; function setup() { createCanvas(windowWidth, windowHeight); drums = EDrums("x*o*x*o-"); follow = Follow(drums); } function draw() { background(follow.getValue() * 255); } ``` We...
We have already worked on this a bit. I thought I would start a record of the journey and a conversation. For many reasons, it would be nice to interact...
I'm on Windows 10. I've installed git, cmake, and visual studio using chocolatey: ``` choco install git -y choco install cmake -y --installargs 'ADD_CMAKE_TO_PATH=System' choco install visualstudio2017-workload-vctools -y --package-parameters "--includeRecommended"...