Skip to content

Commit

Permalink
updating synth
Browse files Browse the repository at this point in the history
  • Loading branch information
farvardin committed Oct 1, 2020
1 parent e6e6bce commit 8cc64f1
Show file tree
Hide file tree
Showing 9 changed files with 1,496 additions and 246 deletions.
15 changes: 10 additions & 5 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Some believe it might help focusing, or induce meditative states. We won't discu

Binaural Beats are fun! They can create hypnotic drones or high frequencies madness! So let's create some with this simple synth.

## How does it sound like?
## What does it sound like?

* https://clyp.it/ufkzshog
* https://clyp.it/b4evitno
Expand All @@ -20,18 +20,23 @@ Binaural Beats are fun! They can create hypnotic drones or high frequencies madn
It works with:

* [Pure Data (Pd) vanilla](https://puredata.info)
* [Purr Data](https://agraef.github.io/purr-data/) (a fork based on [Pd-L2Ork](http://l2ork.music.vt.edu/main/make-your-own-l2ork/software/), which is itself based on the now obsolete Pd Extended.
* [Purr Data](https://agraef.github.io/purr-data/) (a fork based on [Pd-L2Ork](http://l2ork.music.vt.edu/main/make-your-own-l2ork/software/)), which is itself based on the now obsolete Pd Extended.

Just start Pd or Purr-Data, and load the run.pd sketch. You can explore the inside of the synth by right-clicking the Binaural Synth and selecting "Open", or by loading the binauralsynth.pd sketch.
Just start Pd or Purr-Data, and load the droidparty_main.pd sketch. You can explore the inside of the synth by right-clicking the Binaural Synth and selecting "Open", or by loading the binauralsynth.pd sketch.

* droidparty_main.pd is the interface, with some presets and demo sequences
* binauralsynth.pd is the engine itself
* you can find an example of a full "song" in the demos/sable folder

![](binaural_screenshot.png)

You can change the base frequency (called carrier frequency), and the beat frequency. The beat frequency will split accross the beat frequency value (if your carrier frequency is 100 Hz, and beat frequency is 6 Hz, the carrier frequency will be 97 Hz on the left and 103 Hz on the right panning.

In addition to the classic, "traditional" Sine wave, you can also add, by increasing their volume:

* a FM sound, driven by a few parameters (including the modulation frequency, mod depth, and FM wave).
* a phaser (sawtooth wave) sound (no parameter yet)
* a FM generator, driven by a few parameters (including the modulation frequency, mod depth, and FM wave).
* a phaser (sawtooth wave) generator
* a square generator
* a white noise

If you connect a MIDI keyboard, you should be able to play the frequencies with the keys! (monophonic)
Expand Down
Empty file modified binaural_screenshot.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified binaural_screenshot_android.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8cc64f1

Please sign in to comment.