Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uyjulian/wfphasevocoder

Modular Phase Vocoder wave filter plugin for Kirikiri (2/Z)
https://github.com/uyjulian/wfphasevocoder

krkr-plugin

Last synced: 6 days ago
JSON representation

Modular Phase Vocoder wave filter plugin for Kirikiri (2/Z)

Awesome Lists containing this project

README

        

# wfPhaseVocoder

This Kirikiri (2/Z) plugin provides a modular replacement for `WaveSoundBuffer.PhaseVocoder`.

## Building

After cloning submodules and placing `ncbind` and `tp_stub` in the parent directory, a simple `make` will generate `wfPhaseVocoder.dll`.

## How to use

After `Plugins.link("wfPhaseVocoder.dll");` is used, the additional functions will be exposed under the `WaveSoundBuffer.PhaseVocoder` class.

## License

This project is licensed under the MIT license. Please read the `LICENSE` file for more information.