Results 122 comments of Sciss

Hi there. I am definitely interested in advancing the Scala port. I had no problems compling the libsvm C library, and ran the examples from the user guide, so that...

Ok, thanks. I will have to figure out how to best fork/merge etc. Since I already created the new_version branch, perhaps that can even be added without fuss. I had...

Looking at your code and the C base, I can see some subtle differences. For example `Solver::select_working_set` ends with a check `Gmax+Gmax2 < eps`, while your code comes to `maxGrad...

No problem, I also prefer DRY, I just wanted to make sure I'm not looking at a different code base than you. I won't have much time to keep looking...

It seems the problem is the way sbt-idea itself overrides the classifier resolution: If I run `gen-idea no-classifiers`, I can create a run configuration in IntelliJ IDEA that _does_ work...

( As a side note, I recently used `/b_setn` and `/b_getn` for shuffling real-time sound (48 kHz) around, and because I vaguely saw the 8K, I chunked that into 1608...

If I add `-DCMAKE_BUILD_TYPE=Release`, it _seems_ to start, but nothing happens after the splash screen. Also `--version` and `--help` do not work with release-build. No idea what's going on. __Edit:__...

@BenBE here is my output: ``` $ gdb ./audacity GNU gdb (Debian 8.2.1-2+b3) 8.2.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This...

~Hi, thanks for ping back. I'm trying a fresh build from HEAD, but now I'm stuck installing wxWidgets - on Debian 10 (haven't had time yet to upgrade to 11)....

Seems libjack0 is mutually exclusive with jack2 ?? (which is the standard package for most jack based applications AFAIK)