Back in 2012 I did some preliminary work along these lines. The simulator
is described in this paper:

http://www.thinkmind.org/index.php?view=article&articleid=simul_2012_1_20_50094

and the code is at: https://bitbucket.org/mbaz/chango

This simulator is able to interface to external devices; at the moment,
only sound cards are supported, both for recording and for playing. It also
has a primitive scheduler that will send packets of data and code to any
idle processor. It is also (I think) very easy to use: creating a new block
involves just a few lines of boilerplate code.

The code is old, it may need to be brought up to date to run with the
latest julia.

-- mb


On Sat, Feb 8, 2014 at 1:04 AM, Rick Graham <[email protected]> wrote:

> Does Julia have or plan to include the ability to process a continuous
> stream of data (think DSP operations on data from a device/port/pipe/etc.).
>  Are there possibilities for a graphical GUI with connected functional
> nodes, etc.?
>

Reply via email to