From 8bitvelociraptor at gmail.com Sun Aug 6 14:10:28 2017 From: 8bitvelociraptor at gmail.com (Hunter Irving) Date: Sun, 6 Aug 2017 11:10:28 -0700 Subject: [Microbit-Python] Creating Harmonies with micro:bit? Message-ID: Hi all, I've just gotten my hands on a microbit and am happy to become a part of this community :) I've been digging through the docs and hit a roadblock in my search - perhaps this is the right place for this kind of question! I've been attempting to create harmonies using the microbit, but the Music module seems to be monophonic... would harmonies be possible using the Audio module? Also, taken from the Audio module documentation: "You will need a sound source, as input to the play function. You can generate your own, like in examples/waveforms.py or you can use the sound sources provided by modules like *synth*." ...where can I find more info on this elusive "synth" module? Thanks in advance, everyone! -------------- next part -------------- An HTML attachment was scrubbed... URL: From ntoll at ntoll.org Sun Aug 6 14:43:50 2017 From: ntoll at ntoll.org (Nicholas H.Tollervey) Date: Sun, 6 Aug 2017 19:43:50 +0100 Subject: [Microbit-Python] Creating Harmonies with micro:bit? In-Reply-To: References: Message-ID: <56649255-ae50-6532-c57c-2f178c94a4b0@ntoll.org> Calling Dr.Mark Shannon! :-) N. On 06/08/17 19:10, Hunter Irving wrote: > Hi all, > > I've just gotten my hands on a microbit and am happy to become a part of > this community :) > I've been digging through the docs and hit a roadblock in my search - > perhaps this is the right place for this kind of question! > > I've been attempting to create harmonies using the microbit, but the > Music module seems to be monophonic... would harmonies be possible using > the Audio module? > > Also, taken from the Audio module documentation: "You will need a sound > source, as input to the play function. You can generate your own, like > in examples/waveforms.py or you can use the sound sources provided by > modules like *synth*." ...where can I find more info on this elusive > "synth" module? > > Thanks in advance, everyone! > > > _______________________________________________ > Microbit mailing list > Microbit at python.org > https://mail.python.org/mailman/listinfo/microbit > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 455 bytes Desc: OpenPGP digital signature URL: From Andreas.Brusinsky at gmx.de Thu Aug 10 18:13:39 2017 From: Andreas.Brusinsky at gmx.de (Andreas Brusinsky) Date: Fri, 11 Aug 2017 00:13:39 +0200 Subject: [Microbit-Python] speech Message-ID: Do you possibly extend the speech lib to be similar to the music lib and allow pin change, i.e. by adding a parameter like "pin=pin1" to the speech commands? Thnaks for a comment. Cheers Andreas