live in Ferrol
February 17th, 2010Recording from the recent concert in Ferrol, Galiza:
ZLB - live at ateneo ferrolan, FERROL, 13 Jan 2010 by friendlyvirus
ZLBlive in FerrolFebruary 17th, 2010Recording from the recent concert in Ferrol, Galiza: ZLB - live at ateneo ferrolan, FERROL, 13 Jan 2010 by friendlyvirus SC hint #4December 28th, 2009VCAs in SC : a question of summing. VCAs are usefull in order not to spend cpu cycles adjusting levels with a dedicated synth, but still keeping full range on your controlling faders, knobs, etc.
(~vca = 0;
w=FlowView.new;
g = EZSlider( w, // parent
390@20, // bounds
"The VCA ", // label
\db.asSpec, // controlSpec
{|ez| ~vca = ez.value;i.value = ~vca + h.value } // action
).value_(0);
h = EZSlider( w, // parent
390@20, // bounds
"The fader ", // label
\db.asSpec, // controlSpec
{|ez| i.value = ~vca + ez.value} // action
);
i = EZSlider( w, // parent
390@20, // bounds
"Result ", // label
\db.asSpec, // controlSpec
{|ez| } // action
);
)
Going in mini-tour this january !! Porto and Galiza and The HagueDecember 26th, 2009
FRIENDLY VIRUS MINI TOUR with ÁNGEL FARALDO, ZLB and TIMITIMINONO: SC Hint #3 - Block - BreakDecember 22nd, 2009if you need to break from the middle of a iteration, because let’s say you had an error and you shouldn’t continue, then you can use:
block{ |break| 10.do{ |i| if(i==5){ break.value(999) } } }
SC Hint #2 - get the Rect with the size of ViewDecember 18th, 2009If you have a view and you want to get a Rect with it’s width and height you can do: Rect(0,0,view.bounds.width,view.bounds.height) But it’s more compact to do: view.bounds.extent.asRect SC Hint #1 - reduceNovember 26th, 2009A great way to apply a binary operator successively to the elements of an array is to use reduce. e.g. [true,false,true].reduce('&&')
["This ","is ","a string."].reduce('++')
svn heavenNovember 19th, 2009Hi I just discovered this week that it takes about 4 commands to set up an svn repository on my mac. Now I wonder how I ever survived without it. No more zips with different versions of the code, all changes are logged with comments, I can go back to older versions of the code easilly and compare changes between any two revisions. A guide to setting up a local svn here. Xperimental Events NetherlandsNovember 16th, 2009A google calendar with nice events going on in the netherlands is up in the web: If you want to add events, drop me a mail and I’ll add you to the list. hypocrisyNovember 12th, 2009In what concerns the music distribution, we are living in an age of hypocrisy: people only take seriously labels that release albums in cd format, yet a large amount of people only want to listen to such cds in their computer, and buys the cds of their favorite artists only to arrive home and rip them to iTunes. [edit] Apparently it’s not only me that’s saying it, MC Hammer agrees:
[/edit] Apple Vs StalinNovember 11th, 2009from tuaw:
Hum, no code but apple approved code, what does that remind me of ?… Ah, yes, it’s called censorship. Why think too much about it, let’s just go along like happy lemmings into the brave new world of touch enabled, good looking, well designed, proprietary, closed, totalitarian mobile platforms. I mean there’s the debate between open-source (Linux) and closed source (OSX and Windows), but any of these, independently of the licensing gives you the freedom to develop and run whatever you want in your device without having to ask permission to anyone (except in the case of DRM). Even the children eating Microsoft allows you to do this. But now, Apple seems to think THAT is too much freedom, and like the good old bolsheviks they want some “democratic centralism” . I really don’t like where this is going. | |
|
info_at_friendlyvirus.org sales_at_friendlyvirus.org www.myspace.com/friendlyvirus/ |
|