Share My Creation Another audioSpectrum control

The control is one of the RXcontrols from GitHub. There are many excellent controls in the project.
This is a video by the author introducing RXcontrols.



I only wrapped the audiospectrum control. If you are interested in other controls, you can also wrap them (MIT license)

1.png


The usage is very simple, with example and libraries attached.

Properties:
5.png



Features:

1. 6 Crest postition Styles
2.png


2. 5 presets of spectrum style
3.png


3. 3 kind of aligment
4.png


4. Customize spectruml styles
Customized spectrum styles can be used. how to customize, please contact the project author for help
Hope you enjoy it.
 

Attachments

  • ASExample.zip
    4.6 KB · Views: 60
  • libs.zip
    298.2 KB · Views: 60
Last edited:

thetrueman

Active Member
Thanks for this nice project but one issue is about Gauges library. I have installed all libraries in additional folder but getting error...

Missing jar file for library: xChartLite.xml
Missing jar file for library: xGauges.xml
Missing jar file for library: xGaugesRect.xml

Where can I find these Jar Files while I have searched the forum with no luck. Thanks.
 

klaus

Expert
Licensed User
Longtime User
Missing jar file for library: xChartLite.xml
Missing jar file for library: xGauges.xml
Missing jar file for library: xGaugesRect.xml

Where can I find these Jar Files while I have searched the forum with no luck. Thanks.
These libraries are b4xlib libraries.
As written in the threads for these libraries you should copy only the xxx.b4xlib files into the b4xlib folder.
The suggested additional libraries folder structure is explained HERE.
You should NOT copy the xxx.xml files into the additional library folder.
The xxx.xml files are intended only for help purposes if you use the B4X Help Viewer.
 
Top