Recent Posts

Pages: 1 ... 8 9 [10]
91
preenfm2 and preenfm3 / Re: more matrix sources
« Last post by Toltekradiation on January 19, 2024, 07:44:26 AM »
i feel it a bit weird to do such job from a synth.
Don't you use a sequencer ? i think it should be sequencer's job.
92
preenfm2 and preenfm3 / Re: more matrix sources
« Last post by maki on January 18, 2024, 11:04:27 PM »
I think you are the only man on the planet who can convert PD graphics to PreenFM2 matrix!  Mididispatcher is waiting for you to release its power on the Preenfm2. :)
93
preenfm2 and preenfm3 / Re: more matrix sources
« Last post by Toltekradiation on January 18, 2024, 10:03:29 PM »
nope, https://puredata.info/
just change the value on the [poly] object in the patch, from 4 to 16.
94
preenfm2 and preenfm3 / Re: more matrix sources
« Last post by maki on January 18, 2024, 09:54:06 PM »
Can Preenfm2 load pictures of PD patches? Why a limit of 4?
95
preenfm2 and preenfm3 / Re: more matrix sources
« Last post by Toltekradiation on January 18, 2024, 08:40:12 PM »
Maybe a simple puredata patch would be suitable for the job,
i did a quick one, which cycle input notes to midi channel 1 to 4, here is a screenshot :


96
preenfm2 and preenfm3 / Re: more matrix sources
« Last post by maki on January 17, 2024, 09:44:44 PM »
Midi gal must be made from scratch and Preenfm2 is already made.
97
preenfm2 and preenfm3 / Re: more matrix sources
« Last post by Toltekradiation on January 17, 2024, 09:37:33 PM »
mmh, it may not be as simple as it seems, i fear, but why not getting a midigal to do this, and then more !
https://midisizer.com/midigal/
98
preenfm2 and preenfm3 / Re: more matrix sources
« Last post by maki on January 17, 2024, 08:51:05 PM »
Could you make only the basic one: Each new note is cyclically played on the next channel?
99
preenfm2 and preenfm3 / Re: more matrix sources
« Last post by Toltekradiation on January 17, 2024, 08:34:36 PM »
hello Maki,

i'm not sure how to do it on the pfm2 but some inspiration can be taken from the MI midipal
https://github.com/pichenettes/midipal/blob/master/midipal/apps/dispatcher.cc

The midipal manual :
https://pichenettes.github.io/mutable-instruments-diy-archive/midipal/manual/#dispatcher-dispatch

Quote
Quote
inp   5

Input channel.

Quote
mod cyc

Dispatching method
  • cyclic (cyc). Each new note is cyclically played on the next channel.
  • polyphonic (pol). The mapping of notes to channel uses a true voice stealing algorithm. The MIDIpal tries to reuse the same channel for occurrences of the same note ; or the least recently used channel.
  • random (rnd). Each new note is routed to a random channel.
  • stacking (stk). Each note is sent to all channels at the same time. Perfect for thickening a lead by sending it to several synths, or to several parts of the same multitimbral device.
  • velocity (vel). The louder (higher velocity) the note, the higher the MIDI channel it is sent to.
Quote
num   3

Number of output channels. For example, if out = 4 and num = 3, the notes will be dispatched to channels 4, 5 and 6.



100
preenfm2 and preenfm3 / Re: more matrix sources
« Last post by maki on January 17, 2024, 07:50:56 PM »
Toltekradiation, please make a Preenfm2 a useful MIDI processor by adding a "MIDI dispatcher" to the Preenfm2 matrix. A MIDI dispatcher routes every new MIDI note and related messages from MIDI IN to a new channel through MIDI OUT, by sending only one note to one channel. This allows us to play a set of monophonic synths as one poly-synth. Thank you.
Pages: 1 ... 8 9 [10]