Home

Awesome

Scribe

Scribe is a monophonic, open source, midi conversion VST built with JUCE.

Quick Start and Tips

How it works

Scribe has a very simple design. The primary logic that makes it work is contained in the DCT.h and DCT.cpp files. DCT stands for Discrete Customized Transform--borrowing from the Discrete Fourier Transform.

The Fourier Transform and its derivatives are bound by sample rate and an analysis window which give a fixed frequency resolution. As a consequence, to get a resolution of one hertz with something like a DFT or FFT would require a window of 44100 samples.

Scribe takes advantage of the following facts.

License

Scribe has an MIT license. The following use of "software" refers to Scribe and any of it's components.

Copyright 2020 Charles Jackson

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.