electro-music.com -> Supercollider https://electro-music.com/forum/ Buchla 700 voice architecture in Supercollider https://electro-music.com/forum/viewtopic.php?p=447734#447734 Here's a rough attempt at implementing my rough guess of (most of) the Buchla 700 voice architecture in Supercollider:

https://github.com/lantertronics/b700ish

And here's a playlist of four videos in which I walk through the code, also talking a ...
abovenyquist Mon, 11 Jan 2021 15:04:31 -0700
Trouble with audio in Ubuntu 16.04; virus on support wiki? https://electro-music.com/forum/viewtopic.php?p=443248#443248 your router is junk. norton has one good product sold to large businesses. norton endpoint protection. everything else is junk. belkin is also junk sold at staples or target stores. if you had a better router, it would not block you (the owner of the ... EATyourGuitar Mon, 20 Jan 2020 09:19:32 -0700 supercollider server suddenly won't start https://electro-music.com/forum/viewtopic.php?p=438036#438036 I really don't know much about the software involved .. so just guessing really ... but looking at the dumps you posted it looks like there is a sample rate issue.

It also looks like you could tell jack to use 48000 s/s .. ($ jackd -r -d alsa -r 4 ...
blue hell Thu, 13 Dec 2018 10:21:49 -0700
Getting hold of `SuperColliderAU.component` https://electro-music.com/forum/viewtopic.php?p=435793#435793 Hello, I'm interested in using SuperCollider in conjunction with Logic Pro X. I gather however that the AU component can only be obtained by building SC from source. According to this page, however, http://www.mojolama.com/building-audio-units-superco ... carlcaulkett Thu, 19 Jul 2018 04:55:07 -0700 strange periodical distortion when recording sound https://electro-music.com/forum/viewtopic.php?p=418335#418335 dear everybody

we're experiencing strange sound recordings with the code below (something seams to produce interference and it's not coming from the data behind as it happens also with simple 1, 0, 0, 1, 0, 0 ... files:

ist there any known issu ...
namor Thu, 31 Mar 2016 08:24:38 -0700
SC live performance https://electro-music.com/forum/viewtopic.php?p=412598#412598 Awesome! :D Asamana Sat, 15 Aug 2015 01:33:36 -0700 Supercollider MIDIOut https://electro-music.com/forum/viewtopic.php?p=412597#412597
MIDIClient.init
MIDIClient.destinations

m= MIDIOut(0); //quick way to access device 0, port 0

m.latency= 0.0; //use this to remove all latency and send messages immediately

m.noteOn(1,63,127); //arguments: channel ...
Asamana Sat, 15 Aug 2015 01:28:49 -0700
Possibilities https://electro-music.com/forum/viewtopic.php?p=386133#386133 Hi,

I have been working on music for years. I went through many different software arrangements until I became very interested in granular synthesis and the rich world of experimental music.

I have recently been working with this arrangement:
...
Adam JK Sun, 23 Jun 2013 04:32:04 -0700
sc performance https://electro-music.com/forum/viewtopic.php?p=384072#384072 Oh I like it!

Looks like a nice controller you built yourself.

Oh and :welcome: of course.
blue hell Tue, 14 May 2013 07:41:55 -0700
SC 3.6.4 Windows https://electro-music.com/forum/viewtopic.php?p=382999#382999 Anyone played with the latest in Windows?

I'm giving it a shot. Already off to a rocky start as the server won't boot. :oops:

Just curious if the user base here is only dormant.
adnauseam Thu, 25 Apr 2013 11:25:11 -0700
SuperCollider 3.3 is released https://electro-music.com/forum/viewtopic.php?p=369388#369388 Well, Supercollider 3.4 came and went...

The 3.5 branch arrived last year with new integrated help and GUI systems (both based on the qt toolkit).

3.6 is in active development and promises the option of an integrated IDE/editor (again, qt-base ...
markhadman Tue, 11 Sep 2012 08:09:53 -0700
Welcome to the SuperCollider Forum :) https://electro-music.com/forum/viewtopic.php?p=369387#369387 The up-to-date location for Supercollider is here:

http://supercollider.sourceforge.net/downloads/

The link to Wesleyan should probably be removed; their build system hasn't bult anything since 2009, yet Supercollider is in very active devel ...
markhadman Tue, 11 Sep 2012 08:04:43 -0700
totally noob question with () https://electro-music.com/forum/viewtopic.php?p=359244#359244 Yeah .. bit quiet here, guess the scene is elsewhere ... sorry, don't know any answer myself, just wanted to say :welcome: ... my own head moved into a kyma thingie recently ... it is really too bad that investing in a complex platform, like supercoll ... blue hell Fri, 20 Apr 2012 17:01:43 -0700 Philly SC Workshop https://electro-music.com/forum/viewtopic.php?p=358028#358028 Hello,

I will be hosting two SuperCollider workshops in Philadelphia, USA.

As you may know already, SuperCollider is one of the most powerful and versatile sound designing freeware available for music technologists. It is a tool to understand ...
joowon Tue, 03 Apr 2012 10:55:09 -0700
Compiling Supercollider 3.5 on Ubuntu Precise https://electro-music.com/forum/viewtopic.php?p=356796#356796 Thanks for the update. 8)

and now SuperCollider 3.5 is released!
http://sourceforge.net/projects/supercollider/files/Source/3.5.0
audiodef Tue, 20 Mar 2012 09:18:42 -0700
turning up the speed https://electro-music.com/forum/viewtopic.php?p=344882#344882 Hi everyone,

I got my hands on a piece of code creating a nice baseline and what i want to do with it is changing the speed with wich the baseline is played by moving my mouse. therefore I have found these handy mouseX and mousY methods but i dunno ...
googolplex Mon, 14 Nov 2011 04:44:58 -0700
SuperCollider Q&A https://electro-music.com/forum/viewtopic.php?p=337434#337434 Chapter 25 of the SuperCollider book is on *Writing Unit Generator Plug-ins* in C++ and associated config files. So, this is a hook within the SC server.

SC itself has two processes, client and server. The server does the heavy lifting, and commun ...
bschiett Mon, 15 Aug 2011 06:46:19 -0700
Timing inside a Synth? https://electro-music.com/forum/viewtopic.php?p=336350#336350 Hello everyone!

I'm a SC noob (just a few days worth of experience) and I was wondering if someone could help me.

I wanted to write a synth that would simply take two audio files (say A and B) and play immediately A upon triggering and B after a ...
rinzai Mon, 01 Aug 2011 14:16:35 -0700
Using SC as OSCILLOSCOPE? https://electro-music.com/forum/viewtopic.php?p=333571#333571 hey
thanx a lot
now works
great :P
tokyomatik Wed, 22 Jun 2011 18:09:34 -0700
Multiple cores/processors on OS X https://electro-music.com/forum/viewtopic.php?p=332824#332824 Hi James,

Thanks for the very informative post.

I think I have built 3.5, I built the latest dev build a couple of weeks ago as I was having issues with xcode 4 and the normal branch. Then I got sidetracked with the iPad build and forgot about i ...
BobTheDog Sun, 12 Jun 2011 14:41:41 -0700