Questions tagged [visualizer]
255 questions
30
votes
5 answers
HTML5 Audio Visualizer?
Is there such a player? I'm looking into making one purely out of JavaScript. Something like http://www.nihilogic.dk/labs/pocket_full_of_html5/ but randomly all mashed together?
What are your thoughts?

NickKampe
- 960
- 3
- 14
- 25
26
votes
12 answers
Show Visualizers Error "could not load this custom viewer"
When I try to inspect DataSet by standard DataSet visualizer I see this error "could not load this custom viewer".
I wrote simple dataset visualizer, but error throws anyway too.
On other computers with the same configuration visualizer show…

LionSoft
- 1,469
- 2
- 15
- 20
24
votes
2 answers
Visualize gRPC and Protocol Buffers
We are close to 100 .proto files, where every may define around 10 IDL structures (like service or message).
Is there a way to visualize of of them, including references (from one file to other). For example similar to UML class diagram.
Possibly…

Paul Verest
- 60,022
- 51
- 208
- 332
23
votes
3 answers
How to write a custom native visualizer DLL for Visual Studio 2012 debugger?
What is needed to write a custom native visualizer DLL in C++ for Visual Studio 2012 debugger? I want to display a value that can only be calculated from a class/struct on-demand hence a native visualizer DLL is required. Visual Studio 2012 uses a…

BSalita
- 8,420
- 10
- 51
- 68
15
votes
2 answers
Android 2.3 Visualizer - Trouble understanding getFft()
First time here so sorry in advance for any butchered formatting.
So I am completely new to DSP so I have only a very general understanding of the Fourier Transform. I am trying to build a visualizer app for Android SDK 9, which includes a…

ebolyen
- 956
- 2
- 10
- 25
15
votes
3 answers
Visual Studio 2015 DataTable/DataSet Visualizer crashes IDE
Whenever I try to open the DataTable or DataSet Visualizer it crashes the IDE.
I tried the various command-line switches to reset everything, started in /SafeMode and undertook a repair of VS.
Nothing has helped so far.
As far as I can tell it's…

Bob
- 155
- 2
- 9
15
votes
4 answers
Is there an Expression Tree Visualizer for VS 2012?
Is there an Expression Tree Visualizer for VS 2012? Have had a search but have found the VS 2008 popping up all over the place, and the new VS 2012 doesn't have a Visualizers folder in the installation directory. Or, am I missing something that I…

Neil Knight
- 47,437
- 25
- 129
- 188
14
votes
3 answers
How to do Visualizer while recording audio in android
I know Visualizer to show some wave while playing audio using android Media Player.
But i want to show Visualizer while recording audio means while recording i want to show linear wave which changes based on user voice beat.
Is it possible to do in…

koti
- 3,681
- 5
- 34
- 58
13
votes
7 answers
JSON viewer for browsing APIs
Does anyone have any recommendations for applications or browser plugins that make browsing and visualizing JSON APIs easy. Please support your answer with a reference or link to the application you recommend.

Myster
- 17,704
- 13
- 64
- 93
12
votes
2 answers
LINQ to SQL visualizer for VS 2010?
I am trying to find a LINQ to SQL visualizer for Visual Studio 2010.
Anybody know of one somewhere?
When i was using vs 2008 i used this one.
But with vs 2010 it does not work.
I tried this one, but it didn't work either!
Is there a visual studio…

Cédric Boivin
- 10,854
- 13
- 57
- 98
11
votes
4 answers
Accessing the Body of a Function with Lua
I'm going back to the basics here but in Lua, you can define a table like so:
myTable = {}
myTable [1] = 12
Printing the table reference itself brings back a pointer to it. To access its elements you need to specify an index (i.e. exactly like you…
user29053
11
votes
2 answers
Are There Yacc Grammar Debuggers?
I've been helping augment a twenty-some year old proprietary language within my company. It is a large, Turing-complete language. Translating it to another grammar regime (such as Antlr) is not an option (I don't get to decide this).
For the most…

Don Wakefield
- 8,693
- 3
- 36
- 54
10
votes
2 answers
Why is the dictionary debug visualizer less useful in Visual Studio 2010 for Silverlight debugging?
I was debugging in Visual Studio 2010, which we just installed and trying to look at a dictionary in the quick watch window. I see Keys and Values, but drilling into those shows the Count and Non-Public members, Non-Public members continues the…

AlignedDev
- 8,102
- 9
- 56
- 91
9
votes
1 answer
android.media.audiofx.Visualizer throwing exception every other time
I'm making a Live Wallpaper for Android 2.3.3 and it used the Visualizer class. I've already got a working version of my Visualizer program working as a stand alone but when I place the code into a Live Wallpaper service, my problem begins. The…

Foggzie
- 9,691
- 1
- 31
- 48
9
votes
1 answer
Visualized expression in custom data visualizer
When I choose one of the built-in visualizers:
I can see the original expression being visualized:
How can I get this information from within my own custom visualizer?
I've looked through the API reference, without finding anything.
(If you…

Zev Spitz
- 13,950
- 6
- 64
- 136