Skip to content

TuningEye is a iOS app written in Objective-c. It's draw input data from microphones, stored PCM files, and sin waves generated in code by OpenGL ES.

Notifications You must be signed in to change notification settings

mako4th/TuningEye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuningEye

This project is a research project when I created a tuner app for violin for iOS.
"TuningToneForViolin".

TuningEye is a iOS app written in Objective-c. It's draw input data from microphones, stored PCM files, and sin waves generated in code by OpenGL ES.

image

How to Run

1.Clone.

2.Open TuningEye.xcodeproj with Xcode.

3.Chenge TARGET->GENERAL->Signing->Team to yours.

4.Run.

Usage

  • input select

    Mic: Microphone input.

    File: Load data from file.

    Sin: Ganarate sin wave and show.

  • graph

    line: Draw with the OpenGL draw line.

    particle: Draw with the OpenGL draw particle.

  • data offset at draw

    Data offset to get data from input buffer for draw. The movement of the graph in relation to the AudioUnit sampling rate and the GLKView update rate.

  • Reset Reset "data offset at draw" to default.

  • pointSize

    Line width.

About

TuningEye is a iOS app written in Objective-c. It's draw input data from microphones, stored PCM files, and sin waves generated in code by OpenGL ES.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published