hi there,
i have a large amount of evolving wavetables (think ppg wave and the like)
2048 points per cycle
between 64 to 256 cycles in total.
those wavetables are saved to a standard wav file.
i would like to “standardize” those wavetables to all contain only 64 waves, hence only keeping every n-th wavecycle and cutting out the rest.
i can easily load the wav-files into an array with soundfiler and calculate the number of waves by dividing the sample number by 2048. what would be the …
[View More]easiest way to cut out all the unwanted waves and resave to a wav file?
it is straightforward to create a wavetable-player where i can scan through the wavetable (nice!!, see attached) but i am a bit lost onwards…
thanks for any pointers.
[View Less]
See [touch] in droidparty abstractions which is built using data structures.. I've been working with it for a while.
https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions <https://github.com/chr15m/PdDroidParty/tree/master/droidparty-abstractions>
> On Dec 14, 2018, at 9:36 AM, pd-list-request(a)lists.iem.at wrote:
>
> Date: Fri, 14 Dec 2018 15:34:29 +0100
> From: Max <abonnements(a)revolwear.com <mailto:abonnements@revolwear.com>>
> To: "…
[View More]pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>" <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
> Subject: [PD] Grid, x y control
> Message-ID: <3dec1357-cfcd-5d82-7364-eb52dcdd3127(a)revolwear.com <mailto:3dec1357-cfcd-5d82-7364-eb52dcdd3127@revolwear.com>>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hi list,
>
> what's the current recommendation for a simple x-y Pd GUI controller
> type of thing? Like a slider but horizontal and vertical.
> There are probably a few externals providing this, which one is the
> best/most compatible/future proof?
> In vanilla this can be emulated with an object reporting its position on
> a canvas, but to use it one must change to the edit mode which is kind
> of counter-intuitive.
>
> Anything I'm missing?
>
> m
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
[View Less]
Hi list,
I have a design consideration:
There is a mapping abstraction where IDs of buttons are mapped to MIDI
notes. There are different tunings.
Previously I used an array to store the tunings and filled this by
reading a text file in which the tuning was stored.
Now, I do the same thing but I am using the text object. Nice thing here
is that I can store the tuning in an object.
However in both cases I want to be able to use this abstraction either
only once or multiple times.
…
[View More]Problem is, that if I use it multiple times the [array name] or [text
define -k name] will be defined multiple times.
Is there a smart way to solve this kind of issue?
I could still use text files and load them in [array $0-name] or [text
define -k $0-name] objects, but that doesn't strike me as particular
elegant since they will still contain the same thing, meaning it's code
duplication.
cheers
m.
[View Less]
Hi list,
please excuse me if this has been discussed numerous times, but the
search engine at https://lists.puredata.info/pipermail/pd-list/ does not
give me reasonable answers.
I am writing an abstraction and for one of its numeric arguments I would
like to detect if it has been not specified, or if it has been set to a
float including 0. How can I do this?
I would also like to detect if another argument is a float or a symbol and
process these two differently without causing Pd error …
[View More]messages. Is this
possible?
Thank you!
P
[View Less]