[erlang-questions] Building a DAW in Erlang

Richard A. O'Keefe ok@REDACTED
Fri Sep 1 05:44:41 CEST 2017



On 1/09/17 12:22 PM, lloyd@REDACTED wrote:
>
> 1. Is it possible to write an Erlang term that generates an approximation of white noise?
> 2. Is it possible to write an Erlang term that generates short sequences of basic wave forms--- sine, triangle, square?
> 3. Is there a programmatic way to edit the generated binaries to improve aesthetic quality?

Since the external term encoding of a binary includes the bytes of
that binary verbatim, yes, yes, and yes.

See BINARY_EXT in
http://erlang.org/doc/apps/erts/erl_ext_dist.html



More information about the erlang-questions mailing list