Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - chaocrator

Pages: [1]
1
currently preenfm2 does 4-part multitimbrality.
so, the question: is it possible/difficult to increase number of timbres (regarding overall polyphony remains the same) ?

here's why: since i use preenfm2 mainly for rhythm section, i would like to increase multitimbrality for more percussive sounds, which are monophonic by their nature. i would love to do all drums/percussion on a single unit.

2
so, today i've plugged wrong power supply in my preenfm2, for 2 or 3 seconds i think, and something bad happened.
a sticker on power supply says it's 9V 1A, but actually it outputs 12V.
after that, preenfm2 still turns on, the OLED comes all yellow, and that's all.
so, before my mate who built it for me can look at it, the question is: are there chances it survived and can be fixed?

3
preenfm2 and preenfm3 / MIDI messages question
« on: June 12, 2017, 11:24:51 AM »
making a PreenFM2 template for my NRPN-capable hardware MIDI controller, i encountered the following issue.

midi messages manual says:

LFO <n> Shape              MSB = 1   LSB = 40 + n*4       where 1 <= n <= 3

which results: 40+1*4 = 44 for LFO1, 40 + 2*4 = 48 for LFO2, and 40 + 3*4 = 52 for LFO 3
but according to the manual,
Free Env1 Attack           MSB = 1   LSB = 52

same for
LFO <n> Freqency           MSB = 1   LSB = 41 + n*4       where 1 <= n <= 3

results: 41+1*4 = 45 for LFO1, 41 + 2*4 = 49 for LFO2, and 41 + 3*4 = 53 for LFO 3
but according to the manual,
Free Env1 Decay            MSB = 1   LSB = 53

same for
LFO <n> Bias               MSB = 1   LSB = 42 + n*4       where 1 <= n <= 3

results: 42+1*4 = 46 for LFO1, 42 + 2*4 = 50 for LFO2, and 42 + 3*4 = 54 for LFO 3
but according to the manual,
Free Env1 Sustain          MSB = 1   LSB = 54

and same for
LFO <n> Key Sync           MSB = 1   LSB = 43 + n*4       where 1 <= n <= 3

results: 43+1*4 = 47 for LFO1, 43 + 2*4 = 51 for LFO2, and 43 + 3*4 = 55 for LFO 3
but according to the manual,
Free Env1 Release          MSB = 1   LSB = 55

so, the question is: where's the error ?
thanks in advance.

Pages: [1]