Plucked note synthesis
note.pngJSL to synthesize a plucked string.
note.pngJSL to synthesize a plucked string.
JMP.pngA tiny framework for JMP to run another instance of JMP.
ADSR.pngADSR 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.
ZipCode.pngConvert GPS coordinates to ZIP Codes
Multiply.PNGfreq1 = 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 );
class.pngExamples of using JSL classes with and without subclassing.
graph.PNGUsing FFmpeg and RunProgram to build a MP4 video from JSL
Capture.PNGRounded corners made with Bezier curves, leaves made with overlapping octagons.
Capture0.pngGet JMP's recent file list from the Windows registry
Capture.PNGA visual DIFF utility in 36 lines of JSL
Capture1.PNG Draw a circle through three points.
NotCoatHanger.PNGCanny Filter, Nearest Neighbor, FFT, Sliders
CurrencyExchange.pngDownload Currency Exchange Rates using XML import
darth001500.pngExploring the dark side of the Mandelbrot set.
feed-icon.pngAn 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
nod.gifCan JMP load a 3D model from an OBJ file for Halloween?
Capture9.pngGet some GPS parameters from a PDF into a Data Table
earth.PNGExploring how to get the Simple Earth bitmap onto a sphere