Introduction to Technology for Musicians
old
old
  • Introduction to Technology for Musicians
  • 10 Units
    • 1. Computer Hardware
      • Assignment (computer hardware)
    • 2. Software
      • Assignment (software)
    • 3. Networks
      • Assignment (networks)
      • During Class
    • 4. Analog Audio
      • Assignment (analog synth)
      • Assignment (mic differences experiment)
    • 5. Digital Audio
      • Assignment (podcast)
      • Assignment (audio mixing)
      • Assignment (stereo recording)
    • 6. Photography & Film (analog)
    • 7. Photography/Graphics & Video (digital)
      • Assignment (photography)
      • Assignment (2d graphics)
      • Assignment (3d graphics)
      • Assignment (multi-camera editing)
      • Assignment (music video)
      • Assignment (score following video)
      • Video Recording
        • Audition/Screening Video (1 camera)
        • Multicam Video Recording (3+ Cameras)
        • Multicam Video Editing (2+ Cameras)
        • Live Streaming Video (+ Audio)
      • Graphics
        • Vector (2D & 3D) Activity
    • 8. Notation (MIDI) & Virtual Instruments
      • Assignment (notation)
        • MuseScore Reference
        • Dorico Reference
    • 9. Electroacoustic Music
    • 10. Music Rights
      • Copyright & Licensing
      • Copyright & Licensing Resources
  • Questions
  • MUS1331 Final Exam Questions
  • Appendix
    • Software Suggestions
    • Hardware Suggestions
    • Audio Recording
  • Under Construction
  • MIDI Exercise
  • Introduction to Notation Software Exercise
  • Email Etiquette
  • iPad
  • Simple Programming Problems
  • Analogy
  • Spring2021 purchase requirements
  • Lesson Plans
    • Class01
    • Class02
    • Class03
    • Class04
    • Class05
    • Class06
    • Class07
    • long video
    • scratch
Powered by GitBook
On this page
  • Tips
  • Reloading page (and empty cache)
  • How to add a Scratch

Was this helpful?

Edit on Git
  1. Lesson Plans

scratch

Previouslong video

Last updated 4 years ago

Was this helpful?

Tips

  • embed video =

  • working with directories (folders)

Reloading page (and empty cache)

  • Chrome:

    • View > Developer > Developer Tools

    • right click on the reload button and a menu will drop down

How to add a Scratch

Add Scratch (Free, browser-based visual programming language developed by the MIT Media Lab)

  1. Complete another tutorial of your choice.

  2. Create something to embed (it can be from the tutorial you did or something brand new)

  3. Click "Share"

  4. add Scratch iframe to your index.html in GitHub and commit the changes

    <!DOCTYPE html>
    <html>
      <body>
        <h1>My First Heading</h1>
        <p>My first paragraph.</p>
        
        <div>
          <audio controls>
              <source src="accordion.mp3" type="audio/mpeg">
              Your browser does not support the audio tag.
          </audio>
        </div>
        
        <iframe src="https://scratch.mit.edu/projects/359828492/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
        
      </body>
    </html>

Create a Scratch user account =

Complete the following tutorial =

click on "copy link" to bring up the embed code

https://stackoverflow.com/questions/18773598/creating-folders-inside-a-github-repository-without-using-git
https://support.zendesk.com/hc/en-us/articles/219161157-Options-to-clear-cache-and-cookies
https://scratch.mit.edu/join
https://scratch.mit.edu/projects/editor/?tutorial=getStarted
https://github.com/etianen/html5media/wiki/embedding-video