|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
Announcement: wslibHi 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 _______________________________________________ sc-users mailing list sc-users@... http://www.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Announcement: wslibwow! very nice. and thank you for sharing all this work. looks rad and i already found a lot of useful things. so i'll explore a bit further but 2 questions for now... 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? 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. _f Am 10.08.2007 um 00:36 schrieb Wouter Snoei:
#| fredrikolofsson.com klippav.org musicalfieldsforever.com |# _______________________________________________ sc-users mailing list sc-users@... http://www.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Announcement: wslibvery nice Wouter... some great extensions here!
Josh On Aug 9, 2007, at 3:36 PM, Wouter Snoei wrote: > 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 > > _______________________________________________ > sc-users mailing list > sc-users@... > http://www.create.ucsb.edu/mailman/listinfo/sc-users ****************************************** Joshua D. Parmenter http://www.realizedsound.net/josh/ “Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono _______________________________________________ sc-users mailing list sc-users@... http://www.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Announcement: wslibHi 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 |
|
|
Re: Announcement: wslibHello Wouter
should those using the WFS offline lib v0.1 update wslib? Regards Tom On 9 Aug 2007, at 23:36, Wouter Snoei wrote: > 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 > > _______________________________________________ > sc-users mailing list > sc-users@... > http://www.create.ucsb.edu/mailman/listinfo/sc-users _______________________________________________ sc-users mailing list sc-users@... http://www.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Announcement: wslibNo, there aren't any big changes.
cheers, Wouter Op 10-aug-2007, om 20:34 heeft Tom Hall het volgende geschreven: > Hello Wouter > > should those using the WFS offline lib v0.1 update wslib? > > Regards > > Tom > > > On 9 Aug 2007, at 23:36, Wouter Snoei wrote: > >> 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 >> >> _______________________________________________ >> sc-users mailing list >> sc-users@... >> http://www.create.ucsb.edu/mailman/listinfo/sc-users > > _______________________________________________ > 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 |
|
|
Re: Announcement: wslibHi,
First thank you very much and congratulation for your excellent and useful classes. AI have a quick question on your SimpleMIDIFile How do you program a silence into the MIDI sequence? The addNote method requires a note; is ready to handle a symbol? I usually use .addNote from inside of Pbind function and I want to use \ for a silence. Any idea? Cheers Fabrice Mogini On 9 Aug 2007, at 23:36, Wouter Snoei wrote: Hi folks, _______________________________________________ sc-users mailing list sc-users@... http://www.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Announcement: wslibHi Fabrice,
> First thank you very much and congratulation for your excellent and > useful classes. thanks! > How do you program a silence into the MIDI sequence? Well, since all startTimes in SimpleMIDIFile are absolute, inserting a silence would mean simply not adding anything to that specific startTime. Or is that not what you mean? > The addNote method requires a note; is ready to handle a symbol? No. Not a bad idea though. I could extend the method to accept note names as well as note numbers in the noteNumber arg. > I usually use .addNote from inside of Pbind function and I want to > use \ for a silence. If you would want to add a "dummy" event at a silence time, you could consider creating a second track in the SimpleMIDIFile and put notes that are supposed to be rests in there. Then you can mute that track when importing to a midi sequencer, or choose to change the rests to audible notes again by changing their track number if needed. Adding a note with velocity 0 could also be an option, but that could cause trouble with some sequencers, since noteOn messages with velocity 0 are usually interpreted as being noteOff messages. You'd need to test that for your specific case. cheers, Wouter > On 9 Aug 2007, at 23:36, Wouter Snoei wrote: > >> 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 >> >> _______________________________________________ >> sc-users mailing list >> sc-users@... >> http://www.create.ucsb.edu/mailman/listinfo/sc-users > > _______________________________________________ > 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 |
|
|
Re: Announcement: wslibthank you
f On 12 Dec 2007, at 18:33, Wouter Snoei wrote: > Hi Fabrice, > >> First thank you very much and congratulation for your excellent and >> useful classes. > thanks! > >> How do you program a silence into the MIDI sequence? > Well, since all startTimes in SimpleMIDIFile are absolute, inserting > a silence would mean simply not adding anything to that specific > startTime. Or is that not what you mean? > >> The addNote method requires a note; is ready to handle a symbol? > No. Not a bad idea though. I could extend the method to accept note > names as well as note numbers in the noteNumber arg. > >> I usually use .addNote from inside of Pbind function and I want to >> use \ for a silence. > If you would want to add a "dummy" event at a silence time, you > could consider creating a second track in the SimpleMIDIFile and put > notes that are supposed to be rests in there. Then you can mute that > track when importing to a midi sequencer, or choose to change the > rests to audible notes again by changing their track number if > needed. Adding a note with velocity 0 could also be an option, but > that could cause trouble with some sequencers, since noteOn messages > with velocity 0 are usually interpreted as being noteOff messages. > You'd need to test that for your specific case. > > cheers, > Wouter > >> On 9 Aug 2007, at 23:36, Wouter Snoei wrote: >> >>> 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 >>> >>> _______________________________________________ >>> sc-users mailing list >>> sc-users@... >>> http://www.create.ucsb.edu/mailman/listinfo/sc-users >> >> _______________________________________________ >> 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 _______________________________________________ sc-users mailing list sc-users@... http://www.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Announcement: wslibHi, just want to thank you Wouter for your library.
Some stuff that I will use a lot but to stupid to add myself. ; - ) Thanks! Regards Jesper 10 aug 2007 kl. 00.36 skrev 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 > > _______________________________________________ > sc-users mailing list > sc-users@... > http://www.create.ucsb.edu/mailman/listinfo/sc-users _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Announcement: wslib -- Quark?Hi Jesper, list,
Thanks for the compliments. Nice to hear that it turned out to be a good idea to share it with you all, and that you find it as useful as I do. Now, I'm looking into the possibilities to make it into a Quark to make it easier to find, install and update, but encountered a slight problem: my lib depends on the XML library from the swiki written by Jens Gulden. http://swiki.hfbk-hamburg.de:8888/MusicTechnology/747 Now, I'm not sure, am I just free to include that in the quark repos? And should it be a separate quark? Or does this mean I can't turn my lib into a Quark? It would be good in general if this (an maybe more swiki code) would become a Quark, but I'm probably not the one to decide about that. Any thoughts? cheers, Wouter Op 2-mrt-2008, om 9:44 heeft Jesper Elén het volgende geschreven: > Hi, just want to thank you Wouter for your library. > Some stuff that I will use a lot but to stupid to > add myself. ; - ) Thanks! > > Regards Jesper > > 10 aug 2007 kl. 00.36 skrev 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 >> >> _______________________________________________ >> sc-users mailing list >> sc-users@... >> http://www.create.ucsb.edu/mailman/listinfo/sc-users > > _______________________________________________ > sc-users mailing list > sc-users@... > http://lists.create.ucsb.edu/mailman/listinfo/sc-users Wouter Snoei info@... http://www.woutersnoei.nl _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Announcement: wslib -- Quark?Hi Wouter,
If I were you I'd contact Jens first. But that's really just politeness because the code is published; and as we discussed at length a couple of years ago, that implies that it takes the GPL (because of its interaction with GPL code in the SC main library), meaning you're allowed to reproduce it under GPL terms (e.g. you must credit the originator, who is the copyright holder). So even if Jens is unavailable to comment, then my advice would be to turn his XML lib into a little quark of its own (would be generically very handy, I'm sure). Dan 2008/3/2, Wouter Snoei <mailinglists@...>: > Hi Jesper, list, > > Thanks for the compliments. Nice to hear that it turned out to be a > good idea to share it with you all, and that you find it as useful as > I do. > > Now, I'm looking into the possibilities to make it into a Quark to > make it easier to find, install and update, but encountered a slight > problem: > > my lib depends on the XML library from the swiki written by Jens Gulden. > http://swiki.hfbk-hamburg.de:8888/MusicTechnology/747 > > Now, I'm not sure, am I just free to include that in the quark repos? > And should it be a separate quark? Or does this mean I can't turn my > lib into a Quark? > It would be good in general if this (an maybe more swiki code) would > become a Quark, but I'm probably not the one to decide about that. > Any thoughts? > > cheers, > Wouter > > Op 2-mrt-2008, om 9:44 heeft Jesper Elén het volgende geschreven: > > > Hi, just want to thank you Wouter for your library. > > Some stuff that I will use a lot but to stupid to > > add myself. ; - ) Thanks! > > > > Regards Jesper > > > > 10 aug 2007 kl. 00.36 skrev 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 > >> > >> _______________________________________________ > >> sc-users mailing list > >> sc-users@... > >> http://www.create.ucsb.edu/mailman/listinfo/sc-users > > > > _______________________________________________ > > sc-users mailing list > > sc-users@... > > http://lists.create.ucsb.edu/mailman/listinfo/sc-users > > Wouter Snoei > > info@... > http://www.woutersnoei.nl > > _______________________________________________ > sc-users mailing list > sc-users@... > http://lists.create.ucsb.edu/mailman/listinfo/sc-users > -- http://www.mcld.co.uk _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
|
|
Re: Announcement: wslib -- Quark?
If I remember well, James H had asked Jens if he could add a little change in his code, but there was no reply (at least, on the list).
So maybe Jens is not on the list at the moment. (would be nice to have the xml classes as a quark) Best -a- On 2 Mar 2008, at 15:51, Dan Stowell wrote:
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> andrea.valle@... -------------------------------------------------- " Think of it as seasoning . noise [salt] is boring . F(blah) [food without salt] can be boring . F(noise, blah) can be really tasty " (Ken Perlin on noise) _______________________________________________ sc-users mailing list sc-users@... http://lists.create.ucsb.edu/mailman/listinfo/sc-users |
| Free embeddable forum powered by Nabble | Forum Help |