Compliant and Reliable File Transfers Backed by Top Security Certifications
Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.
Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
Start Free Trial
Train ML Models With SQL You Already Know
BigQuery automates data prep, analysis, and predictions with built-in AI assistance.
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
music composition and notation software, audio to midi converter
The Jniz project is stopped. The new Web version is now JnizWeb hosted on Gitlab (under construction):
https://gitlab.com/jniz70/jnizweb/
Demo: https://jniz70.gitlab.io/jnizweb/
Jniz is a piece of software designed for musicians as a support tool to the musical composition.
It allows you to build and to harmonize several voices according to the rules of classical harmony.
Sound/audio-to-Midi converter: real-time conversion of any monophonic sound (voice, instrument etc.) into...
It allows you to use JFugue-2.1 API to program music on MIDP 2.0, CLDC 1.1 compatible mobile devices.
It's easy to use, like this code to play C-major scale:
Player player = new Player();
player.play("C D E F G A B");
It's all based on JFugue-2.1 sources, so go to http://www.jfugue.org for more information.
Java software for the generation of pseudo-random music (currently midi only) based on various input parameters (BPM, Key, Scale/Mode, etc) and voice leading algorithms.