<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Sonic Pi on My Mini Maker Space!</title>
    <link>https://my.minimaker.space/categories/sonic-pi/</link>
    <description>Recent content in Sonic Pi on My Mini Maker Space!</description>
    <generator>Hugo -- 0.127.0</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 27 Nov 2017 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://my.minimaker.space/categories/sonic-pi/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Sonic Pi Coding Class 004</title>
      <link>https://my.minimaker.space/2017/11/27/sonic-pi-coding-class-004/</link>
      <pubDate>Mon, 27 Nov 2017 00:00:00 +0000</pubDate>
      <guid>https://my.minimaker.space/2017/11/27/sonic-pi-coding-class-004/</guid>
      <description>It was agreed to give a small prize to the student who worked the hardest during the class and who also worked the hardest in producing their final piece/s of music based on a brief. I’ve created links here to the more obscure parts of the prize so that the recipient has a starting point to work out what they can be used for!
Arduino code for the Ultrasonic Ruler that was worked on in class can be found in my GitHub repository, here.</description>
    </item>
    <item>
      <title>Sonic Pi Coding Class 003</title>
      <link>https://my.minimaker.space/2017/09/14/sonic-pi-coding-class-003/</link>
      <pubDate>Thu, 14 Sep 2017 00:00:00 +0000</pubDate>
      <guid>https://my.minimaker.space/2017/09/14/sonic-pi-coding-class-003/</guid>
      <description>Last week we wrote a function to set the volume based on musical dynamics like ‘ppp’ or ‘fff’
Functions can also be used to return information to us.
An example of a function that returns a value is below. Type it in and see how it works.
define :get_volume do |music_notation| # Write your code here to work out volume level # corresponding to music_notation like &amp;#39;ppp&amp;#39; # Return the volume level like this # return volume_level # Or we could just return a number for this # example to see how it works return 0.</description>
    </item>
    <item>
      <title>Choosing a Random Synth in Sonic Pi</title>
      <link>https://my.minimaker.space/2017/08/10/choosing-a-random-synth-in-sonic-pi/</link>
      <pubDate>Thu, 10 Aug 2017 00:00:00 +0000</pubDate>
      <guid>https://my.minimaker.space/2017/08/10/choosing-a-random-synth-in-sonic-pi/</guid>
      <description>Towards the end of our coding class at school today, one of the children asked me how they would choose a random synth in their code. I couldn’t give them the answer off of the top of my head so I came home and have placed two different solutions below:
# Choosing a Random Synth in Sonic Pi # Solution 1 10.times do use_synth [:beep, :blade, :cnoise, :dpulse].choose play :C3 sleep 1 end # Solution 2 10.</description>
    </item>
    <item>
      <title>Sonic Pi Coding Class - 002</title>
      <link>https://my.minimaker.space/2017/07/04/sonic-pi-coding-class-002/</link>
      <pubDate>Tue, 04 Jul 2017 00:00:00 +0000</pubDate>
      <guid>https://my.minimaker.space/2017/07/04/sonic-pi-coding-class-002/</guid>
      <description>My little boy, James, has been taking piano lessons for two terms now. Last week, his teacher asked him to do an assignment on a minuet.
James knows I’ve been running a coding group at school with Sonic Pi so he asked his teacher if he could write his minuet in Sonic Pi as part of his work. It was his first coding in a non block type language like Scratch.</description>
    </item>
    <item>
      <title>Sonic Pi Coding Class - 001</title>
      <link>https://my.minimaker.space/2017/06/22/sonic-pi-coding-class-001/</link>
      <pubDate>Thu, 22 Jun 2017 00:00:00 +0000</pubDate>
      <guid>https://my.minimaker.space/2017/06/22/sonic-pi-coding-class-001/</guid>
      <description>Resources:
Sonic Pi Website&amp;hellip;
Introduction to Sonic Pi for Parents&amp;hellip;
Tutorial&amp;hellip;
Cheat Sheet&amp;hellip;
All Sonic Pi posts on this website&amp;hellip;</description>
    </item>
  </channel>
</rss>
