
Mark Coniglio
TroikaTronix
/ Moderator
Oct 24, 2007, 1:26 AM
Post #2 of 5
(1097 views)
Shortcut
|
|
Re: [SonicGraffiti] External text files
[In reply to]
|
Can't Post
|
|
There is no way to input an external text file into Isadora at this time. But you can send text into a Listener actor using an AppleScript. tell application "Isadora" tell document 1 broadcast to value "lalala" on channel 1 end tell end tell would broadcast the string "lalala" to any active Listener actor in the specified document whose type was set to 'string' and whose channel was set to 1. Using a little clever Applescripting, you should be able to take individual lines from a text file and send them in. Best Wishes, Mark - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Mark Coniglio / TroikaTronix Creator of Isadora
|