@ustk yeah, I was thinking about that as well...
clumsybear
@clumsybear
Posts made by clumsybear
-
Custom User Samples
Is it possible to configure a UI panel on which the user can drag and drop custom/their own samples?
-
RE: Lottie animation controlling parameters?
@briandoliveira I also thought about using Lottie animations as UI elements. Learning to draw paths in a creative way seems like the way to go
-
RE: Drawing Sine Waves
Yeah @ustk the sinevibes plugins have awesome visualisations. I'm still learning to draw by code, so the sinevibes are great examples. And the devs are real dsp wizards
-
RE: Drawing Sine Waves
@Christoph-Hart man, that's great
Just checked out the snippet. I'm struggling to understand where exactly you implemented the windowing function.Also how would I use another shape than the half sine, for example an ellipse or something else?
-
Drawing Sine Waves
Is it possible to replicate this effect in HISE by drawing paths?I imagine drawing a sine wave, gain ramping it and windowing it with half of another sine wave.
That would be the graph function:
https://www.desmos.com/calculator/xczldg6zit -
RE: More questions about RawTest
Yes, I ran into some build errors with both projects. I‘ll post more details later when I‘m back at machine.
-
More questions about RawTest
Re: Questions about RawTest example
What is the current state of HISE's extensibility to be used as a project management tool?
I am particularly interested in creating Lottie based GUIs with HISE and using them to control custom parameters of already developed c++ dsp in JUCE.
Can we use the latest scriptnode build to try the RawTest project? @Christoph-Hart
-
RE: What's your vector UI design workflow?
Well, I have to wrap my head around the scriptnode API, but I thought about it. However I‘m still a beginner at C++ and learning JUCE, so it will take some time