JVM | Platform | Status |
---|---|---|
OpenJDK (Temurin) Current | Linux | |
OpenJDK (Temurin) LTS | Linux | |
OpenJDK (Temurin) Current | Windows | |
OpenJDK (Temurin) LTS | Windows |
A JavaFX component for rendering waveforms.
- Render waveforms in realtime.
- Zoom and scroll waveforms.
- Written in pure Java 21.
- OSGi-ready
- JPMS-ready
- ISC license.
Add a WaveView
to your JavaFX layouts. Implement the WaveModelType
interface
to allow the application to sample waveforms.
A demo application is included.