Coder Social home page Coder Social logo

mvf / bespokesynth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bespokesynth/bespokesynth

1.0 0.0 0.0 37.82 MB

Software modular synth

License: GNU General Public License v3.0

C 40.82% C++ 56.31% Makefile 0.03% SWIG 0.29% Python 0.32% CMake 0.28% Batchfile 0.01% CSS 0.14% HTML 1.68% JavaScript 0.05% Less 0.08% Shell 0.01%

bespokesynth's Introduction

Build Status

Bespoke Synth

A software modular synth that I've been building for myself since 2011, and now you can use it!

You can find the most recent builds for Mac/Windows/Linux at http://bespokesynth.com, or in the Releases section on GitHub.

Join the Bespoke Discord for support and to discuss with the community.

Buy Me a Coffee at ko-fi.com

Screenshot

screenshot

Basic Overview/Tutorial Video

Bespoke Overview

Quick Reference

quick reference

Features

  • live-patchable environment, so you can build while the music is playing
  • VST hosting
  • Python livecoding
  • MIDI controller mapping
  • Works on Windows, Mac, and Linux

Releases

Sign up here to receive an email whenever I put out a new release: http://bespokesynth.substack.com/

Building

In mid-September 2021 Bespoke moved to CMake rather than Projucer for builds. The prescription to build Bespoke on all platforms is

git clone https://github.com/awwbees/BespokeSynth   # replace this with your fork if you forked
cd BespokeSynth
git submodule update --init --recursive
cmake -Bignore/build
cmake --build ignore/build --parallel 4

This will produce a release build in ignore/build/BespokeSynth_artefacts.

On Windows, the above cmake commands make Visual Studio project files in ignore/build which you can open and use directly rather than the last step. Some windows systems also require the -A x64 argument to force 64 bit. On macOS if you would like to use Xcode, replace the second command with cmake -Bignore/build -GXcode and the ignore/build directory will contain xcode project files which you can use. Finally, the CMake file has a set of options to enable other build features which are documented in the file.

bespokesynth's People

Contributors

awwbees avatar baconpaul avatar bgaster avatar carlocattano avatar cassaundra avatar djdeath avatar emergentproperly avatar iamevn avatar kottv avatar pedro823 avatar tomc1998 avatar westurner avatar

Stargazers

 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.