keijiro / KlakLasp

An extension for the Klak Wiring system to create audio reactive behaviors.
MIT License
162 stars 23 forks source link

"Lasp.bundle is damaged, you should move it to the bin" #5

Open rajshekarreddy97 opened 4 years ago

rajshekarreddy97 commented 4 years ago

I'm using Unity 2019.3, and I get this error when I click on Play.

keijiro commented 4 years ago

KlakLasp isn't actively maintained any more, so something might be broken or deprecated.

I'd recommend using LASP v2 instead. You can do most of the things without the help of Klak.

https://github.com/keijiro/Lasp

rajshekarreddy97 commented 4 years ago

Okay thank you!

pigubaoza commented 4 years ago

Hi @keijiro I see that you have multiple libraries on GitHub for audio reactive visuals, Lasp, KlakLasp, and Reaktion. I tried to install Klak, Lasp, and KlakLasp, but ran into an error. I also saw above that you have stopped maintaining KlakLasp. Would you recommend the current workflow for audio reactive visuals to be using only LaspV2? or would it be Reacktion? Are there other libraries you would recommend to add to the workflow?

keijiro commented 4 years ago

@pigubaoza It depends on the case, but you can see my latest workflow in the Khoreo project. It uses both MIDI (Minis) input, audio input (LASP v2), and very basic controller scripts (see Assets/Khoreo/Controller).

https://github.com/keijiro/Khoreo