Haha the easter bunny has delivered.
-
what the heck is a Loris?
-
-
@d-healey i shall resub when I'm not MC Hammer-broke ;)
i assume there's already someone out there way smarter than me working on a differentiable version of this...
-
@iamlamprey Oh sorry, didn't realise you weren't subscribed. The video will probably be public in a couple of weeks.
Basically Loris is a tool for dismantling audio files into individual sine-waves, fiddling about with them, and then putting them back together.
And what Christoph has done is use it to create what is essentially a harmonic editor.
This kind of thing:
https://www.youtube.com/watch?v=TSqx_zZKlLk -
@d-healey Aah, keymap, the glory days. What a shame what Apple did to this software...
-
@Christoph-Hart Fortunately it was never something I used and didn't become dependent on for my workflow. I know some developers still keep some really old Mac hardware around just for this one tool. But this feature always seemed cool to me.
-
@Christoph-Hart can i steal this LAF? good lord it's beautiful
-
@Christoph-Hart It crashes on mac with a mouseUp in the upper previewPanel so I changed this
Engine.playBuffer("", "", 0.0);
into this
Engine.playBuffer([], "", 0.0);
-
@ustk Intel or M1?
@Christoph-Hart said in Haha the easter bunny has delivered.:
I also got the crash on Windows, but on macOS it's not crashing for some reason... I'll debug it later, but it looks like an easy fix.
Can you also make the export work? :D
-
@d-healey Intel... If the export is meant to be the save button then it apparently isn't linked to anything...
-
@ustk Yeah that's the button (discussed a bit further up this thread). Christoph is planning a batch processing feature and the toolkit at the moment is quite barebones.
-
@d-healey Yeah I was just playing a wee bit :)
ATM I don't really see many use cases for me anyway if it can't be real-time, but we'll see when it's ready...EDIT: except if it can extract the data, like the harmonics!
-
@ustk Even if it did work realtime it would only be suitable for GPL projects.
-
@d-healey Yeah, unfortunately. But I am very interested in a way to extract the harmonic dataset from a non-real-time sound
-
But I am very interested in a way to extract the harmonic dataset from a non-real-time sound
You might like this program (not open source) https://www.klingbeil.com/spear/
-
@d-healey Please, Dave, stop finding more tools, I can't follow anymore
Thank you I'm checking this! But in the end, I need a Hise-embedded solution for analysing input recordings (non real-time) -
@ustk said in Haha the easter bunny has delivered.:
But in the end, I need a Hise-embedded solution for analysing input recordings (non real-time)
For use in HISE or in your compiled projects?
-
@d-healey Compiled project.
Since the sampler's sample editor can show the partials already, the analysis might not be far from being ported as an API, or even is already possible and I don't know... -
@ustk In the end I just want a list of partials, let say the first 8th ones, and their level... Like for additive synthesis but it's not what I plan to do.
-
Compiled project
Since Loris is GPL it can only be embedded in a GPL project so you might be out of luck.