<div dir="ltr">> <span style="font-size:12.8000001907349px">A quick check with Max5 revealed they are control, not signal inlets.</span><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">that's still true in Max7, and slide~ also has control inlets in both Max5 and 7, so perhaps you should set it to control inlets to make them perfect clones. Although I like the idea of signal inlets for both of them :)</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-18 4:25 GMT-03:00 Fred Jan Kraan <span dir="ltr"><<a href="mailto:fjkraan@xs4all.nl" target="_blank">fjkraan@xs4all.nl</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Alexandre,<br>
<br>
> About the [rampsmooth~], I see the new object is corrected, great! One<br>
> thing though, I just realized how it has no audio signal inlets for the<br>
> arguments!!! It was supposed to have them, just like [slide~] does.<br>
><br>
It would be logical to expect this, but the Max5 and Max7 documentation<br>
does not mention the inlets. They are visible, but not used in the example.<br>
A quick check with Max5 revealed they are control, not signal inlets.<br>
<br>
> cheers<br>
<br>
Greetings,<br>
<br>
Fred Jan<br>
><br>
> 2015-06-07 7:28 GMT-03:00 Fred Jan Kraan <<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a><br>
> <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a>>>:<br>
><br>
>     Hi Jan,<br>
><br>
>     Thanks for pointing this out. I had seen the logic juggling with<br>
>     RAMPSMOOTH_GEOMETRIC and RAMPSMOOTH_LINEAR, but hadn't came to the<br>
>     conclusion the default behaviour was incorrect. I changed the code for<br>
>     now, but could make the change possible at run-time, as it was intended.<br>
>     But as we already have [slide~] for this, it is not very needed.<br>
><br>
><br>
>     Greetings,<br>
><br>
>     Fred Jan<br>
><br>
>     On 2015-06-07 11:33 AM, Jan Baumgart wrote:<br>
>     > Actually, the linear version is already in cyclone's code.<br>
>     > You can choose at compile time by not setting<br>
>     > #define RAMPSMOOTH_GEOMETRIC<br>
>     ><br>
>     > cheers,<br>
>     > jan<br>
>     ><br>
>     > On 06/06/2015 10:26 PM, Alexandre Torres Porres wrote:<br>
>     >> I have another bug to report, now in [rampsmooth~].<br>
>     >><br>
>     >> According to its help file, it should generate a linear ramp, but it<br>
>     >> doesn't. Instead, it generates a logarithmic curve just like<br>
>     [slide~]. I<br>
>     >> have attached a picture that shows how both are operating in the same<br>
>     >> way, where they shouldn't.<br>
>     >><br>
>     >> In MAX, [rampsmooth~] does in fact generate a perfectly linear ramp,<br>
>     >> unlike [slide~].<br>
>     >><br>
>     >> I was actually able to implement [slide~] only with [fexpr~],<br>
>     making it<br>
>     >> 100% compatible to vanilla. If there's a filter formula tht generates<br>
>     >> perfectly linear ramps I can implement it I guess, but it should be<br>
>     >> fairly easy to change it in the object. I'll see what I can do to<br>
>     help.<br>
>     >><br>
>     >> cheers<br>
>     >><br>
>     >> 2015-06-05 18:08 GMT-03:00 Dan Wilcox <<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a><br>
>     <mailto:<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>><br>
>     >> <mailto:<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a> <mailto:<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>>>>:<br>
>     >><br>
>     >>     [m_scale] is an abstraction ...<br>
>     >><br>
>     >>     --------<br>
>     >>     Dan Wilcox<br>
>     >>     @danomatika <<a href="https://twitter.com/danomatika" rel="noreferrer" target="_blank">https://twitter.com/danomatika</a>><br>
>     >>     <a href="http://danomatika.com" rel="noreferrer" target="_blank">danomatika.com</a> <<a href="http://danomatika.com" rel="noreferrer" target="_blank">http://danomatika.com</a>> <<a href="http://danomatika.com" rel="noreferrer" target="_blank">http://danomatika.com</a>><br>
>     >>     <a href="http://robotcowboy.com" rel="noreferrer" target="_blank">robotcowboy.com</a> <<a href="http://robotcowboy.com" rel="noreferrer" target="_blank">http://robotcowboy.com</a>> <<a href="http://robotcowboy.com" rel="noreferrer" target="_blank">http://robotcowboy.com</a>><br>
>     >><br>
>     >>>     On Jun 5, 2015, at 5:05 PM, Alexandre Torres Porres<br>
>     >>>     <<a href="mailto:porres@gmail.com">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>><br>
>     <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>>>> wrote:<br>
>     >>><br>
>     >>>     Yeah, I already built it with expr, so I don't really need to<br>
>     >>>     download etxernals for that. I was just wondering if extended<br>
>     >>>     already had such a thing, and it doesn't, so I think it's a nice<br>
>     >>>     addon to cyclone.<br>
>     >>><br>
>     >>>     An addon to cyclone would implicate and addon to extended, but<br>
>     >>>     then, it's not clear it'll ever be maintained again. Last time<br>
>     >>>     anyone talked about it in this list was 6 months ago... one<br>
>     way or<br>
>     >>>     another, seems like a nice addon to cyclone.<br>
>     >>><br>
>     >>>     Maybe it could be just an abstraction and it doesn't have to<br>
>     be a<br>
>     >>>     compiled object, I see the point. But I'd like to try and<br>
>     code it<br>
>     >>>     as an external into the cyclone library if possible.<br>
>     >>><br>
>     >>>     cheers<br>
>     >>><br>
>     >>>     2015-06-05 17:50 GMT-03:00 Dan Wilcox <<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a><br>
>     <mailto:<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>><br>
>     >>>     <mailto:<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a> <mailto:<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>>>>:<br>
>     >>><br>
>     >>>         See [m_scale] in rjlib:<br>
>     >>>         <a href="https://github.com/rjdj/rjlib/tree/master/rj" rel="noreferrer" target="_blank">https://github.com/rjdj/rjlib/tree/master/rj</a><br>
>     >>><br>
>     >>>         --------<br>
>     >>>         Dan Wilcox<br>
>     >>>         @danomatika <<a href="https://twitter.com/danomatika" rel="noreferrer" target="_blank">https://twitter.com/danomatika</a>><br>
>     >>>         <a href="http://danomatika.com" rel="noreferrer" target="_blank">danomatika.com</a> <<a href="http://danomatika.com" rel="noreferrer" target="_blank">http://danomatika.com</a>><br>
>     <<a href="http://danomatika.com/" rel="noreferrer" target="_blank">http://danomatika.com/</a>><br>
>     >>>         <a href="http://robotcowboy.com" rel="noreferrer" target="_blank">robotcowboy.com</a> <<a href="http://robotcowboy.com" rel="noreferrer" target="_blank">http://robotcowboy.com</a>><br>
>     <<a href="http://robotcowboy.com/" rel="noreferrer" target="_blank">http://robotcowboy.com/</a>><br>
>     >>><br>
>     >>>>         On Jun 5, 2015, at 4:35 PM,<br>
>     <a href="mailto:pd-list-request@lists.iem.at">pd-list-request@lists.iem.at</a> <mailto:<a href="mailto:pd-list-request@lists.iem.at">pd-list-request@lists.iem.at</a>><br>
>     >>>>         <mailto:<a href="mailto:pd-list-request@lists.iem.at">pd-list-request@lists.iem.at</a><br>
>     <mailto:<a href="mailto:pd-list-request@lists.iem.at">pd-list-request@lists.iem.at</a>>> wrote:<br>
>     >>>><br>
>     >>>>         *From:*Alexandre Torres Porres <<a href="mailto:porres@gmail.com">porres@gmail.com</a><br>
>     <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>><br>
>     >>>>         <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com">porres@gmail.com</a>>>><br>
>     >>>>         *Subject:**Re: [PD] Update cyclone maintenance*<br>
>     >>>>         *Date:*June 5, 2015 at 4:34:55 PM EDT<br>
>     >>>>         *To:*Fred Jan Kraan <<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a><br>
>     <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a>><br>
>     >>>>         <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a> <mailto:<a href="mailto:fjkraan@xs4all.nl">fjkraan@xs4all.nl</a>>>><br>
>     >>>>         *Cc:*"<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a><br>
>     <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>> <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a><br>
>     <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>>>"<br>
>     >>>>         <<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a> <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>><br>
>     <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a> <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>>>><br>
>     >>>><br>
>     >>>><br>
>     >>>>         I'm voting for a new [scale] and [scale~] object in<br>
>     cyclone,<br>
>     >>>>         the second is missing completely in extended, the first is<br>
>     >>>>         around, but in different versions, like [maxlib/scale],<br>
>     which<br>
>     >>>>         has a log option, and is actually buggy, and the<br>
>     >>>>         [expr_scale], which is just an expr abstraction. Seems like<br>
>     >>>>         very simple externals to make and I could go ahead and code<br>
>     >>>>         them. I think they'd be really useful. For example,<br>
>     [scale~]<br>
>     >>>>         would be essential to adjust the amplitude range from<br>
>     LFOs to<br>
>     >>>>         control your patches. the [scale] would be good for<br>
>     adjusting<br>
>     >>>>         MIDI input.<br>
>     >>>><br>
>     >>>>         cheers<br>
>     >>><br>
>     >>><br>
>     >><br>
>     >><br>
>     >><br>
>     >><br>
>     >> _______________________________________________<br>
>     >> <a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> <mailto:<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a>> mailing list<br>
>     >> UNSUBSCRIBE and account-management -><br>
>     >> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
>     >><br>
>     ><br>
><br>
><br>
</blockquote></div><br></div>