Giter Site home page Giter Site logo

freakquincy's Introduction

FreakQuincy

A project exploring sound synthesis in C++. Build using the QT graphical environment. Mainly following along with Computational Music Synthesis by Sean Luke.

Dependencies

Qt

I am using the open source Qt SDK for the UI of the application. I'm using version 5.12.

I'm also using qmake as part of the build process

fftw3

For handling the calculation of fourier transforms I'm using the FFTW library.

spdlog

For logging purposes I'm using the header-only library spdlog I used: brew install spdlog

Apple Frameworks

CoreFoundation, CoreAudio, CoreMidi

Bundled dependencies

I am additionally using RtAudio, RtMidi and QCustomPlot but these are included in the include/ src/ directories of the project itself so don't need to be pre-installed.

Compiling

For now only targetting macOS: There are Core libraries and frameworks used as part of the build process and in RtAudio & RtMidi. Compilation for other platforms will not work :(

Create a Makefile from the FreakQuincy.pro file

Running qmake should generate the Makefile.

For debug builds append CONFIG=debug

Create a build and run application

Run make will create FreakQuincy.app in either bin/debug or bin/release (depending on your config). From the command line this can then be run with, for e.g., bin/release/FreakQuincy.app/Contents/MacOS/FreakQuincy

freakquincy's People

Contributors

matthewh806 avatar

Watchers

 avatar  avatar

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.