« Return to Thread: Announcement: wslib

Re: Announcement: wslib

by Wouter Snoei-2 :: Rate this Message:

Reply to Author | View in Thread

Hi Fredrik,

Thanks for the comments.

> have you noticed a cpu performance hit when using Pen for so many  
> gui things?  will there be a big difference from using say a lot of  
> your nice sliders than the standard sc ones?
Yes, especially the SmoothSlider object does take more CPU than  
regular sliders. On slower computers this might lead to problems.  
However the cpu peak only occurs when the slider is moved, so as long  
as you don't move too many sliders at once there shouldn't be too  
much cpu use. I will try to optimize them in future versions though;  
suggestions on that are welcome.

> and i noticed SimpleNumber:rangeExp.  is there a reason this is not  
> 'exprange' instead to match the UGen method?  range and exprange  
> for numbers i hope could make it into the standard distro one day.
Yes, good idea! My 'rangeExp' methods date from before the  
introduction of 'exprange' (which I didn't notice until now). I will  
change it to 'exprange' in the next version.

cheers,
Wouter

> Am 10.08.2007 um 00:36 schrieb Wouter Snoei:
>
>> Hi folks,
>>
>> I'm releasing my personal library of Classes and extensions. It  
>> can be downloaded at:
>>
>> http://www.woutersnoei.nl/wslib/
>>
>> "wslib_v0.23.tar.gz" is the current version (might change without  
>> notice)
>>
>> Main features are:
>> - A full MIDI file implementation (including cc, bend etc)
>> - Automatic backup feature
>> - Graphic vector import, export and generation to the XML-based  
>> SVG file format
>> - Graphic vector export to PostScript
>> - Pen based replacements for SCSlider and SCButton, with loads of  
>> extra options
>> - Color extensions for named web colors
>> - GUI code generator, including Pen functions
>> - File management tools based on Unix commands (create folders,  
>> move, rename, copy, delete or compress files)
>> - Dedicated GUI for recording audiofiles from the server
>> - lots of shortcuts and small additions
>> - and more..
>>
>> A dedicated part of my website will follow later, for now just use  
>> the download link above.
>> Thanks to Tom Tlalim for being my beta tester.
>>
>> Comments and suggestions very welcome.
>>
>> Ejoy!
>>
>> Wouter
>>
>> ps: the WFS library is not included..
>>
>>
>> Wouter Snoei
>>
>> info@...
>> http://www.woutersnoei.nl
>
>
>   #|
>      fredrikolofsson.com     klippav.org     musicalfieldsforever.com
>   |#
>
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://www.create.ucsb.edu/mailman/listinfo/sc-users

Wouter Snoei

info@...
http://www.woutersnoei.nl

_______________________________________________
sc-users mailing list
sc-users@...
http://www.create.ucsb.edu/mailman/listinfo/sc-users

 « Return to Thread: Announcement: wslib