libvisual icon indicating copy to clipboard operation
libvisual copied to clipboard

Libvisual Audio Visualization

Results 53 libvisual issues
Sort by recently updated
recently updated
newest added

lv-analyzer plots the frequency spectrum in a bar graph and a bit hard to love at the moment (#207). For me, it's been relegated to a sort of visual debugger...

enhancement

Hi! It seems that some of the plugins (in particular actors) are currently not (or not fully) integrated with the build system on `0.4.x`, and hence not being built at...

http://www.logarithmic.net/pfh/synaesthesia oldskool from XMMS ;-).

enhancement
plugin port
bitesized

Executable and MIT-licensed source code: http://26elf.at/musicviz/ Marcel (the author) has indicated that while he doesn't have time to do the actual porting, he can answer any questions regarding the code.

plugin port
bitesized

Hi! :wave: I ran into this segfault two days ago. I'm not sure how to reproduce it yet. AddressSanitizer said this: ``` [..] Switching to actor 'corona'... AddressSanitizer:DEADLYSIGNAL ================================================================= ==102688==ERROR:...

bug
help wanted

The upload() implementation of the various input plugins have subtly different and inconsistent characteristics that can cause synchronisation problems. The current rendering logic (in LV::Bin) behaves best when: 1. upload()...

critical

Hi, I'd like to use libvisual to render visualization to a texture buffer, is there an example or can anyone show how we can achieve this ?

SDL 2.0 is mature and has been released for close to 10 years now. It is time to port `lv-tool` to it. It is _not_ backwards compatible. Migration guide is...

enhancement

CONTRIBUTING.md and possibly an issue template could be good. I had a really brief look at a few and most are much longer than needed for a project with this...

enhancement
documentation
bitesized

`LV::Time::now()` currently uses platform-specific implementations for its high resolution clock. Port it to use C++11's `std::chrono::high_resolution_clock` instead. It has a nicer interface and has better portability. Caveat: VS2012's implementation does...

enhancement
bitesized