Skip to content

crylent/cryboard

Repository files navigation

Android MIDI Keyboard

About

My largest project, MIDI Keyboard application for Android. Many features that I have already implemented and even more are planned. This application is based on my own library responsible for producing sound.

Features

  • 36 built-in instruments
  • Creation of new instruments by stacking sine, triangle, sawtooth and square oscillators
  • ADSR envelope adjustment
  • 8 tracks
  • Recording and playback
  • Metronome
  • Octave switch
  • Projects can be saved and reopened
  • Projects can be exported as .prj (cryboard project), .mid (MIDI file) or .wav (audio file)
  • Can open and import external .prj and .mid files

Screenshots

Main Screen

main

Instrument Selection & ADSR Adjustment

instruments

Creating a Custom Instrument

create_instrument

Synth Instrument and Oscillators

synth_instrument

Save or Export Project

save

Open Project

open

The project is frequently updated, so some screenshots may not match current version of the program.