Giter VIP home page Giter VIP logo

granular-synth's Introduction

granular-synth

synth

I already am a supercollider user!

Ok, so quick rundown for you: put GranularSpectrogram4channels.sc in the Extensions folder, recompile the class library, boot the server and run GranularSynth.scd. You should run this on on 3.8.0 or greater otherwise you are gonna have problems with the GUI. Use MONO samples only!! Go at the bottom of this page if you need some.

I NEVER used supercollider! How do I try this?

So, first of all download supercollider from here. If you already have supercollider installed on your machine, make sure you are on 3.8.0 or greater otherwise you are gonna have problems with the GUI.

You'll notice you have 2 files in this repo:

  • GranularSynth.scd
  • GranularSpectrogram4channels.sc

The .scd file is the one you are going to run in the SC enviroment, while the .sc one is a new class for our language, so we must add it to the class library of supercollider.

How so? Open up supercollider, and type

Platform.userExtensionDir

Now, evaluate: put your cursor on the line of code and press Cmd+Enter (macOS) or Ctrl+Enter (win).

You will get in the post window a Path to the Extensions folder of supercollider. Try to reach that path. This can be difficult since some folders might be hidden, so the best thing is to copy the path in the file explorer. Moreover, the folder might not exist, so you may need to create it yourself. You can do this in your operating system's file explorer or from within supercollider by evaluating:

File.mkdir(Platform.userExtensionDir)

Quick stupid tip: if you want to manually create it and you can't reach the parent folder, just delete \Extensions from the path and go there from the file explorer.

Just be sure that the folder is named Extensions, that the folder is in the right parent folder as suggested from the path supercollider provides you, and paste right there GranularSpectrogram4channels.sc. Nothing too difficult.

Okay now, go into the supercollider enviroment, and go for Language > Recompile Class Library. Now we have our custom class! Next thing we need is to boot the supercollider server. Press Server > Boot Server, and when the numbers in % at the bottom right go green, we are ready to go. Open the GranularSynth.scd file, press Cmd+A (macOS) or Ctrl+A (win), then press Cmd+Enter (macOS) or Ctrl+Enter (win). This shall start everything and you should be able to load samples, play them and have fun with everything in the pack. If you want more info on the synth, check the .pdf. Oh, and be sure to use MONO samples! What, you do not have any? Grab some here, they are free and you can even donate them something!

granular-synth's People

Contributors

cagnolone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.