/TrebleMakerClientSynths

TrebleMakerClientSynths is a browser app that renders a midi feed with synths build ontop of the web-audio-api

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

TrebleMakerClientSynths

Build Status

TrebleMakerClientSynths is a browser app that renders a midi feed with synths build ontop of the web-audio-api


The system is composed of five related components:

  • Data Parser

  • Model Trainers

    • These SpringBoot Java apps are responsible for consuming the dataset and producing prediction models to be used by TrebleMakerCore & TrebleMakerApi. Currently there are two trainers, one dedicated to melodies and the other for chord progressions https://github.com/shiehn/chords-to-melody-generator
  • TrebleMakerApi

  • TrebleMakerCore

    • as the name suggests this SpringBoot Java app is the core component that assembles the MIDI and audio files. During the assembly of the files it will constantly call out to TrebleMakerApi with context asking for musical predictions https://github.com/shiehn/TrebleMaker.git
  • TrebleMakerRating

    • this Angular web GUI offers a way to 'rate' the generated audio files and decide which of files will be uploaded to TrebleMakerWeb
  • TrebleMakerWeb