Other Subscribe to B4J library updates

stevel05

Expert
Licensed User
Longtime User
[B4j] Javax Midi Lib

Update to V 1.4
  • Added TransposeTrack2 to MidiUtils which allows ignoring transpose on certain midi channels.
  • Fixed bug in MidiSynthesizer GetLoadedInstruments
 

stevel05

Expert
Licensed User
Longtime User
[B4j] Javax Midi Lib

Update to V 1.5 - Breaking Change (If accessing text events)
  • Added ChrSet where needed to allow use of different character encoding for text events in a midifile.
  • Added VirtualMachinArgs and PackagerProperty to the example project as required to create a package on Java9+ (Uncomment the 2 lines)
 

stevel05

Expert
Licensed User
Longtime User
[B4j] Javax Midi Lib

Update to V 1.6 - Breaking Change (if using a transmitter listener)
  • Amended MidiData_Event in MidiTransmitter class to return a MidiMessage instead of MidiShortMessage. See this post Sub Trans_Received for modifications required
 

stevel05

Expert
Licensed User
Longtime User
jAudioTrack2

Replacement for the jAudioTrack library. Play to specific device.
 

stevel05

Expert
Licensed User
Longtime User
jAudioTrack2

Update to V0.11
  • Added NewAudioInputStreamFromBytes to jAudioTrack2_Utils to play from bytes array.
  • Added new demo app jAudioRecAndPlay (Requires jAudioRecord2 library)
 

stevel05

Expert
Licensed User
Longtime User

[B4j] CmdTwain Wrapper


Update to V 0.11
  • Tidied debug logging.
  • Changed Get/SetDPI to accept strings

New demo
Simple Gui CustomView example as a separate b4xlib and demo app. CmdTwainCV-b4xlib / CmdTwainCV-test
 

stevel05

Expert
Licensed User
Longtime User

[B4j] CmdTwain Wrapper


Demo update
V0.12 - 12 Aug 2022
  • Tidied Debug logging
  • Renamed layout files to lowercase
  • Save Path to CmdTwain executable if changed
  • Added Custom dpi option and field
  • Added Scan EventListener (Start,Fail,Complete)

Download CmdTwainCV-b4xlib and CmdTwainCV-test.zip
 
Last edited:

Mashiane

Expert
Licensed User
Longtime User
Version 7.35 Maintenance is available.

For Newbies, download all Additional Libraries (Extract in your Additional Libraries Folder) / Follow instructions to install from Github.

BVAD3

The BVAD3 library has been split between Full and Core

Full
- this can be locally hosted or CDN. This version includes all plugins.
Core - this can be locally hosted or via CDN. This version excludes all plugins.

CDN version will require a constant internet connection to work whilst others don't.

Existing users, download

Full BVAD3 or Full BVAD3 CDN OR
Full BVAD3 Core or Full BVAD3 Core CDN

BVAD3 Builder

This web app helps you tree-shake you app by only extracting only the used classes, css & js files used on your final package. Use this tool just when you are fished coding and are to publish your final version of the app.

As this needs PHP to work properly, you will have to run it on you dev webserver. Get this here.

BVAD3 VFlexDialog Builder

This web app helps you generate the source code for your VFlexDialogs. Examples of how a functional VFlexDialog already exists in the Kitchen Sink WebApp.

You can run this directly from Netlify. The repo for the running source code is available from Github

PS: The Kitchen Sink WebApp showcases all the working examples of this library. Whilst its better to host and run this locally, you can explore it from Netlify.

Happy BVAD3 Coding.
 

stevel05

Expert
Licensed User
Longtime User
jAudioTrack2
Update to V0.13
  • Updated WavRandomAccessFile to access LIST data chunks within the Wav file. Useful for getting the List Info chunk if there is one.
 
Top