karl yerkes

Results 23 comments of karl yerkes

I think that this might be expected behaviour. For a geometrically perfect sawtooth you would expect no DC and strict limits on (-1, 1). Of course, those sound awful. However,...

I see that there are a couple closed issues regarding checksums not matching. I will skip the checksums and focus on the kernel build error instead.

It seems that the latest ArchLinuxARM uses gcc10 and that does not build this old kernel. I think this old kernel is patched for 5 and 6, but not 10....

> The thread may not have sufficient stack space to keep it on the stack. ... Or allocated on the heap. The buffer _is_ allocated on the heap. Here's the...

Thank you for your reply @marcel303. After looking more closely at this repo, I think it is dead. Perhaps Ross no longer bothers with it? Is there a way to...

Also, a compile error on macOS 13.6 / Apple M1. ``` examples/synthesis/pluckedString.cpp:51:10: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing] pluck2{scl::freq("g5")}, ```

Yes.. http://gruntthepeon.free.fr/oscpkt/ But, but lot of examples would change. On Mon, Jun 6, 2022, 18:37 Keehong Youn ***@***.***> wrote: > Yes, using al_Socket for networking and using smaller one to...

Graham turned me on to it years ago. I use it frequently, but I have not stress-tested it. Retain the stream operator? Noooooooo... ;) On Mon, Jun 6, 2022, 22:10...

I can also report that this opens a window and draws a red background: ``` cd path/to/allolib cling -std=c++14 ****************** CLING ****************** * Type C++ code and press enter to...

cling is at the heart of CERN's data analysis framework, ROOT: . ROOT is sort of like the Python Notebook stack or MATLAB, but the underlying language is C++. I...