Giter VIP home page Giter VIP logo

rectonote's Introduction

Rectonote

Abstract

      RectoNote is an Android application that can jot song ideas by using voice recording converted into melody and chord progression tracks in MIDI. The tracks are stored in projects and can be played.

      The users of this application are the artists, producers, and composers who do not have experienced in music theory or take much time to translate ideas into songs. The application is developed using Android Studio in Kotlin and C++.

      The systems inside include voice to tracks conversion, database system, and tracks playback. Voice to tracks conversion contains voice activity detection, pitch detection and chord prediction, and melody/chord arrangement algorithm. The fast fourier transform library, FFTW, is involved in this conversion system. Projects and track data are stored in a database system by using Room Persistent Library. Track’s playback system uses FluidSynth synthesizer API with the transformation of tracks into MIDI message.

Code Highlight

C++ (developed under std/C++17)

Kotlin

Why RectoNote?

Idea of a song has tricky way to jot it.

  • Voice recording
  • Jot in music sheet
  • Write MIDI pattern into music creating software

Translate ideas into song tracks requires experience to make it fast. Sometimes good ideas are forgotten because transcribe process take too much time. RectoNote will solve this kind of problem

Tools and Technologies

  • Android Studio
    • Written in Kotlin and C++ (with Native Development Kit: NDK)
  • FFTW: Fast Fourier Transform Library
  • Lauszus/fftw3-android: Compile FFTW into android
  • FluidSynth: Synthesizer API
  • Klaxon: Manipulate JSON in Kotlin
  • Unit Test: Mockito and JUnit

Inside RectoNote

Picture3

  • User interfaces is captured on real application.

rectonote's People

Contributors

tharamac avatar

Stargazers

L# avatar

Watchers

James Cloos avatar  avatar

Forkers

lei540352

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.