Re: [racket-users] Plot array

2017-04-22 Thread Raoul Schorer
Le samedi 22 avril 2017 21:18:01 UTC+2, Konrad Hinsen a écrit : > On 22/04/17 19:43, Raoul Schorer wrote: > > > Is there an easy way to plot a 2d or 3d arrays in racket? I am working on > > some array programming problem, and it would be nice to visualize the > > solution. > > Both 2D and 3D

Re: [racket-users] Plot array

2017-04-22 Thread Konrad Hinsen
On 22/04/17 19:43, Raoul Schorer wrote: Is there an easy way to plot a 2d or 3d arrays in racket? I am working on some array programming problem, and it would be nice to visualize the solution. Both 2D and 3D plots are part of the excellent plot library:

[racket-users] Plot array

2017-04-22 Thread Raoul Schorer
Hi! Is there an easy way to plot a 2d or 3d arrays in racket? I am working on some array programming problem, and it would be nice to visualize the solution. Thanks! -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this

Re: [racket-users] Basic audio files' manipulation

2017-04-22 Thread Cleverson Casarin Uliana
Thank you John, seems good; I'll check it more carefully later. Greetings Cleverson -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [racket-users] Basic audio files' manipulation

2017-04-22 Thread 'John Clements' via Racket Users
> On Apr 21, 2017, at 18:34, Cleverson Casarin Uliana > wrote: > > Hello, I need playing/stopping a given audio file (may be wav, ogg, etc.), > checking whether the sound is still playing, and stop it/start a new sound > upon a key press. Is there support for it,