From dara1339 at hotmail.com Sun Apr 1 18:45:25 2012 From: dara1339 at hotmail.com (Dara Shayda) Date: Sun, 1 Apr 2012 18:45:25 -0400 Subject: [microsound] Laser Harp with WiiMote on Arduino Message-ID: A while back we had a chat about turning bodily motion into music and I saw this on Arduino board: http://www.youtube.com/watch?v=Yta0aJrbOxU&feature=channel http://www.stephenhobley.com/blog/laser-harp-2009/ It can be made for about $300 or so, and I think it might serve as a good entry for some of the performs here hampered by the expensive systems that detect hand and body motion. Those of you with limited electronics education should know that the learning curve to use Arduino is not that steep. Of course many varieties of this system can be made for more elaborate dance pieces and other such performances. Dara From dara1339 at hotmail.com Sun Apr 1 18:54:27 2012 From: dara1339 at hotmail.com (Dara Shayda) Date: Sun, 1 Apr 2012 18:54:27 -0400 Subject: [microsound] Laser Harp with WiiMote on Arduino In-Reply-To: References: Message-ID: An actual performance http://www.youtube.com/watch?NR=1&v=WkkhcwXpYy4&feature=fvwp On 2012-04-01, at 6:45 PM, Dara Shayda wrote: > A while back we had a chat about turning bodily motion into music and I saw this on Arduino board: > > http://www.youtube.com/watch?v=Yta0aJrbOxU&feature=channel > > http://www.stephenhobley.com/blog/laser-harp-2009/ > > It can be made for about $300 or so, and I think it might serve as a good entry for some of the performs here hampered by the expensive systems that detect hand and body motion. > > Those of you with limited electronics education should know that the learning curve to use Arduino is not that steep. > > Of course many varieties of this system can be made for more elaborate dance pieces and other such performances. > > Dara > > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound > -------------- next part -------------- An HTML attachment was scrubbed... URL: From boris.klompus at gmail.com Sun Apr 1 23:19:06 2012 From: boris.klompus at gmail.com (Boris Klompus) Date: Sun, 1 Apr 2012 23:19:06 -0400 Subject: [microsound] Laser Harp with WiiMote on Arduino In-Reply-To: References: Message-ID: Toni Dove uses a similar tool, minus the lasers, http://www.youtube.com/watch?v=T60KFho8d_A. It doesn't go too in depth, but it's a harp-like-shaped instrument, that has infrared sensors. There are enough IR sensors to get a read on both the X and Y position of her hands inside of the harp. This allows her to scrub through video. A bit of logic coded into an arduino microcontroller, to parse through the raw data that the sensors provide, and then a whole lot more logic in a max/msp patch to interface that data with what needs to be controlled can build something along the same lines. Boris On Sun, Apr 1, 2012 at 6:54 PM, Dara Shayda wrote: > An actual performance > > http://www.youtube.com/watch?NR=1&v=WkkhcwXpYy4&feature=fvwp > > > > On 2012-04-01, at 6:45 PM, Dara Shayda wrote: > > A while back we had a chat about turning bodily motion into music and I > saw this on Arduino board: > > http://www.youtube.com/watch?v=Yta0aJrbOxU&feature=channel > > http://www.stephenhobley.com/blog/laser-harp-2009/ > > It can be made for about $300 or so, and I think it might serve as a good > entry for some of the performs here hampered by the expensive systems that > detect hand and body motion. > > Those of you with limited electronics education should know that the > learning curve to use Arduino is not that steep. > > Of course many varieties of this system can be made for more elaborate > dance pieces and other such performances. > > Dara > > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound > > > > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dara1339 at hotmail.com Sun Apr 1 23:33:16 2012 From: dara1339 at hotmail.com (Dara Shayda) Date: Sun, 1 Apr 2012 23:33:16 -0400 Subject: [microsound] Laser Harp with WiiMote on Arduino In-Reply-To: References: Message-ID: Hello Boris Thank you for the link. I suggest to some of our genius musicians here to look at this board as well: http://beagleboard.org/bone This one runs UNIX and all the necessary software that is needed to make serious applications. Again the knwoledge of hardware engineering is kept to minimal. I think this board and Arduino can revolutionize the live-performance systems for innovative musicians in all genre. Dara On 2012-04-01, at 11:19 PM, Boris Klompus wrote: > Toni Dove uses a similar tool, minus the lasers, http://www.youtube.com/watch?v=T60KFho8d_A. It doesn't go too in depth, but it's a harp-like-shaped instrument, that has infrared sensors. There are enough IR sensors to get a read on both the X and Y position of her hands inside of the harp. This allows her to scrub through video. > > A bit of logic coded into an arduino microcontroller, to parse through the raw data that the sensors provide, and then a whole lot more logic in a max/msp patch to interface that data with what needs to be controlled can build something along the same lines. > > Boris > > On Sun, Apr 1, 2012 at 6:54 PM, Dara Shayda wrote: > An actual performance > > http://www.youtube.com/watch?NR=1&v=WkkhcwXpYy4&feature=fvwp > > > > On 2012-04-01, at 6:45 PM, Dara Shayda wrote: > >> A while back we had a chat about turning bodily motion into music and I saw this on Arduino board: >> >> http://www.youtube.com/watch?v=Yta0aJrbOxU&feature=channel >> >> http://www.stephenhobley.com/blog/laser-harp-2009/ >> >> It can be made for about $300 or so, and I think it might serve as a good entry for some of the performs here hampered by the expensive systems that detect hand and body motion. >> >> Those of you with limited electronics education should know that the learning curve to use Arduino is not that steep. >> >> Of course many varieties of this system can be made for more elaborate dance pieces and other such performances. >> >> Dara >> >> _______________________________________________ >> microsound mailing list >> microsound at microsound.org >> http://or8.net/mailman/listinfo/microsound >> > > > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound > > > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound -------------- next part -------------- An HTML attachment was scrubbed... URL: From dara1339 at hotmail.com Sun Apr 1 23:43:36 2012 From: dara1339 at hotmail.com (Dara Shayda) Date: Sun, 1 Apr 2012 23:43:36 -0400 Subject: [microsound] Beagleboard: Satellite CCRMA Message-ID: https://ccrma.stanford.edu/~eberdahl/Satellite/ checkout the list of the performers and musicians. http://beagleboard.org/bone the less than $100 board DIY manufacturing and system-design has arrived with boards like Beaglebone and Arduino Nano. Performers can build incredible systems at affordable retail costs in less than a year of effort. I think the bottleneck will be the imagination. Dara From boris.klompus at gmail.com Mon Apr 2 23:30:31 2012 From: boris.klompus at gmail.com (Boris Klompus) Date: Mon, 2 Apr 2012 23:30:31 -0400 Subject: [microsound] Laser Harp with WiiMote on Arduino In-Reply-To: References: Message-ID: Hi Dara, Awesome. Thanks for the link. Haven't seen this before. Being able to run a few sound shaping programs on such a small and discrete board sounds exciting and promising! Boris On Sun, Apr 1, 2012 at 11:33 PM, Dara Shayda wrote: > Hello Boris > > Thank you for the link. > > I suggest to some of our genius musicians here to look at this board as > well: > > http://beagleboard.org/bone > > This one runs UNIX and all the necessary software that is needed to make > serious applications. Again the knwoledge of hardware engineering is kept > to minimal. > > I think this board and Arduino can revolutionize the live-performance > systems for innovative musicians in all genre. > > Dara > On 2012-04-01, at 11:19 PM, Boris Klompus wrote: > > Toni Dove uses a similar tool, minus the lasers, > http://www.youtube.com/watch?v=T60KFho8d_A. It doesn't go too in depth, > but it's a harp-like-shaped instrument, that has infrared sensors. There > are enough IR sensors to get a read on both the X and Y position of her > hands inside of the harp. This allows her to scrub through video. > > A bit of logic coded into an arduino microcontroller, to parse through the > raw data that the sensors provide, and then a whole lot more logic in a > max/msp patch to interface that data with what needs to be controlled can > build something along the same lines. > > Boris > > On Sun, Apr 1, 2012 at 6:54 PM, Dara Shayda wrote: > >> An actual performance >> >> http://www.youtube.com/watch?NR=1&v=WkkhcwXpYy4&feature=fvwp >> >> >> >> On 2012-04-01, at 6:45 PM, Dara Shayda wrote: >> >> A while back we had a chat about turning bodily motion into music and I >> saw this on Arduino board: >> >> http://www.youtube.com/watch?v=Yta0aJrbOxU&feature=channel >> >> http://www.stephenhobley.com/blog/laser-harp-2009/ >> >> It can be made for about $300 or so, and I think it might serve as a good >> entry for some of the performs here hampered by the expensive systems that >> detect hand and body motion. >> >> Those of you with limited electronics education should know that the >> learning curve to use Arduino is not that steep. >> >> Of course many varieties of this system can be made for more elaborate >> dance pieces and other such performances. >> >> Dara >> >> _______________________________________________ >> microsound mailing list >> microsound at microsound.org >> http://or8.net/mailman/listinfo/microsound >> >> >> >> _______________________________________________ >> microsound mailing list >> microsound at microsound.org >> http://or8.net/mailman/listinfo/microsound >> >> > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound > > > > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dara1339 at hotmail.com Mon Apr 2 23:48:29 2012 From: dara1339 at hotmail.com (Dara Shayda) Date: Mon, 2 Apr 2012 23:48:29 -0400 Subject: [microsound] Laser Harp with WiiMote on Arduino In-Reply-To: References: Message-ID: Dear Boris I am planning to use that board for Neural Network computing, I already did some applications for something totally different than music, and it worked accurately. But while I was coding that project, it dawned on me that the Neural Network adaptive learning can learn from a performer's actions e.g. hitting keys or drums or motions of the limbs and so on. Then the performer can train the Neural Network to play along in an orchestrated manner via examples of short performances. If so the problem was: on what platform to run the Neural Network computations? And we researched the recent releases of the hardware and at 1.5 billion instructions per second + vector floating point accelerator at $90 price range this board was ideal. Unfortunately I am not a performer, so I have no sample learning examples. But if you could find some, e.g. Input:{finger1, finger2, finger3, finger4, finger5} -----> Output:{some midi sequence} finger to mean the location or pressure or twist or ... I can then build a smaller learning program, which will be fully trainable for multiple performances and instruments. Since the beagleboard is inexpensive you can attach one to every performer, you get the point.... Dara On 2012-04-02, at 11:30 PM, Boris Klompus wrote: > Hi Dara, > > Awesome. Thanks for the link. Haven't seen this before. Being able to run a few sound shaping programs on such a small and discrete board sounds exciting and promising! > > Boris > > On Sun, Apr 1, 2012 at 11:33 PM, Dara Shayda wrote: > Hello Boris > > Thank you for the link. > > I suggest to some of our genius musicians here to look at this board as well: > > http://beagleboard.org/bone > > This one runs UNIX and all the necessary software that is needed to make serious applications. Again the knwoledge of hardware engineering is kept to minimal. > > I think this board and Arduino can revolutionize the live-performance systems for innovative musicians in all genre. > > Dara > On 2012-04-01, at 11:19 PM, Boris Klompus wrote: > >> Toni Dove uses a similar tool, minus the lasers, http://www.youtube.com/watch?v=T60KFho8d_A. It doesn't go too in depth, but it's a harp-like-shaped instrument, that has infrared sensors. There are enough IR sensors to get a read on both the X and Y position of her hands inside of the harp. This allows her to scrub through video. >> >> A bit of logic coded into an arduino microcontroller, to parse through the raw data that the sensors provide, and then a whole lot more logic in a max/msp patch to interface that data with what needs to be controlled can build something along the same lines. >> >> Boris >> >> On Sun, Apr 1, 2012 at 6:54 PM, Dara Shayda wrote: >> An actual performance >> >> http://www.youtube.com/watch?NR=1&v=WkkhcwXpYy4&feature=fvwp >> >> >> >> On 2012-04-01, at 6:45 PM, Dara Shayda wrote: >> >>> A while back we had a chat about turning bodily motion into music and I saw this on Arduino board: >>> >>> http://www.youtube.com/watch?v=Yta0aJrbOxU&feature=channel >>> >>> http://www.stephenhobley.com/blog/laser-harp-2009/ >>> >>> It can be made for about $300 or so, and I think it might serve as a good entry for some of the performs here hampered by the expensive systems that detect hand and body motion. >>> >>> Those of you with limited electronics education should know that the learning curve to use Arduino is not that steep. >>> >>> Of course many varieties of this system can be made for more elaborate dance pieces and other such performances. >>> >>> Dara >>> >>> _______________________________________________ >>> microsound mailing list >>> microsound at microsound.org >>> http://or8.net/mailman/listinfo/microsound >>> >> >> >> _______________________________________________ >> microsound mailing list >> microsound at microsound.org >> http://or8.net/mailman/listinfo/microsound >> >> >> _______________________________________________ >> microsound mailing list >> microsound at microsound.org >> http://or8.net/mailman/listinfo/microsound > > > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound > > > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhopkins at tech-no-mad.net Sat Apr 7 13:50:50 2012 From: jhopkins at tech-no-mad.net (John Hopkins) Date: Sat, 07 Apr 2012 11:50:50 -0600 Subject: [microsound] Laser Harp with WiiMote on Arduino In-Reply-To: References: Message-ID: <4F807E7A.6060806@tech-no-mad.net> Hey folks -- surfing, and found this quite fascinating podcast "The Difficult LIstening Channel" -- 175 podcasts and going strong! some crazy stuff! http://www.f7sound.com/podcasts.htm cheers, John ++++++++++++++++++++++++++++++++++++++++++++++++++ John Hopkins Watching the Tao rather than watching the Dow! http://neoscenes.net/ http://tech-no-mad.net/blog/ ++++++++++++++++++++++++++++++++++++++++++++++++++ From d4l3d at inbox.com Sat Apr 7 19:42:33 2012 From: d4l3d at inbox.com (d4l3d) Date: Sat, 7 Apr 2012 15:42:33 -0800 Subject: [microsound] Laser Harp with WiiMote on Arduino In-Reply-To: <4F807E7A.6060806@tech-no-mad.net> References: Message-ID: <2EC2F2A87FF.00000668d4l3d@inbox.com> Thanks for this. Was getting bored with my old streams. Made my day, week, month(?), year(?) (large archive). Hours of fun for the entire family!! (I can almost guarantee that shows up somewhere in his 'cast's intros/outros) "When you cut into the present, the future leaks out." William Burroughs > -----Original Message----- > From: jhopkins at tech-no-mad.net > Sent: Sat, 07 Apr 2012 11:50:50 -0600 > To: microsound at microsound.org > Subject: Re: [microsound] Laser Harp with WiiMote on Arduino > > Hey folks -- surfing, and found this quite fascinating podcast "The > Difficult > LIstening Channel" -- 175 podcasts and going strong! some crazy stuff! > > http://www.f7sound.com/podcasts.htm > > cheers, > John > > > ++++++++++++++++++++++++++++++++++++++++++++++++++ > John Hopkins > Watching the Tao rather than watching the Dow! > http://neoscenes.net/ > http://tech-no-mad.net/blog/ > ++++++++++++++++++++++++++++++++++++++++++++++++++ > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound ____________________________________________________________ FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop! Check it out at http://www.inbox.com/marineaquarium From c.lane at lcc.arts.ac.uk Tue Apr 24 06:42:30 2012 From: c.lane at lcc.arts.ac.uk (Cathryn Lane) Date: Tue, 24 Apr 2012 11:42:30 +0100 Subject: [microsound] HER NOISE: FEMINISMS AND THE SONIC TATE MODERN, LONDON MAY 3-5, 2012 In-Reply-To: Message-ID: HER NOISE: FEMINISMS AND THE SONIC TATE MODERN, LONDON MAY 3-5, 2012 A Collaboration between CRiSAP, Electra and Tate This programme brings together performances and a keynote talk by Pauline Oliveros; an evening orbiting the legacy of Meredith Monk and a day symposium with contributions by Tara Rodgers, Georgina Born, Anne Karpf, Nina Power, Ute Meta Bauer and others. THURSDAY MAY 3RD 19.00 (?12 full, ?9 concessions) Artist Talk and Performance: Pauline Oliveros Pioneering composer, performer and humanitarian Pauline Oliveros, who celebrates her 80th birthday this year, gives a solo performance of ?Listening for Life/Death Energies? and a talk entitled ?Archiving the Future: the embodiment Music of Women?, followed by a perform?ance of her seminal piece ?To Valerie Solanas and Marilyn Monroe in Recognition of their Desperation? (1970). Performed by a special ensemble including Claudia Molitor, Angharad Davies, Cathy Lane, Rachel Aggs, Naomi Graham, Greta Pistaceci, Holly Ingleton, Lina La?pelyte, Lucy Railton, Maggie Nichols, Sarha Moore, Sharon Gal, Ver?ity Susman, Caroline Kraabel and Viv Corringham. FRIDAY, MAY 4TH 19.00 (?5 all tickets) The Voice Is A Language: Curated film programme and performances This performance and screening programme orbits the legacy of avant-garde pioneer Meredith Monk. Featuring work by artists Sophie Macpherson, James Richards, Cara Tolmie and Sue Tompkins and rare?ly seen films by Monk - curated by Isla Leaver-Yap. Meredith Monk, ?16mm Earrings?, 1966, performance. SATURDAY, MAY 5TH, 11:00 - 18.00 (?20 full, ?14 concessions) SYMPOSIUM: FEMINISMS AND THE SONIC Exploring and developing emergent feminist discourses in sound and music, whilst challenging standard readings and approaches to femi?nisms and the sonic, this symposium brings together contributions by musicians, artists, academics and writers, including Ute Meta Bauer, Sonia Boyce, Georgina Born, Viv Corringham, Cosey Fanni Tutti, Lina Dzuverovic, Catherine Grant, Emma Hedditch, Anne Karpf, Cathy Lane, Anne Hilde Neset, Maggie Nichols, Nina Power, Tara Rodgers, Salom? Voegelin. This programme marks the donation of the Her Noise Archive to the University of the Arts London Archives and Special Collections housed at London College of Communication, and is realised as a collaboration between CRiSAP (Creative Research into Sound Arts Practice), Electra and Tate. For further information please visit the Archives and Special Collections Centre: http://www.arts.ac.uk/library/archives-collections/archivesspecialcollectio nscentre/vis?itingthearchive/ *TICKETS FOR THESE EVENTS ARE SELLING FAST! BOOK TO ENSURE YOUR PLACE* http://www.tate.org.uk/whats-on/tate-modern/eventseries/her-noise-feminisms -and-sonic www.crisap.org Follow @crisap2 Cathy Lane crisap.org soundarts.co.uk http://soundcloud.com/playingwithwords From aeonchang at gmail.com Wed Apr 25 23:22:33 2012 From: aeonchang at gmail.com (aEON.) Date: Thu, 26 Apr 2012 12:22:33 +0900 Subject: [microsound] HER NOISE: FEMINISMS AND THE SONIC TATE MODERN, LONDON MAY 3-5, 2012 In-Reply-To: References: Message-ID: Dear Cathryn, Thank you, I was delighted to receive your email for a couple of reasons. First of all, the programme seems FANTASTIC!!! 'Sound' is my personal interest and I was happy writing my MA memoir related to that subject. Second, your email address brought back my memories at London College of Printing while I was studying Interactive Multimedia in 2001/2002. Now that the name of the college has changed and the Back Hill days are gone, for me the memories are untouchable memories indeed. It is a great shame that I cannot attend the symposium since I live in Seoul, Korea. Is there ANY WAY that I can get access to the contents of the programme? Such as, any documentation available for people like me? Or will there be video clips to watch on? Anything? :) It would be of great help if you can give me feedback. Thank you for reading my email, and I hope all the best and success for the symposium. Kindest regards, Aeon 2012/4/24 Cathryn Lane > > HER NOISE: FEMINISMS AND THE SONIC > TATE MODERN, LONDON MAY 3-5, 2012 > A Collaboration between CRiSAP, Electra and Tate > > This programme brings together performances and a keynote talk by Pauline > Oliveros; an evening orbiting the legacy of Meredith Monk and a day > symposium with contributions by Tara Rodgers, Georgina Born, Anne Karpf, > Nina Power, Ute Meta Bauer and others. > > THURSDAY MAY 3RD 19.00 (?12 full, ?9 concessions) > Artist Talk and Performance: Pauline Oliveros > Pioneering composer, performer and humanitarian Pauline Oliveros, who > celebrates her 80th birthday this year, gives a solo performance of > ?Listening for Life/Death Energies? and a talk entitled ?Archiving the > Future: the embodiment Music of Women?, followed by a perform?ance of her > seminal piece ?To Valerie Solanas and Marilyn Monroe in Recognition of > their Desperation? (1970). Performed by a special ensemble including > Claudia Molitor, Angharad Davies, Cathy Lane, Rachel Aggs, Naomi Graham, > Greta Pistaceci, Holly Ingleton, Lina La?pelyte, Lucy Railton, Maggie > Nichols, Sarha Moore, Sharon Gal, Ver?ity Susman, Caroline Kraabel and Viv > Corringham. > > FRIDAY, MAY 4TH 19.00 (?5 all tickets) > The Voice Is A Language: Curated film programme and performances > This performance and screening programme orbits the legacy of avant-garde > pioneer Meredith Monk. Featuring work by artists Sophie Macpherson, James > Richards, Cara Tolmie and Sue Tompkins and rare?ly seen films by Monk - > curated by Isla Leaver-Yap. Meredith Monk, ?16mm Earrings?, 1966, > performance. > > SATURDAY, MAY 5TH, 11:00 - 18.00 (?20 full, ?14 concessions) > SYMPOSIUM: FEMINISMS AND THE SONIC > Exploring and developing emergent feminist discourses in sound and music, > whilst challenging standard readings and approaches to femi?nisms and the > sonic, this symposium brings together contributions by musicians, artists, > academics and writers, including Ute Meta Bauer, Sonia Boyce, Georgina > Born, Viv Corringham, Cosey Fanni Tutti, Lina Dzuverovic, Catherine Grant, > Emma Hedditch, Anne Karpf, Cathy Lane, Anne Hilde Neset, Maggie Nichols, > Nina Power, Tara Rodgers, Salom? Voegelin. > > This programme marks the donation of the Her Noise Archive to the > University of the Arts London Archives and Special Collections housed at > London College of Communication, and is realised as a collaboration > between CRiSAP (Creative Research into Sound Arts Practice), Electra and > Tate. For further information please visit the Archives and Special > Collections Centre: > http://www.arts.ac.uk/library/archives-collections/archivesspecialcollectio > nscentre/vis > ?itingthearchive/ > > *TICKETS FOR THESE EVENTS ARE SELLING FAST! BOOK TO ENSURE YOUR PLACE* > http://www.tate.org.uk/whats-on/tate-modern/eventseries/her-noise-feminisms > -and-sonic > > www.crisap.org > Follow @crisap2 > > > Cathy Lane > crisap.org > soundarts.co.uk > http://soundcloud.com/playingwithwords > > > > > > _______________________________________________ > microsound mailing list > microsound at microsound.org > http://or8.net/mailman/listinfo/microsound > -------------- next part -------------- An HTML attachment was scrubbed... URL: