松浦 知也 Matsuura Tomoya
松浦 知也 Matsuura Tomoya
Hi. came from a refered thread. This is a log when I tried with --verbose. This seems there's no `/usr/local/opt/qt@4/src` folder in installed qt4. ```sh ==> cmake -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/[email protected]/1.2.4...
Any updates on this? Maybe related issues, the code which uses `ef.transpose` function causes crash on Windows. ``` import("stdfaust.lib"); s = hslider("pitchshift",0,-12,+12,0.1); process = ef.transpose(1000, 1000, s)
one sample delay(`mem()`) is implemented at eef6f3558bcbef548e0fd1924ebf0794d75e80de .
Did you commit your built html files on your remote repo? Github Pages does not support the build process of static site generator other than Jekyll so you need to...
I just made a template repo based on @Woyten 's implementation and [rustwasm's template](https://github.com/rustwasm/rust-webpack-template/tree/master/template). https://github.com/tomoyanonymous/nannou-web-template It's working nicely both on the native app and the latest version of Chrome without...
"Crossed O”-solution looks nice for me too. Using a special symbol for phase inversion is indeed useful(e.g. it makes it easier to read the diagram of `zita_rev`) but I was...
Hi Valia, thanks for reporting this. (In the first place, the attribute `@use_rtsp 0` is kept for backward compatibility and not well maintained: it's basically unstable.) You cannot simply receive...
Or, If you want to just receive the stream and play it back to a speaker on RasPi: use RTSP! change the attributes of the object to ``` mc.rtpsend~ @port...
Which OS are you working on now for what version of Max? (Currently, I have not tested on Big Sur.) Also, check your signal vector size on Audio Settings. The...
Hmm... Could you check actual packets sent/received with Wireshark or something? RTSP uses 2 or more network ports when you specified 30000 in Max: 30000 to RTSP handshake and other...