Skip to content

Microtuner application that allows tuning musical keyboards and synthesizers in real-time for playing music with microtones. It is built as a stand-alone multi-platform desktop application.

License

Notifications You must be signed in to change notification settings

calinburloiu/microtonalist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WORK IN PROGRESS!

Microtonalist is a microtuner application that allows tuning musical keyboards and synthesizers in real-time for playing music with microtones. It is build as a stand-alone multi-platform desktop application that runs on JVM.

Engineering

Modules

The application is composed of the following modules:

  • app with package org.calinburloiu.music.microtuner: assembles all modules into an application with GUI.
  • cli with package org.calinburloiu.music.microtuner.cli: command line tool application with various utilities.
  • ui with package org.calinburloiu.music.microtuner.ui: application UI, mainly GUI, but can also contain some TUI assets.
  • sync with package org.calinburloiu.music.microtuner.sync: module responsible for synchronizing the data between other modules. Currently, it contains assets for Guava EventBus communication.
  • core with package org.calinburloiu.music.microtuner.core: domain model of the application around which other modules revolve.
  • tuner with package org.calinburloiu.music.microtuner.tuner: module responsible to tune output instruments by using standard Java MIDI library.
  • format with package org.calinburloiu.music.microtuner.format: module responsible for reading / writing compositions and other things related to a musical composition to persistence storage. Right now, only files are supported by using JSON and Scala application formats, but in the future we might support cloud storage. Application configuration is handled in app module via HOCON files.

Other reusable libraries, not specifically related to the application, are also defined as modules:

  • intonation with package org.calinburloiu.music.intonation: Assets for handling microtonal intervals.
  • sc-midi with package org.calinburloiu.music.scmidi: Scala utility / wrappers over standard Java MIDI library to provide a more idiomatic usage in Scala.

Configuration

The application is configured via HOCON configuration file stored in a standard location based on the operation system. On Mac the location is ~/.microtonalist/microtonalist.conf.

About

Microtuner application that allows tuning musical keyboards and synthesizers in real-time for playing music with microtones. It is built as a stand-alone multi-platform desktop application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published