Skip to content
porres edited this page Apr 3, 2016 · 77 revisions

Welcome to the pd-cyclone wiki!

cool info will be added here

#changelog:

1 Bug Fix:

  • [train~]: now it gives us a click when width == 0 as it should.

7 Updated (now compatible to Max 7) and also eventually fixed objects:

  • [pong~]: (considered related to Max 5), plus some bug fixes.
  • [scope~]: (considered related to Max 4) plus some bug fixes (but has some known bugs yet to be fixed).
  • [bitxor~]: (considered related to Max 5)
  • [curve~]: (considered related to Max 4)
  • [deltaclip~]: (considered related to Max 4)
  • [trapezoid~]: (considered related to Max 5)
  • [triangle~]: (considered related to Max 5)

12 New objects (compatible to Max 7)

  • [acosh]
  • [asinh]
  • [atanh]
  • [atodb]
  • [atodb~]
  • [dbtoa]
  • [dbtoa~]
  • [loadmess]
  • [pong]: (introduced in Max 6)
  • [round]
  • [round~]
  • [trunc~]

12 New individual objects that are alphanumerical version of existing "nettles" objects

  • [equals~]: (alphanumerical version of the nettles object [==~])
  • [greaterthan~]: (alphanumerical version of the nettles object [>~])
  • [greaterthaneq~]: (alphanumerical version of the nettles object [>=~])
  • [lessthan~]: (alphanumerical version of the nettles object [<~])
  • [lessthaneq~]: (alphanumerical version of the nettles object [<=~])
  • [modulo~]: (alphanumerical version of the nettles object [%~])
  • [notequals~]: (alphanumerical version of the nettles object [!=~])
  • [plusequals~]: (alphanumerical version of the nettles object [+=~])
  • [rdiv~]: (alphanumerical version of the nettles object [!/~])
  • [rminus~]: (alphanumerical version of the nettles object [!-~])
  • [rdiv]: (alphanumerical version of the nettles object [!/])
  • [rminus]: (alphanumerical version of the nettles object [!-])

12 new Nettles abstractions: Abstractions to be loaded instead of the 12 nettles objects if the library is not declared - also included help files for each of them and new help files for the nettles library too. The abstractions are just the objects with the library declared internally. In the To Do list: - load these objects without the need to declare/outside nettles (and get rid of nettles.c)!


3 new abstractions (to hopefully become compiled objects soon):

  • [thresh~]
  • [downsamp~]
  • [degrade~]

New redesigned [output~] abstraction

==========================================

In progress: new [scale] object;

To do;

  • test classic mode.
Clone this wiki locally