Joshua Olson

Results 28 comments of Joshua Olson

@zippy The whitepaper link is broken - use https://promether.com/docs/Promether-Whitepaper.pdf

Yes, and it probably used PortAudio which is available on Linux and Windows too. Unrelated to this 'issue', are you aware of [Terra](https://github.com/zdevito/terra)? It's like a compiled gc-free Lua with...

The [age](https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2/_history) or learning Jack for the first time? I asked the mailing list.

There's plenty of [Alsa midi code](https://github.com/jackaudio/jack2/search?utf8=%E2%9C%93&q=midi+alsa&type=Code), but that still leaves the questions of - Has builtin support for >1 soundcard on Linux - Supports metadata API for Jack2, and any...

Will Jack2 get a version bump or is it rolling release at this point? If I understand, Jack1 is more important because once it's 'complete' Jack3 discussion will start. Also,...

Would this make sense on other conditional Zig operators?

Upon submitting my new user information, `http://wiki.squirrel-lang.org/mainsite/Wiki/RegisterUser.aspx` shows: ``` Server Error in '/mainsite/Wiki' Application. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was...

Specifically, https://github.com/pierrec/js-cuint/blob/b93425a8f1b98bab8e357cede34ed491125c0d8b/lib/uint64.js#L85-L93 Workarounds: ``` const UINT64 = require("cuint").UINT64 const fromNumber64 = n => UINT64(n % 4294967296, Math.floor(n / 4294967296)) const n64 = fromNumber64(4807549482) // n64.toString(/* 10 */) == "4807549482" const...