Lukas Satin

Results 155 comments of Lukas Satin

Yes, I work on a commit before 3.0 to make it compatible. So I am on 2.9 and your revision f0c37e1dc24923a02c7793df8a292921db4b46cb. I found Ionic Youtube video tutorial using your Chart.js...

Hi, interesting. I'm using GRT in Java via OSC. But am experimenting with Node.js now. What other languages do you mean just for information :-) ?

Yeah, one possibility would be to use existing OSC (OpenSoundControl protocol) from GRT Processing demo. The advantage of this approach is that it uses network UDP communication protocol and therefore...

FFT works for me. Maybe you have to set something like CutOff threshold (music terminology) for HighPass or try to send different values for the input. And it works per...

Hi Nick, I'm working on configurable 3D UI in Unity (Win, Mac, Lin, Android, iOS) with possibility to daisychain pipelines & load trained data. In future maybe also record your...

The matrixdouble feed thing is only during recording, right? Because with live data you feed it sample by sample realtime. I'm making my own hardware and I have experience with...

@JairoJs ...for static gestures you use Classification algorithm like ANBC. For dynamic gestures that are changing over time, you use Timeseries algorithm like DTW. Of course there can be a...

@azarus regarding the buffering of 1-2 sec data...isn't GRT doing this internally? For DTW you have Timeseries data class. Therefore it's not just one vector, it's array of vectors. Using...