example-sk

Results 26 comments of example-sk

Done. Please try the new version: https://github.com/example-sk/audvis/releases/tag/4.9.0 ![image](https://github.com/example-sk/audvis/assets/78019610/20c55b81-350b-4360-b667-d27cfd491544)

I guess the problem is with ch="0". Try ch=0

Not yet. I will add a new parameter, probably midi_control=... (similar to midi_note=...)

> It took me some time to find the correct combination of paths, so use this just as an inspiration. It's possible you will need to find the experiment with...

> Thank you very much. Do you think the integration of sliders and knobs is something doable in near future? It's almost done :) You can test it: [audvis-5.0.0.zip](https://github.com/example-sk/audvis/files/14851574/audvis-5.0.0.zip)

Example driver: `audvis(midi_control=83)` You can obtain the number of your knobs with the "Debug Realtime Midi Messages" button.

- webcam - I'm limited by Blender's python api. Setting bpy.types.Image.pixels is the only way how to directly put image data into memory, but it's incredibly slow (at least it...

@centomila please, take a [look into console](https://docs.blender.org/manual/en/latest/advanced/command_line/launch/windows.html) (Toggle System Console) if there is any info

@centomila please, try it again and look if there is something else in the very beginning. This error message is just saying that you have empty list of available devices....

@centomila > [blender error log.txt](https://github.com/example-sk/audvis/files/14911788/blender.error.log.txt) I'm almost sure the key error message is: [RuntimeError: Dynamic linking causes SDL downgrade! (compiled with version 2.28.3, linked to 2.28.2) ](https://www.google.com/search?q=RuntimeError%3A+Dynamic+linking+causes+SDL+downgrade!) My first guess...