Audio Note in an Envelope
ADSR envelopes, FM (or PM?) synthesis, spline curve
ADSR envelopes, FM (or PM?) synthesis, spline curve
A thin wrapper around JMP's graphics functions to make pretty pictures.A thin wrapper around JMP's graphics functions to make pretty pictures.
Convert GPS coordinates to ZIP Codes
freq1 = New Object( Sin( .1, 1 ) );
freq2 = New Object( Sin( 2 * Pi() / n, 1 ) );
prod = New Object( Multiply( freq1, freq2 ) );
gr( ctr(), prod, "multiply", n + 1 );
Examples of using JSL classes with and without subclassing.
Using FFmpeg and RunProgram to build a MP4 video from JSL
Rounded corners made with Bezier curves, leaves made with overlapping octagons.
Get JMP's recent file list from the Windows registry
Download Currency Exchange Rates using XML import
Exploring the dark side of the Mandelbrot set.
An RSS feed downloads an XML table you can open with JSL.
https://www.mythtv.org/wiki/LogoCleaning up a MythTV database with JMP and SQL
Can JMP load a 3D model from an OBJ file for Halloween?
Get some GPS parameters from a PDF into a Data Table
Exploring how to get the Simple Earth bitmap onto a sphere
Can JMP take a picture with a Raspberry Pi camera?
Select a range of dates with a pair of Calendar Boxes.