Skip to content

Commit

Permalink
updated README, CHANGELOG, AUTHORS and builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sebpiq committed Apr 25, 2016
1 parent 00f3d0f commit d894ed7
Show file tree
Hide file tree
Showing 6 changed files with 858 additions and 596 deletions.
10 changes: 5 additions & 5 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Authors
----------

```
237 Sébastien Piquemal
259 Sébastien Piquemal
113 Chris McCormick
41 Brandon James
33 Sebastien Piquemal
37 Sebastien Piquemal
21 sebpiq
15 mgsx-dev
3 Atul Varma
2 Ulric Wilfred
1 Paul Money
1 root
```


```
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.4.2
------

- objects `[swap]`, `[min]`, `[max]`, `[atan2]`, `[wrap]`, `[rmstodb]`, `[dbtorms]`, `[powtodb]`, `[dbtopow]`, `[ftom]`, `[clip]`
- fix bug with zeros in `[/]` and `[%]`
- support for comma separated messages


0.4.1
------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/sebpiq/WebPd.png)](https://travis-ci.org/sebpiq/WebPd)
[![Dependency status](https://david-dm.org/sebpiq/WebPd.svg)](https://david-dm.org/sebpiq/WebPd)

WebPd
=====
Expand Down Expand Up @@ -123,7 +124,6 @@ WebPd has a few [limitations](#list-of-implemented-objects-and-other-limitations

Here is a non-exhaustive list of other limitations and inconsistencies with Pure Data :

- commas in messages are not implemented yet
- Pd system messages, such as the widely used `[;pd dsp 1(` , are not implemented
- `[phasor~]` is not a real, perfect, phasor. You shouldn't use it to read from an array for example.
- `[phasor~]` inlet 2 (used to set the phase) is not implemented
Expand Down
Loading

0 comments on commit d894ed7

Please sign in to comment.