-
willblackhurst
you dont have to loop the sample. why cant you just end the note? you could drop the volume to zero. or you would just stop the player and reset it to zero and wait.
-
willblackhurst
you can put the wav file into an array. and then look through the list of numbers. so at that point you only need to come up with regular math processes that might find what you want. the wav file will probably be half positive numbers and half negetive numbers. so you might end up only looking at the positive numbers. then you might check the list in groups of points - 1-100, 2 -101 3 through 104 etc etc and then get a score after doing a process looking for the highest number per batch. then you look at the score list. and you might find that you can get the high points by adjusting your group / batch cropper.
-
willblackhurst
you can look through the wav and you can find the highest and lowest numbers. but you might want it from an average of 100 point length. so you could check the wav in batches of 100 or 1000 point groups and look for average hights. etc etc
-
willblackhurst
you need to watch the videos and read the help files.
-
willblackhurst
this guy has a bunch of good videos on youtube.
-
willblackhurst
well I forgot to say , things like youtube dont work, with dsp on. Ill take a look at your suggestions. Thanks.
-
willblackhurst
Making a screen capture video of pd while using dsp - doesnt really work right away.
and then regular capture of audio might not work / audacity etc
It seems mac probably works or has a workaround. Anyone know the issue with maybe debian linux / alsa pulse audio or maybe any other operating system? -
willblackhurst
you would use a timer. to calculate the position would work better.
-
willblackhurst
dont put length probably. note-on doesnt use length. makenote uses length.
-
willblackhurst
file downloads-
samples
https://patchstorage.com/midi-model-samples-pd-vanilla-gem/cycles
https://patchstorage.com/midi-model-cycles-pd-vanilla-gem-else/ -
-
willblackhurst
@oid I got it to work directly into my pd folder once without putting home/will etc etc.
and then it suddenly stopped working! and now needs the entire path. -
-
willblackhurst
so the main flle, can it spit out smaller files different from the main file? with different names? I dont even care if it works from loadbang.
-
willblackhurst
I might look this up I want to have a 1 file setup. I want to have editable abstraction file parts inside the main file. - like normal. but I want the offical abstraction patch design, to hide inside the main file for saving it there. and then maybe spit out a copy into the main folder when you open the main file. - so does pd make .pd files from maybe a pd subpatch only and then the patch is automatically turned into its own file on loadbang. maybe this isnt hard?
-
-
willblackhurst
this is what I found on the linux thing. after looking at your messages. so Ill probably try this first. in a while Im not ready to go yet.
-
willblackhurst
Ive been practicing with a external midi beatbox thing. and now I think I sould use a second computer as a beatbox. so its faster. I tried a usb cable, I dont know maybe you need a command to wake up the connection between the two computers . ??
-
willblackhurst
you can just put note on and stack thenm up on the same table. you would maybe use more than one array point for the information on each trigger point etc. and then read the table back at the correct speed with multiple points from the table at the same time.