Csound Csound-dev Csound-tekno Search About

Csound Based Oscilloscope in iOS

Date2016-08-23 03:16
FromEmmett Palaima
SubjectCsound Based Oscilloscope in iOS
Hi, I was looking into adding some sort of oscilloscope type waveform display for the synthesis app I am working on using Csound for iOS. The app is a synthesis tutorial, so the idea is to be able to display audio and control signals so that users can visualize how different wave and envelope shapes and are correlated to the sound. I wanted to ask if anyone had advice on how I might accomplish this either through some tools that might be available in Csound or if there was something in Objective C. Just doing some research right now to get a feel for how I'm going to go about it, so any advice is appreciated. Thanks! 
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2016-08-23 13:17
FromRory Walsh
SubjectRe: Csound Based Oscilloscope in iOS
Check out https://csound.github.io/docs/api/group__TABLEDISPLAY.html
If you only ever want the app to be available on iOS just use Obj C. If you wish to target lots of platforms using the same code base then use a more robust framework such as JUCE of Qt. 

On 23 August 2016 at 03:16, Emmett Palaima <epalaima@berklee.edu> wrote:
Hi, I was looking into adding some sort of oscilloscope type waveform display for the synthesis app I am working on using Csound for iOS. The app is a synthesis tutorial, so the idea is to be able to display audio and control signals so that users can visualize how different wave and envelope shapes and are correlated to the sound. I wanted to ask if anyone had advice on how I might accomplish this either through some tools that might be available in Csound or if there was something in Objective C. Just doing some research right now to get a feel for how I'm going to go about it, so any advice is appreciated. Thanks! 
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here