Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblap committed May 17, 2018
1 parent 2482048 commit ecb221e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### ipoke~, an interpolating buffer writer
by Pierre Alexandre Tremblay (2005-2018)
v.4 added overdub ratio and Max6 support
v.4.1 adds 64bit Max support - thanks to the FluCoMa project funded by the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 725899)
v.4.1.1 corrected the behaviour when starting to write after negative indices

#### Description
This is an interpolating version of the staple Max object poke~, which allows to write to the buffers without leaving unfilled indices when writing faster than realtime.

This port was made possible thanks to the FluCoMa project (http://www.flucoma.org/) funded by the European Research Council (https://erc.europa.eu/) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 725899)

#### Why was this utility needed
It was impossible to emulate the musical behaviour of bespoke resampling digital delay pedals in Max. Now it is.

#### How to Install from binaries (Max 5 and up)
Download the package and read the text file.

#### How to build from the source code
On MacOS, the XCode project should build (tested on XCode 9.2)
On Windows, the Visual Studio 2017 project should build.

On either, do not forget to build for release, as optimisation is crutial.

#### Enjoy! Comments, suggestions and bug reports are welcome.

0 comments on commit ecb221e

Please sign in to comment.