-
-
mezko
posted in technical issues • read more@lacuna ah ok, then I must have misunderstood what the interpolation is about... it might not be what im looking for after all. then I can understand if my question didn't make sense
sorry.
Im not sure what you mean that I can read perlin~ directly. Do you mean the audio output? Cause the idea was to loop a small part of the perlin generator, not just use the output directly. The easiest way to do what I want, is to have two waveforms running switching between each other and creating a crossfade between them myself to avoid click then, right? thanks
-
mezko
posted in technical issues • read more@lacuna hello... its alright, im not used to using forums, so I guess other people who are on here more are more used to how to ask and answer questions... I sometimes feel that I won't ask here in fear of asking dumb questions and irritating people who know more about it, but I do appreciate people who are willing to help, cause for me this is some difficult stuff... I still like pd even if it's a low-level language, most of the stuff I make works and I find it fun to find my own solutions
I will try to explain my question in more detail:
I started with tabread4~ to be an oscillator with a sampled waveform of the perlin noise generator. Now I want to try to use tabosc4~ as I have an idea that it will work better... What I imagined is that tabosc4~ reads the table of the sampled bit of Perlin noise and I thought the guard points was there to make a fast crossfade between the end and the start of the loop... is this right? Anyways I tried to read how to add the start points and (that is how my brain works) didn't understand how to implement it. I thought you could add some extra samples to the length of the table and it would happen automatically but maybe im wrong... That is about as good as I can explain. Anyways I don't wanna bother anyone more with this, so if nobody is able to help or understand my question, ill just work around a homemade solution, that doesn't rely on stuff I don't understand
-
mezko
posted in technical issues • read more@whale-av thank you again... I don't understand the array guard patch, and don't know how to implement it. I have tried to use tabosc4~ instead, because I think its more what im looking for, but I get this message "number of points (100) not a power of 2 plus three"

-
mezko
posted in technical issues • read moremaybe tabosc4~ is better for this, but I get this message "1202-noise: number of points (100) not a power of 2 plus three". I don't understand what I have to do to make the guard points, or what its asking for...
-
mezko
posted in technical issues • read morethank you both for your responses

@whale-av the switch~ is just turning the clone off when its not being used... the perlin~ is the noise source which is being sampled in tabread4~ as an oscillator and the click is happening at every waveform cycle... The resize is for changing the size of the array, to fit the frequency for the waveform. Maybe I should use tabosc4~ for this instead? -
mezko
posted in technical issues • read moreHello
I have made this plugdata device, but I can't make tabread4~ stop clicking. I looked at some examples on this forum, but I didn't fully understand them, which made it hard for me to implement them, so im attaching my patches and hoping someone will help me
Thank you
perlin klaver.zip -
mezko
posted in technical issues • read more@willblackhurst thank you! I actually found all your code on that side a couple of days ago. The array zoom file was very helpful to me... although I don't understand how to transfer changes from the zoomed array unto the original one...
-
mezko
posted in technical issues • read moreI guess a better question would be if you know any place to learn more about manipulating data, datatypes (hex, binary and so on)? I want to get an understanding of the "file/data" side of computers to use it in music and maybe images
Sorry if my explanation is unclear, but I don't know much about the topic... thank you 
-
mezko
posted in technical issues • read morethanks for responding... You need to know the length of the header to specify it when loading raw files with soundfiler... But an alternative to this, would be to forget converting it back to an image for now, and find a way to make cool textfiles (maybe generatively) and then listening to those, or turning them into an image... So you kind of make the source material yourself somehow and then scramble around with it later...