-
-
KMETE
Is there anyway to do this in pd? (8n 8nt 16n 16nt 4n 4nt)
-
KMETE
@ddw_music said:
@KMETE said:
In Max MSP when using Mac/pc the [makenote] object is using the internal sound engine of the computer(?)
It might be easier to roll your own note player in Pd.
Any example for a simple midi player in Pd?
Is there any transport and tempo object in PD same as in max?
-
KMETE
@whale-av said:
@KMETE Midi objects are part of Pure Data...... it has [makenote] even.
In Max MSP when using Mac/pc the [makenote] object is using the internal sound engine of the computer(?) and therefore playing a sound. do you know if this will be the same with Raspberry pi 2 ?
-
KMETE
Thanks you both,
I hav downloaded the Gem library and place it in my search path:but for some reason I'm getting this error:
-
KMETE
I have a max patch that I would like to transfer to pd and to run it on Raspberry pi.
The max patch is playing a video file that is manipulated ( its rate of playing and jumping frames) based on an input from an external mic). in addition to a midi voice that is playing via the internal sound engine of the computer using [makenote] object.
Is the two things above (playing and manipulating video and playing midi sounds) are possible on pd?
What should I look for?
Thanks
-
KMETE
where can I found the above object?
I install sexy library but pd can't find the object. -
KMETE
I was wandering if it makes any difference if the audio files will be play from external usb stick rather then from the pi itself ?
the thing behind the thought to use external usb stick is that it will be much easier to change the audio file when needed - just upload and replace new audio files with the same name. so no need to connect the pi to a screen/mouse/keyboard and replace files rather just put new ones on usb stick.
so is that can effect the performance of the patch? (slower reading from stick?)
thanks
edit: the above is not option because when I first power the pi it won't recognize the usb stick fast enough so the pd patch is not "finding" the files. only if I manually restart the patch it is working
-
KMETE
Does any one work with this interface and pd /pi combination?
I will get this card only in few days and for the meanwhile I was wondering if:
Does pi / pd will recognize it immediately or do I need to instal drivers?
Will all the 8 output will be available? or do I need to define something in the pd setting?
I'm using this message to setup the interface setting (marked in green):
Thanks!
edit:
If the files I'm playing are exported at 48000/24 bit - do I need to change the sample rate of pd to 48000 instead of the original 44100, right? -
KMETE
What do you man to usr [tabwrite~] in the signal chain? when I write random values into [tabwrite~] that have the same name of the [tabplay~] (with the original audio file) it overwrite it. How can it just add random values in some samples of the buffer ?