[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] ProxySpace .map woes (NetAddr error)
- To: scList <sc-users@xxxxxxxxxxxxxxxx>
- Subject: [sc-users] ProxySpace .map woes (NetAddr error)
- From: yvan volochine <yvan.volochine@xxxxxxxxx>
- Date: Tue, 22 Dec 2009 02:47:06 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=R84u4YAYgF7jt/90j/W8a/nFGvtZ//8ngCh53IKGO5M=; b=O56ohepRdYc2SDgw++J1QkrMpm7YFsvA3tSvwq4dsm2RiJB00yRpcueVIJyGtdycMs X6QN4uO/TY9i0GwMd1wChmePFz/AaQtpXJWcuFh+cxWrZbo6xX1Ky4Z/nB+aceYF33LZ hYKXHND2jlprPm5M4MHmLr2vk6Ax3Ggj6aMUE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=n4CkJPaMMM6Gycpy7fr4+WsVbcRhkGkrK7HRx1HaogmNumMmEPCAja5evYdE+qdC9I jhW/zNZHAL6tqPpMhzGRv4mLhj5r6rUZahGEPlNFH5u5+u/PFhbhw4HAmM+83EymOS+N qW/c9cmwKQzTSAgEpVifny2V2qZnWc7cJC5EA=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
- User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)
hello
I just realized today that .map (in ProxySpace) doesn't work anymore
(svn revision 9624, ubuntu karmic)
this small example:
p = ProxySpace.push(s.boot)
~sin = { SinOsc.ar(\freq.kr(330), 0, 0.2)}
~sin.play
~lfo = { SinOsc.kr(12, 0, 800)}
~sin.map(\freq, ~lfo)
throws this error:
ERROR: List array not an Array.
Instance of Array { (B6A97C80, gc=C4, fmt=01, flg=00, set=03)
indexed slots [3]
0 : instance of Array (0xb6a7d870, size=8, set=3)
1 : instance of Array (0x95f80b0, size=12, set=4)
2 : instance of Array (0xb69cb780, size=4, set=2)
}
ERROR: Primitive '_ObjectPerformList' failed.
Wrong type.
RECEIVER:
Instance of NetAddr { (B69B45B0, gc=C8, fmt=00, flg=00, set=02)
instance variables [4]
addr : Integer 2130706433
port : Integer 57110
hostname : "127.0.0.1"
socket : nil
}
CALL STACK:
MethodError:reportError B6A71500
arg this = <instance of PrimitiveFailedError>
Nil:handleError B6A5E630
arg this = nil
arg error = <instance of PrimitiveFailedError>
Thread:handleError B6A60340
arg this = <instance of Thread>
arg error = <instance of PrimitiveFailedError>
Object:throw B6B48B10
arg this = <instance of PrimitiveFailedError>
Object:primitiveFailed B6A5AD60
arg this = <instance of NetAddr>
Server:listSendBundle B6A520F0
arg this = <instance of Server>
arg time = 0.2
arg msgs = <instance of List>
NodeProxy:map B6A5C530
arg this = <instance of NodeProxy>
arg args = [*2]
var bundle = <instance of List>
Interpreter:interpretPrintCmdLine 094F8EB0
arg this = <instance of Interpreter>
var res = nil
var func = <instance of Function>
var code = "~out.map(\freqOffest, ~lfo);"
var doc = <instance of ScelDocument>
Process:interpretPrintCmdLine B6A57580
arg this = <instance of Main>
cheers,
_y
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/