Hello
I am wondering and hoping someone else has got one of these Korg Monotribes. I have mod-ed mine with the USBtribe http://www.usbtri.be/ I am having a little bit of fun sending random values on channel 1 CC# 1, 7, 11, 16, 17, 80, 81 82 and 83 effectively glitching out the Synth portion.
Can someone give me an example of how to produce "smooth" random values?
I have a metro on about 200 triggering about 9 bangs for a [random 127] and the values are bopping all over the place and i would like them to move smoothly from random number to random number like a knob would. Can someone help me out with that? Is line what i want? or Vline?
pp
On 08/27/2013 05:41 AM, Pagano, Patrick wrote:
I have a metro on about 200 triggering about 9 bangs for a [random 127] and the values are bopping all over the place and i would like them to move smoothly from random number to random number like a knob would. Can someone help me out with that? Is line what i want? or Vline?
'line' should do the trick: you can for example connect a [pack f 200] to the 'random', and a 'line' to the 'pack'. though maybe it is more interessting to randomize the 'slide time' too...
bis denn! martin
Here is what i have so far, i was just playing a bit with the randomization of the CCs Is someone willing to share a patch that show MIDI values being smoothed? I will try to employ whatever anyone shares, so i am going to start with Claude's patch and see how it works.
From: pd-list-bounces@iem.at [pd-list-bounces@iem.at] on behalf of martin brinkmann [mnb@martin-brinkmann.de] Sent: Tuesday, August 27, 2013 6:43 AM To: pd-list@iem.at Subject: Re: [PD] Pure Data and Korg Monotribe
On 08/27/2013 05:41 AM, Pagano, Patrick wrote:
I have a metro on about 200 triggering about 9 bangs for a [random 127] and the values are bopping all over the place and i would like them to move smoothly from random number to random number like a knob would. Can someone help me out with that? Is line what i want? or Vline?
'line' should do the trick: you can for example connect a [pack f 200] to the 'random', and a 'line' to the 'pack'. though maybe it is more interessting to randomize the 'slide time' too...
bis denn! martin
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Here is a working patch for what i am fooling with. I tried drunk from cycline and it's nice but it's not really what i would like to do, so i am hopeful i am more clear in my explanation someone might be able to point me in the right direction.
I would like the random numbers to move say from 10 and then the next random number is 20, instead of hoping right to the value twenty next, how could i program pd to give the value 10 and then 11,12,13,14 etc. until it gets to 20 and then if the next value was 14, move slowly form 20 to 19,18,17,16,15,14. but slowly like on a ramp so that the values are moving numerically to each next random number intsead of jumping right to them.
I hope this is clearer. I am wondering if a line or a delay would be the proper way to program it?
help please
cheers~
Patrick
From: Pagano, Patrick Sent: Tuesday, August 27, 2013 10:57 AM To: martin brinkmann; pd-list@iem.at Cc: muranyia@gmail.com; claude@mathr.co.uk Subject: RE: [PD] Pure Data and Korg Monotribe
Here is what i have so far, i was just playing a bit with the randomization of the CCs Is someone willing to share a patch that show MIDI values being smoothed? I will try to employ whatever anyone shares, so i am going to start with Claude's patch and see how it works.
From: pd-list-bounces@iem.at [pd-list-bounces@iem.at] on behalf of martin brinkmann [mnb@martin-brinkmann.de] Sent: Tuesday, August 27, 2013 6:43 AM To: pd-list@iem.at Subject: Re: [PD] Pure Data and Korg Monotribe
On 08/27/2013 05:41 AM, Pagano, Patrick wrote:
I have a metro on about 200 triggering about 9 bangs for a [random 127] and the values are bopping all over the place and i would like them to move smoothly from random number to random number like a knob would. Can someone help me out with that? Is line what i want? or Vline?
'line' should do the trick: you can for example connect a [pack f 200] to the 'random', and a 'line' to the 'pack'. though maybe it is more interessting to randomize the 'slide time' too...
bis denn! martin
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Tue, Aug 27, 2013 at 5:41 AM, Pagano, Patrick pat@digitalworlds.ufl.eduwrote:
Hello
I am wondering and hoping someone else has got one of these Korg Monotribes. I have mod-ed mine with the USBtribe http://www.usbtri.be/ I am having a little bit of fun sending random values on channel 1 CC# 1, 7, 11, 16, 17, 80, 81 82 and 83 effectively glitching out the Synth portion.
Can someone give me an example of how to produce "smooth" random values?
I have a metro on about 200 triggering about 9 bangs for a [random 127] and the values are bopping all over the place and i would like them to move smoothly from random number to random number like a knob would. Can someone help me out with that? Is line what i want? or Vline?
pp
I guess you just answered your own question :o) Or, if linear ramps are not satisfying, I'd experiment with an Array set to bezier curves and read out at a higher resolution.
András
Can you share an example? I think bezier would be ideal
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Aug 27, 2013, at 6:45 AM, "András Murányi" <muranyia@gmail.commailto:muranyia@gmail.com> wrote:
On Tue, Aug 27, 2013 at 5:41 AM, Pagano, Patrick <pat@digitalworlds.ufl.edumailto:pat@digitalworlds.ufl.edu> wrote:
Hello
I am wondering and hoping someone else has got one of these Korg Monotribes. I have mod-ed mine with the USBtribe http://www.usbtri.be/ I am having a little bit of fun sending random values on channel 1 CC# 1, 7, 11, 16, 17, 80, 81 82 and 83 effectively glitching out the Synth portion.
Can someone give me an example of how to produce "smooth" random values?
I have a metro on about 200 triggering about 9 bangs for a [random 127] and the values are bopping all over the place and i would like them to move smoothly from random number to random number like a knob would. Can someone help me out with that? Is line what i want? or Vline?
pp
I guess you just answered your own question :o) Or, if linear ramps are not satisfying, I'd experiment with an Array set to bezier curves and read out at a higher resolution.
András _______________________________________________ Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
It was just an idea, which may or may not work. Unfortunately I don't have patches.
András
On Tue, Aug 27, 2013 at 2:48 PM, Pagano, Patrick pat@digitalworlds.ufl.eduwrote:
Can you share an example? I think bezier would be ideal
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Aug 27, 2013, at 6:45 AM, "András Murányi" muranyia@gmail.com wrote:
On Tue, Aug 27, 2013 at 5:41 AM, Pagano, Patrick < pat@digitalworlds.ufl.edu> wrote:
Hello
I am wondering and hoping someone else has got one of these Korg Monotribes. I have mod-ed mine with the USBtribe http://www.usbtri.be/ I am having a little bit of fun sending random values on channel 1 CC# 1, 7, 11, 16, 17, 80, 81 82 and 83 effectively glitching out the Synth portion.
Can someone give me an example of how to produce "smooth" random values?
I have a metro on about 200 triggering about 9 bangs for a [random 127] and the values are bopping all over the place and i would like them to move smoothly from random number to random number like a knob would. Can someone help me out with that? Is line what i want? or Vline?
pp
I guess you just answered your own question :o) Or, if linear ramps are not satisfying, I'd experiment with an Array set to bezier curves and read out at a higher resolution.
András
drunk object?
2013/8/27 András Murányi muranyia@gmail.com
It was just an idea, which may or may not work. Unfortunately I don't have patches.
András
On Tue, Aug 27, 2013 at 2:48 PM, Pagano, Patrick < pat@digitalworlds.ufl.edu> wrote:
Can you share an example? I think bezier would be ideal
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Aug 27, 2013, at 6:45 AM, "András Murányi" muranyia@gmail.com wrote:
On Tue, Aug 27, 2013 at 5:41 AM, Pagano, Patrick < pat@digitalworlds.ufl.edu> wrote:
Hello
I am wondering and hoping someone else has got one of these Korg Monotribes. I have mod-ed mine with the USBtribe http://www.usbtri.be/ I am having a little bit of fun sending random values on channel 1 CC# 1, 7, 11, 16, 17, 80, 81 82 and 83 effectively glitching out the Synth portion.
Can someone give me an example of how to produce "smooth" random values?
I have a metro on about 200 triggering about 9 bangs for a [random 127] and the values are bopping all over the place and i would like them to move smoothly from random number to random number like a knob would. Can someone help me out with that? Is line what i want? or Vline?
pp
I guess you just answered your own question :o) Or, if linear ramps are not satisfying, I'd experiment with an Array set to bezier curves and read out at a higher resolution.
András
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Funny you said that because I did a max patch with randoms and drunk objects with the number and steps. Where would I find a drunk object for pd? I assume it will be in an external lib but I don't know where to find one yet
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Aug 27, 2013, at 1:05 PM, "Jm Jones" <juanmjv@gmail.commailto:juanmjv@gmail.com> wrote:
drunk object?
2013/8/27 András Murányi <muranyia@gmail.commailto:muranyia@gmail.com> It was just an idea, which may or may not work. Unfortunately I don't have patches.
András
On Tue, Aug 27, 2013 at 2:48 PM, Pagano, Patrick <pat@digitalworlds.ufl.edumailto:pat@digitalworlds.ufl.edu> wrote: Can you share an example? I think bezier would be ideal
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020tel:%28352%29%20294-2020
On Aug 27, 2013, at 6:45 AM, "András Murányi" <muranyia@gmail.commailto:muranyia@gmail.com> wrote:
On Tue, Aug 27, 2013 at 5:41 AM, Pagano, Patrick <pat@digitalworlds.ufl.edumailto:pat@digitalworlds.ufl.edu> wrote:
Hello
I am wondering and hoping someone else has got one of these Korg Monotribes. I have mod-ed mine with the USBtribe http://www.usbtri.be/ I am having a little bit of fun sending random values on channel 1 CC# 1, 7, 11, 16, 17, 80, 81 82 and 83 effectively glitching out the Synth portion.
Can someone give me an example of how to produce "smooth" random values?
I have a metro on about 200 triggering about 9 bangs for a [random 127] and the values are bopping all over the place and i would like them to move smoothly from random number to random number like a knob would. Can someone help me out with that? Is line what i want? or Vline?
pp
I guess you just answered your own question :o) Or, if linear ramps are not satisfying, I'd experiment with an Array set to bezier curves and read out at a higher resolution.
András
Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- JM Jones _______________________________________________ Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Tue, Aug 27, 2013 at 7:20 PM, Pagano, Patrick pat@digitalworlds.ufl.eduwrote:
Funny you said that because I did a max patch with randoms and drunk objects with the number and steps. Where would I find a drunk object for pd? I assume it will be in an external lib but I don't know where to find one yet
cyclone or miXed
ja, oh, good question, is not in pd ? :) i use pd and max and my brain is mixed. i realli like (drunk)
2013/8/27 Pagano, Patrick pat@digitalworlds.ufl.edu
Funny you said that because I did a max patch with randoms and drunk objects with the number and steps. Where would I find a drunk object for pd? I assume it will be in an external lib but I don't know where to find one yet
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Aug 27, 2013, at 1:05 PM, "Jm Jones" juanmjv@gmail.com wrote:
drunk object?
2013/8/27 András Murányi muranyia@gmail.com
It was just an idea, which may or may not work. Unfortunately I don't have patches.
András
On Tue, Aug 27, 2013 at 2:48 PM, Pagano, Patrick < pat@digitalworlds.ufl.edu> wrote:
Can you share an example? I think bezier would be ideal
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Aug 27, 2013, at 6:45 AM, "András Murányi" muranyia@gmail.com wrote:
On Tue, Aug 27, 2013 at 5:41 AM, Pagano, Patrick < pat@digitalworlds.ufl.edu> wrote:
Hello
I am wondering and hoping someone else has got one of these Korg Monotribes. I have mod-ed mine with the USBtribe http://www.usbtri.be/ I am having a little bit of fun sending random values on channel 1 CC# 1, 7, 11, 16, 17, 80, 81 82 and 83 effectively glitching out the Synth portion.
Can someone give me an example of how to produce "smooth" random values?
I have a metro on about 200 triggering about 9 bangs for a [random 127] and the values are bopping all over the place and i would like them to move smoothly from random number to random number like a knob would. Can someone help me out with that? Is line what i want? or Vline?
pp
I guess you just answered your own question :o) Or, if linear ramps are not satisfying, I'd experiment with an Array set to bezier curves and read out at a higher resolution.
András
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- JM Jones
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list