Skip to content

Metronome – Java Source Code

Download images required for the metronome here. import java.awt.BorderLayout;import java.awt.Color;import java.awt.ComponentOrientation;import java.awt.Dimension;import java.awt.EventQueue;import java.awt.FlowLayout;import java.awt.Font;import java.awt.Graphics;import java.awt.Graphics2D;import java.awt.GridLayout;import java.awt.Rectangle;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.awt.event.KeyAdapter;import java.awt.event.KeyEvent;import java.awt.event.MouseAdapter;import java.awt.event.MouseEvent;import… Read More »Metronome – Java Source Code

Soundfont Tools

Here are three tools you might need while working with soundfonts sfZed : http://audio.clockbeat.com/sfZed.htmlThis tool can be used to edit SFZ files.  You can also… Read More »Soundfont Tools

Windows Utilities

Equivalent of Unix diff for Windows is the cmd FC <file1> <file2>.   FC can also be used on binary files.

DNS Propagation Status

DNS propagation status can be checked on https://www.whatsmydns.net/