electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
 Forum index » DIY Hardware and Software » Supercollider
Using SC as OSCILLOSCOPE?
Post new topic   Reply to topic Moderators: v-un-v
Page 1 of 1 [3 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
tokyomatik



Joined: Jan 20, 2011
Posts: 171
Location: berlin
Audio files: 6

PostPosted: Mon Jun 20, 2011 7:30 pm    Post subject: Using SC as OSCILLOSCOPE? Reply with quote  Mark this post and the followings unread

i just started exploring super collider but i'm not able to do much with it at the moment, Embarassed
i 'm just trying the tutorial codes and looks capaple of many things

i was wondering if is possible to use it as oscilloscope to show the waves of external vcos
should be not so difficult
anybody tried?
codes?

cheers
Back to top
View user's profile Send private message Visit poster's website
dewdrop_world



Joined: Aug 28, 2006
Posts: 858
Location: Guangzhou, China
Audio files: 4

PostPosted: Tue Jun 21, 2011 7:26 pm    Post subject: Reply with quote  Mark this post and the followings unread

Code:

(
if(thisProcess.platform.name == \osx) {
   Server.default = s = Server.internal;
};

s.waitForBoot {
   a = { SoundIn.ar(0) }.scope;
};
)


Now feed your signal into the lowest-numbered audio in.

In linux, make sure you have SwingOSC up and running before doing that. The SwingOSC readme (easy to google) explains how. Then, before doing the above:

Code:
SwingOSC.default.boot;


The windows version also uses SwingOSC but the installer sets it up for you.

When done:

Code:
a.free;

_________________
ddw online: http://www.dewdrop-world.net
sc3 online: http://supercollider.sourceforge.net
Back to top
View user's profile Send private message Visit poster's website AIM Address
tokyomatik



Joined: Jan 20, 2011
Posts: 171
Location: berlin
Audio files: 6

PostPosted: Wed Jun 22, 2011 6:09 pm    Post subject: Reply with quote  Mark this post and the followings unread

hey
thanx a lot
now works
great Razz
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic Moderators: v-un-v
Page 1 of 1 [3 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » DIY Hardware and Software » Supercollider
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use