All Projects → jatinchowdhury18 → ChowPhaser

jatinchowdhury18 / ChowPhaser

Licence: BSD-3-Clause License
Phaser effect based loosely on the Schulte Compact Phasing 'A'

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
Inno Setup
370 projects
CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to ChowPhaser

Bad-Circuit-Modelling
Correct modelling of incorrect circuits
Stars: ✭ 27 (-47.06%)
Mutual labels:  audio-plugin, juce
dd-core
Rust-based VST plugin development library with hardware accelerated GUI support.
Stars: ✭ 32 (-37.25%)
Mutual labels:  audio-effect, audio-plugin
DAFx19-Gamelanizer
Accompanying material for the paper 'A Real-Time Audio Effect Plug-In Inspired by the Processes of Traditional Indonesian Gamelan Music'
Stars: ✭ 33 (-35.29%)
Mutual labels:  audio-effect, juce
Dude-SideScroll
🎮 A side-scrolling adventure game.
Stars: ✭ 19 (-62.75%)
Mutual labels:  phaser
juce-cookbook
Collection of tutorials & resources for the C++ library JUCE
Stars: ✭ 58 (+13.73%)
Mutual labels:  juce
phaser-boilerplate
Phaser Boilerplate
Stars: ✭ 15 (-70.59%)
Mutual labels:  phaser
RTspice
A real-time netlist based audio circuit plugin
Stars: ✭ 51 (+0%)
Mutual labels:  audio-effect
JUCE ARA
The JUCE cross-platform C++ framework, augmented with support for the Celemony ARA API
Stars: ✭ 32 (-37.25%)
Mutual labels:  juce
SoundDeck
Sound Deck is a powerful audio-focused plugin for the Elgato Stream Deck.
Stars: ✭ 20 (-60.78%)
Mutual labels:  audio-plugin
juceSynths
Collection of JUCE synthesisers utilising the Maximilian library.
Stars: ✭ 78 (+52.94%)
Mutual labels:  juce
Phaser3.Boilerplate
Phaser 3 Boilerplate project for rapid development.
Stars: ✭ 15 (-70.59%)
Mutual labels:  phaser
phaser-sat-example
An experiment that uses sat-js with Phaser.
Stars: ✭ 14 (-72.55%)
Mutual labels:  phaser
phaser-webpack-loader
Asset loader for Phaser + Webpack.
Stars: ✭ 85 (+66.67%)
Mutual labels:  phaser
blocker
🎮 (WIP - phase 3) Multiplayer online game using Phaser + WebSocket (Socket.IO)
Stars: ✭ 48 (-5.88%)
Mutual labels:  phaser
vim snake
Classical multiplayer snake game with Vim-style keybinding
Stars: ✭ 16 (-68.63%)
Mutual labels:  phaser
Cavemen-GGJ2019
A multiplayer survival game developed during Global Game Jam 2019.
Stars: ✭ 21 (-58.82%)
Mutual labels:  phaser
ninjas
sample slicer audio plugin
Stars: ✭ 21 (-58.82%)
Mutual labels:  audio-plugin
template
使用 phaser3 + es6 + webpack4.8.1 配置开发游戏(基本模版)
Stars: ✭ 12 (-76.47%)
Mutual labels:  phaser
melatonin audio sparklines
Sparklines For JUCE AudioBlocks
Stars: ✭ 60 (+17.65%)
Mutual labels:  juce
phaser-responsive
Adds a set of responsive objects to Phaser that can be pinned to
Stars: ✭ 25 (-50.98%)
Mutual labels:  phaser

CHOW Phaser

Download Latest CI License Downloads

CHOW Phaser is an open-source phaser effect, based very loosely on the classic Shulte Compact Phasing "A". Check out the video demo on YouTube.

Pic

Installation

To install, you can download the latest release from our website. If you would like to try the most recent updates (potentially unstable), see our Nightly Builds Page. Linux users can also find builds available on the Open Build Service, courtesy of Konstantin Voinov.

Usage

CHOW Phaser has both a stereo and mono version.

CHOW Phaser Mono is designed to accept a mono signal as input and generate a stereo signal as output. Any stereo input to the plugin will first be summed to mono before applying any processing.

CHOW Phaser Stereo accepts a stereo signal, and processes each channel entirely separately. To link the controls between the left and right channels, hold the SHIFT key while moving one of the knobs.

The phaser's processing is broken up into two stages: feedback and modulation. The amount of processing done by each stage can be controlled separately with the "feedback" and "modulation" knobs. Both stages share the same LFO, which is controlled by the "depth" and "frequency" parameters, as well as the "skew" knob. The "10x" parameter simply multiplies the LFO frequency by 10. The "stages" parameter controls filter stages are used in the modulation section, while "drive", "dirt", and "thrash" add various styles of nonlinear processing to the feedback stage.

Building

To build from scratch, you must have CMake installed.

# Clone the repository
$ git clone https://github.com/jatinchowdhury18/CHOWPhaser.git
$ cd CHOWPhaser

# initialize and set up submodules
$ git submodule update --init --recursive

# build with CMake
$ cmake -Bbuild
$ cmake --build build --config Release

Credits

License

CHOWPhaser is open source, and is licensed under the BSD 3-clause license. Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].