« Return to Thread: Pseg - start from the middle

Re: Pseg - start from the middle

by Dan Stowell :: Rate this Message:

Reply to Author | View in Thread

2009/4/24, Miguel Negrao <miguel.negrao@...>:
> Hi
>
>  Hi is there a way to make a Pseg funtion similarly to IEnvGen, so that i
>  can start an "envelope" in middle way between start and end ?

Maybe you want to use the "fastForward" method of Stream?

>  Also, how can I stop the internal server from booting and creating a window
> on startup and recompile ?

You're on mac? You can open the class file for OSXPlatform and comment
out the line "Server.internal.makeWindow;".

> and finally, what is the shortcut to select the
> the block of code where the cursor currently is without having to go to the
> parenthesis, so selecting from the middle of the code block.

cmd+shift+B

Best
Dan

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

 « Return to Thread: Pseg - start from the middle