takyano

Results 9 comments of takyano

Is this Git changing line endings on Windows again? https://github.com/processing/p5.js-website/issues/430#issuecomment-474461235

Would it be better in /src/data/reference? The example assets are stored in /src/data/examples . Then remove the duplicate set in /src/offline-reference .

I am seeing this on Windows 10, under Google Chrome Version 72.0.3626.121 (Official Build) (64-bit)

What auto-save option?

Edge doesn't have the jumping page problem. Microsoft Edge 44.17763.1.0

Google Chrome Version 73.0.3683.75 (Official Build) (64-bit) Turned off all extensions and restarted Chrome. If I open the Keyboard page from the Examples page into the same tab, I get...

Tried editing a example page on Firefox 66.0.3(64-bit) under Windows 10 and the pages jumps up like under Google Chrome.

@limzykenneth The Ace Editor libraries are out of date. I built the website and replaced the /assets/js/vendor/ace and /assets/js/vendor/ace-nc folders with a more recent version of the ace libraries. This...

from [ValleyRackFree](https://github.com/ValleyAudio/ValleyRackFree/tree/main)/[src](https://github.com/ValleyAudio/ValleyRackFree/tree/main/src)/[Dexter](https://github.com/ValleyAudio/ValleyRackFree/tree/main/src/Dexter) /DexterCore.cpp ``` void DexterCore::doAlgorithm2() { // // [2]-->[1]-->+-->[0]--> out // [3]-->| // auto op3Out = _mm_mul_ps(_op[3].getOutput(), __op3FeedbackDepth); _op[3].__inputPhase = _mm_mul_ps(op3Out, _mm_set1_ps(2.5f)); _op[1].__inputPhase = _mm_mul_ps(__opOut[2], _mm_set1_ps(2.5f)); _op[0].__inputPhase = _mm_mul_ps(_mm_add_ps(__opOut[2],...