Prophet 5 - 40 first

Discuss the Creamware Noah

Moderators: valis, garyb

Post Reply
Henrik
Posts: 67
Joined: Mon Sep 13, 2004 4:00 pm
Location: Denmark
Contact:

Post by Henrik »

Hi,

I took the first 40 original patches of the real Prophet 5 and entered them with BCR2000 to Noah.

A few notes on what I had to change:
Glide on the original are not effective unless UNISON switch is set on. On Noah the Glide is not disabled by UNISON switch. So for all patches with UNISON off I had to set Glide = 0 to make the sounds resonable.

Poly-mod Filter Env goes from 0-10 on original but (-?)5 to 0 and to (+)5. Center value (64 through CC#) is 0 and gives no modulation. CC# 0-63 seems to be a feature of Noah not on the original. 64-127 or 0-5 seems to match with 0-127 or 0-10 on the original so I converted all original numbers like this:

Poly-mod Filter Evn = 64 + (original/2)

Last thing I did might not be right: Modulation Wheel in full position sounds silly if FRQ A or B is selected for Wheel Mod. So I chose something near 2 instead of 10.
For PW and FILTER I chose 10.
This is purely my personal taste. Please comment :wink:

I notised that max value on original is usually 120 and not 127. This might mean that we need to scale some controls accordingly.
Also the Pulse Width seems to be reversed on Noah. However I used the numbers directly. PW of 59 or 60 seems to be center on original. I don't know yet what to do about it.


I have no idea how the original presets sounds on the real Prophet 5 but here you are. A first shot.
After some feedback I will finish my PC program which converts original SYSEX one by one to the Noah for the 80 remaining Factory patches and 2 extra sets of 40 that I have found on the net.

So now please play with them, adjust them and give some feedback. Escpecially if you have the original P5 :wink: Then perhaps you could provide a few sound-samples of the original sounds.

Henrik.

http://www.planetz.com/forums/viewtopic ... &0&start=0

<font size=-1>[ This Message was edited by: Henrik on 2006-06-22 17:10 ]</font>
kybernaut_01
Posts: 192
Joined: Fri Apr 01, 2005 4:00 pm
Location: Germany
Contact:

Post by kybernaut_01 »

Wow, a real maniac! :wink:

To be honest, until reaching the last paragraph of your post, I believed you had an original p5 for a/b-ing the patches.

But I'm curious to try your sounds out.

Thanks,

kybernaut
Henrik
Posts: 67
Joined: Mon Sep 13, 2004 4:00 pm
Location: Denmark
Contact:

Post by Henrik »

Today I digged into the Pro12 frequency knob because I had the feeling something was "wrong". Somtimes things sounded wrong when I simply used the original Sysex numbers through Midi CC# with BCR2000.

Analysing the Prophet 5 schematics and sysex files it seems that the knobs always goes from 0-120 with 60 in center. However the frequency knob reading are send to D/A converter without bit 0 so in reality it goes from 0-60 with 30 in center just as Creamware has implemented it :smile:

Examples from original patch sheet
Sysex data 0 = +0 octaves :wink:
25 = +1 octave
31 = +1 octave + a minor 3rd
38 = +1 octave + a perfect 5th
49 = +2 octaves
73 = +3 octaves
81 = +3 octaves + a major 3rd

However Midi CC# goes from 0-127 so how do they correlate with the original Prophet 5 controls?

Some nice Noah UI shortcuts to know:
------------------------------------
Go Center (double click the Frequency knob with the mouse. Double click again to go back to previous value)
+1 Page Up
-1 Page Down
Max Home
Min End
Use these to get accurate control instead of turning the knobs with the mouse.

Frequency knob control goes from: 0->30->60.
Midi CC# goes from 0 - 127

Knowing this I can make the conversion table
for the Frequency knob. Each Pro12 step is a semi tone.

P5 SysX P12 Midi
------- -- ------- ---
000-001 00 000-001 C+0 octaves
002-003 01 002-003 C#
004-005 02 004-005 D
006-007 03 006-007 D#
008-009 04 008-009 E
010-011 05 010-011 F
012-013 06 012-013 F#
014-015 07 014-015 G
016-017 08 016-017 G#
018-019 09 018-020 A
020-021 10 021-022 A#
022-023 11 023-024 B
024-025 12 025-026 C+1 octave
026-027 13 027-028 C#
028-029 14 029-030 D
030-031 15 031-032 D#
032-033 16 033-034 E
034-035 17 035-037 F
036-037 18 038-039 F#
038-039 19 040-041 G
040-041 20 042-043 G#
042-043 21 044-045 A
044-045 22 046-047 A#
046-047 23 048-049 B
048-049 24 050-051 C+2 octaves
050-051 25 052-053 C#
052-053 26 054-056 D
054-055 27 057-058 D#
056-057 28 059-060 E
058-059 29 061-062 F
060-061 30 063-064 F# (Center)
062-063 31 065-066 G
064-065 32 067-068 G#
066-067 33 069-070 A
068-069 34 071-073 A#
070-071 35 074-075 B
072-073 36 076-077 C+3 octaves
074-075 37 078-079 C#
076-077 38 080-081 D
078-079 39 082-083 D#
080-081 40 084-085 E
082-083 41 086-087 F
084-085 42 088-089 F#
086-087 43 090-092 G
088-089 44 093-094 G#
090-091 45 095-096 A
092-093 46 097-098 A#
094-095 47 099-100 B
096-097 48 101-102 C+4 octaves
098-099 49 103-104 C#
100-101 50 105-106 D
102-103 51 107-109 D#
104-105 52 110-111 E
106-107 53 112-113 F
108-109 54 114-115 F#
110-111 55 116-117 G
112-113 56 118-119 G#
114-115 57 120-121 A
116-117 58 122-123 A#
118-119 59 124-125 B
120 60 126-127 C+5 octaves

So now I have to correct all the 40 first patches' frequency. I'll post it here when I am done.
This also explains why some patches sounds really strange.


<font size=-1>[ This Message was edited by: Henrik on 2006-06-24 11:37 ]</font>
User avatar
HUROLURA
Posts: 1314
Joined: Tue Feb 21, 2006 4:00 pm
Location: FRANCE
Contact:

Post by HUROLURA »

Hi Henrik,

Would it be possible for you to share your BCR2000 templates for NOAH Pro 12.

I intended to build up one but perhaps I should try yours...

Cheers.
Henrik
Posts: 67
Joined: Mon Sep 13, 2004 4:00 pm
Location: Denmark
Contact:

Post by Henrik »

Sure I'll post them as soon as I come back to Denmark. I'm in Kos Greece right now.
User avatar
HUROLURA
Posts: 1314
Joined: Tue Feb 21, 2006 4:00 pm
Location: FRANCE
Contact:

Post by HUROLURA »

Have a nice hollyday then...
Post Reply