[Csnd] Microphone Feedback Game
| Date | 2023-01-29 17:57 |
| From | Guillermo Senna |
| Subject | [Csnd] Microphone Feedback Game |
Hi,
Here's an online "game" I made for students to practice eliminating
microphone feedback with a 7-band graphic EQ. You get a point only if
the first band you choose to cut is the closest to the frequency of the
acoustic feedback.
https://gsenna.github.io/LarsenEffectGame/
I know it probably should be easier to simulate the Larsen effect using
a delay line with feedback, but I had some issues with that approach and
didn't have the time to debug it properly.
Also, I was wondering about using csound.requestControlChannel to set a
callback for reading a channel inside JS. I tried that, but couldn't
make it work. Is a JS timer the only alternative for this now?
Cheers!
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2023-01-29 18:14 |
| From | "Dr. Richard Boulanger" |
| Subject | Re: [Csnd] Microphone Feedback Game |
Nice. It will be fun to show and share with my Csound Class this week. THANKS! - Dr.B Dr. Richard Boulanger Professor Electronic Production and Design Berklee College of Music Professional Writing & Technology Division On Sun, Jan 29, 2023 at 12:59 PM Guillermo Senna <gsenna@gmail.com> wrote: Hi, |
| Date | 2023-01-30 08:30 |
| From | Oeyvind Brandtsegg |
| Subject | Re: [Csnd] Microphone Feedback Game |
Hi Guillermo, Thanks for the link. It is a fun game. This kind of thing fits very well into my digital ear training course (http://gdsp.hf.ntnu.no/). My site is old and needs maintenance, I have plans to reimplement it with WebAudio Csound. When I get around to it, maybe I could include a version of your game on my updated site? best Øyvind søn. 29. jan. 2023 kl. 18:58 skrev Guillermo Senna <gsenna@gmail.com>: Hi, |
| Date | 2023-01-30 20:34 |
| From | Guillermo Senna |
| Subject | Re: [Csnd] Microphone Feedback Game |
Hi,
@Dr. B: Great! Let me know how it goes.
@Oeyvind: Well, I think calling it fun might be a stretch. But keeping a
score probably makes it a little bit more entertaining. By the way, I
did know about your website and remember using it at some point while
teaching about the different reverb topologies. I think a new WebAudio
version would be great, so please feel free to pull whatever you need
from the code (which is MIT-licensed). Actually, now that I've revisited
your website just now, I see there are a bunch of other web "games" that
could be developed for ear-training.
Cheers!
On 29/1/23 14:57, Guillermo Senna wrote:
> Hi,
>
> Here's an online "game" I made for students to practice eliminating
> microphone feedback with a 7-band graphic EQ. You get a point only if
> the first band you choose to cut is the closest to the frequency of
> the acoustic feedback.
>
> https://gsenna.github.io/LarsenEffectGame/
>
> I know it probably should be easier to simulate the Larsen effect
> using a delay line with feedback, but I had some issues with that
> approach and didn't have the time to debug it properly.
>
> Also, I was wondering about using csound.requestControlChannel to set
> a callback for reading a channel inside JS. I tried that, but couldn't
> make it work. Is a JS timer the only alternative for this now?
>
>
> Cheers!
>
>
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2023-01-30 22:44 |
| From | "Dr. Richard Boulanger" |
| Subject | Re: [Csnd] Microphone Feedback Game |
Oeyvind, Your digital ear training course is awesome! Dr. Richard Boulanger Professor Electronic Production and Design Berklee College of Music > On Jan 30, 2023, at 3:35 PM, Guillermo Senna |