-
mario
Hi all,
does anybody know about any way to deal with MPE on Pure Data?
cheers,
Mario -
mario
Hi David,
thanks for this. I'll try and let you know. I'd like to avoid external software like "loopmidi".
Mario -
mario
Hi all,
does anyone know if it's possible to "refresh" the MIDI device list while Pd is running? i.e. you plug a new device on run.Cheers,
Mario -
mario
@NoDSP yap this is true, but the "all note off" message is a CC message and it should be like this: 1. MIDIch - 2. CCnr (123) - 3. Value (that is 0)
then [ctlin 123] it would be enough. if you want you can create [ctlin 123 12] for example, if you wanna receive messages on the MIDI ch 12. -
mario
This is the hAcKAI LPureData 8 v0.2, it's now possible to get presets from the controller
http://mbuoninfante.tumblr.com/post/152204960890/hackailpuredata8-v02
-
-
mario
Hi everyone I made this patch that allows to edit the MIDI parameters of the AKAI LPD 8 controller. I did it cause the original editor runs only on Win/Mac, and I, as a Linux user (I used to use a Win machine only when is strictly necessary ), I was just a bit disappointed.
this version (0.1) allows to change all the parameters, save/load presets as .txt files, but it doesn't allow to upload preset from the controller to the editor. It is something I'm working on.
I tested it on a Linux (Ubuntu Studio 14.04) machine with Jack Audio Connection Kit (you need to turn the "Enable ALSA sequencer support" option on and deal with ALSA MIDI - I had SysEx issues working without it).http://mbuoninfante.tumblr.com/post/151989823000/hackai-lpuredata8-pure-data-editor-for-the-akai
-
mario
Hi everyone, I developed these externals that are the internal units of a compressor (level measurement, static curve, smoother). I developed them as single units in this way it is possible to create different configurations, and experiment with them.
I would be happy if they were useful to someone.https://www.dropbox.com/s/ze0dh7ygwoq5nr4/compressor_units.zip?dl=0
bye,
Mario -
mario
https://www.dropbox.com/s/48aga5bzeinn6jz/Phasahor v1.01.zip?dl=0
this is the recompiled version of my Pd external "phasahor~". there's no difference with the one that I posted before, simply I noticed that I cannot use the old one with other external made with Faust. the new one (I simply recompiled it) doesn't have this problem.