Sciss
Sciss
hi there; I noticed there was an older thread on SF about this, but I can't find any follow-ups. Is your library available from Maven Central or other Maven repository?
Something is not good with the name scoping: ``` object Foo { case class Bar(i: Int, s: String) } object Test { val f: Format[Foo.Bar] = Json.format[Foo.Bar] } ``` This...
I think it would be great if the library not just handled case classes, but also sealed traits whose direct sub classes are case classes. My use case is in...
I'm trying to open an HID using the latest (snapshot) version of hid4java. This works, as long as I run via `sudo`; but after `.open` I am expecting some packages...
Hi there. Thanks for making this project available. Can I use it to get the actual editing steps ("edit path") involved? For example, say I load from the example the...
addresses #56 again.
This suite produces the following exceptions: ``` Reporter completed abruptly with an exception after receiving event: TestStarting(Ordinal(0, 518),JavaAPITests,scala.concurrent.stm.JavaAPITests,Some(scala.concurrent.stm.JavaAPITests),atomicWithCallable,atomicWithCallable,Some(MotionToSuppress),Some(TopOfMethod(scala.concurrent.stm.JavaAPITests,public void scala.concurrent.stm.JavaAPITests.atomicWithCallable())),None,None,pool-6-thread-7,1521041705624). java.util.NoSuchElementException: key not found: scala.concurrent.stm.JavaAPITests at scala.collection.MapLike.default(MapLike.scala:232) at scala.collection.MapLike.default$(MapLike.scala:231) at...
Hi there. Already running into the next problem: ``` $ python3 Python 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more...
License
Hello. What is the license for the code in this project?
When the fft size is not a power of two, say 48, then doing the inverse 1D FFT produces a vector that has twice the expected amplitude.