Hi,
In light of the canvas resizing message that IOhannes sent through, I've modified my variable sequencer abstraction to resize itself depending on how many beats you initialise it with. I also added a help file.
http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq.pd http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq-help.pd
Please note, the deprecated external [namecanvas] is required!
Have fun.
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Chris McCormick wrote:
Hi,
In light of the canvas resizing message that IOhannes sent through, I've modified my variable sequencer abstraction to resize itself depending on how many beats you initialise it with. I also added a help file.
http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq.pd http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq-help.pd
Please note, the deprecated external [namecanvas] is required!
Have fun.
cool! though would be nice an option to quantize values to N steps, si it is possible to send only integer values
ciao
Federico
On Sat, Jul 29, 2006 at 11:43:39PM +0200, Federico wrote:
Chris McCormick wrote:
modified my variable sequencer abstraction to resize itself depending on how many beats you initialise it with. I also added a help file.
http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq.pd http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq-help.pd
though would be nice an option to quantize values to N steps, si it is possible to send only integer values
Hi,
I'm not sure exactly what you mean. If you mean sending integer values out of the output, you could easily multiply by some number and then [int] it.
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
Wow, that is really nice. I'd love to see your collection in a
library included in Pd-extended.
.hc
On Jul 29, 2006, at 1:15 PM, Chris McCormick wrote:
Hi,
In light of the canvas resizing message that IOhannes sent through,
I've modified my variable sequencer abstraction to resize itself
depending on how many beats you initialise it with. I also added a help file.http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq.pd http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq-help.pd
Please note, the deprecated external [namecanvas] is required!
Have fun.
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
On Jul 29, 2006, at 1:15 PM, Chris McCormick wrote:
http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq.pd http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq-help.pd
On Sun, Jul 30, 2006 at 03:52:36PM -0400, Hans-Christoph Steiner wrote:
Wow, that is really nice. I'd love to see your collection in a
library included in Pd-extended.
Hey HC,
That would be really neat. I'm not trying to retain backwards compatability between CVS checkins at the moment so it's quite unstable, but feel free to pull the whole lot from:
http://mccormick.cx/viewcvs/s-abstractions.tar.gz?view=tar
Or should I check them into the SF CVS periodically?
The goal with these is to make a set of abstractions that allow the user to have an easy to use environment for creating music with Pd; something like Reaktor under Windows, but with all the to-the-metal power of Pd that those programs lack. Also, not to have to install lots of wacky externals to get started using Pd, so the abstractions use only internals, except the GFX ones which use Gem and zexy. It's a long way from completion as tutorials etc. need to be written, but in the meantime the abstractions are for the most part quite useable so feel free to include them.
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
On Jul 31, 2006, at 6:04 AM, Chris McCormick wrote:
On Jul 29, 2006, at 1:15 PM, Chris McCormick wrote:
http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq.pd http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq- help.pd
On Sun, Jul 30, 2006 at 03:52:36PM -0400, Hans-Christoph Steiner
wrote:Wow, that is really nice. I'd love to see your collection in a library included in Pd-extended.
Hey HC,
That would be really neat. I'm not trying to retain backwards compatability between CVS checkins at the moment so it's quite
unstable, but feel free to pull the whole lot from:http://mccormick.cx/viewcvs/s-abstractions.tar.gz?view=tar
Or should I check them into the SF CVS periodically?
If you want to maintain your code in a separate CVS, then you should
periodically check in releases to the SourceForge CVS. You could
also maintain your code in the pure-data CVS if you wanted to.
The goal with these is to make a set of abstractions that allow the user to have an easy to use environment for creating music with Pd; something like Reaktor under Windows, but with all the to-the-metal power of Pd that those programs lack. Also, not to have to install
lots of wacky externals to get started using Pd, so the abstractions use
only internals, except the GFX ones which use Gem and zexy. It's a long way from completion as tutorials etc. need to be written, but in the meantime the abstractions are for the most part quite useable so feel free to include them.
Sounds very good. Part of the point of Pd-extended is to make it
easy to use libraries of objects like yours. The objects in Pd-
extended will be in the same place on every platform and in each
version.
.hc
On Sun, 30 Jul 2006, Chris McCormick wrote:
http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq.pd http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq-help.pd Please note, the deprecated external [namecanvas] is required!
Chris, the reason why externals are called externals is because they are external, that is, outside of Pd.
[namecanvas] is inside of Pd.
Apart from that, congratulations for using [namecanvas] !
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju | Freelance Digital Arts Engineer, Montréal QC Canada
On Sun, Jul 30, 2006 at 08:11:31PM -0400, Mathieu Bouchard wrote:
Please note, the deprecated external [namecanvas] is required!
Chris, the reason why externals are called externals is because they are external, that is, outside of Pd.
Good point!
Best,
Chris.
chris@mccormick.cx http://mccormick.cx