-
Compare:
``` supercollider
{
var condAcc = Phasor.ar(start: 2, end: 8);
var condAccT = DelayN.ar(condAcc, 1, 0);
condAccT
}.plot(duration: 0.0005, discrete: true)
{
var condAcc …
Sciss updated
6 years ago
-
### Describe the bug
Steps to reproduce:
1. Generate a tone of 400 Hz sine wave (I have used this [generator](https://onlinetonegenerator.com/))
2. Convert it to flv using FFmpeg with PCM 16 LE enc…
-
**Describe the bug**
Audible aliasing artifacts above ~3kHz freq in all three waveforms of BLOsc
**To Reproduce**
```
{
BLOsc.ar(MouseX.kr(50, 5000, \exponential).poll, 0.5, 2) // also 0 and 1
…
-
This screenshot is take from ARCore hello_ar_java sample example.
![Screenshot_2019-05-31-23-37-53-498_com google ar core examples java helloar](https://user-images.githubusercontent.com/34411102/5…
ghost updated
5 years ago
-
I am using unity 2022.3.25.
ARCore Extension: 1.45
Once i place the anchor and go back click the Resolve button i am getting this error
![Screenshot 2024-08-30 at 3 09 33 PM](https://github.com/use…
-
So i was trying to create an augmented images app by dropping an anchor and rendering a 3-D model of a spaceship, over an image of a satellite.The logic was whenever the image was tracked , it would d…
-
Can someone please tell me, why 6 png images are expected by this test? Using `ffmpeg` is broken on my maschine because `ffmpeg` is deprecated and I only get two `data` events but if I change using `f…
-
Where would we download/get `UrhoSharp.ARCore`? Was trying to test the `ARCore` sample here, but I can't seem to restore the packages used. What I did is I re-created the project, the problem is I can…
-
Hello,
I'm trying to make a simple **geospatial** unity project on android but I'm having problems with a black screen.
I have suspicions that the cause of the black screen may be `EarthState.Erro…
-
I am trying to fit the parameters of a not-so-big discrete BN. I have tested it in [Netica](https://www.norsys.com/download.html) and the learning happens instantly. But with BayesNets.jl it took 30 h…