Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.39 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.39 KB

ChordAI

A iOS project used for a creative interaction between mobile device and music with the help of computervision.

 - Developed in Swift

Purpose of the project

To create an iOS application that uses computervison in order to recognise hand gestures and mapping the interact with chords made on a piano. The intended use use is for people who have no knowledge of musical theory.

How To Use

You can start playing different chords in the western C Minor scale by showing your fingers to the camera. Each amount of fingers shown is mapped to a specifc chord. I.e. if you show 1 finger the playback will be a C Minor chord meaning pressing harmonic notes with eachother.

  • C Minor chord = C - D# - G

Tools

Software

  • xCode

Frameworks

  • AVMIDIPlayer
  • Vision

Supporting Files

  • MIDI files (.mid)
  • Sound Font (.sf2)

Hardware

  • iPhone front camera with atleast iOS 14 (Vision framework compatability)