Giter Site home page Giter Site logo

deanturpin / keynote Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 599 KB

A Linux JUCE application that extracts the peak FTT bin from a live audio recording and reports the closest note

Home Page: https://deanturpin.github.io/KEYnote/

Makefile 23.56% C 21.21% C++ 47.18% Objective-C++ 8.05%
juce linux

keynote's Introduction

Screenshot is highlighting the major 3rd of an A chord: 440, 550 and 660Hz. Note the FFT bin is not a precise pitch so the closest concert pitch is displayed.

Install dependencies

sudo apt install --yes \
g++-9 \
make \
libfreetype6-dev \
libxinerama-dev \
webkit2gtk-4.0 \
ladspa-sdk \
libasound2-dev

Download the source

Clone the repos into your home directory and patch the source so Projucer will run without a Roli account.

cd && \
git clone --depth=1 https://github.com/deanturpin/KEYnote && \
git clone --depth=1 https://github.com/WeAreROLI/JUCE && \
sed -i s/JUCER_ENABLE_GPL_MODE\ 0/JUCER_ENABLE_GPL_MODE\ 1/ ~/JUCE/extras/Projucer/JuceLibraryCode/AppConfig.h

Build and run KEYnote

cd ~/KEYnote/ && \
make

JUCE applications

Build and run the JUCE demo application.

cd ~/JUCE/ && \
make -j $(nproc) --directory examples/DemoRunner/Builds/LinuxMakefile && \
examples/DemoRunner/Builds/LinuxMakefile/build/DemoRunner

Build and run Projucer.

make -j $(nproc) --directory extras/Projucer/Builds/LinuxMakefile && \
extras/Projucer/Builds/LinuxMakefile/build/Projucer

keynote's People

Contributors

deanturpin avatar

Stargazers

reveracorp avatar

Watchers

James Cloos avatar

keynote's Issues

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.