Everything about the new Nord Drum and the Nord Beat 2 App.

Nord Drum 3P firmware 1.04 bugs

Postby bgerkes » 20 Aug 2016, 22:02

While building an iPad editor template to be able to have an easier user interface for sound design, I ran into a few small things:

When editing the 3P hardware:
– When Tone Wave is not set to A1 or T1, the Tone Frequency range runs from "00" to "49", then "--" then "51" to "99". Expected: "--" should read "50"
– When changing the Tone Wave parameter, the Tone Frequency parameter jumps to the -- value. Expected: when changing the Tone Wave parameter, the Tone frequency parameter should not change (unless A1 or T1 is chosen as Tone Wave setting).

When Local Control is off:
When changing the Tone Wave parameter, MIDI CC 46 AND MIDI CC 30 are send out. The values of CC 46 are seemingly random (so not in order from 0 to 127). For instance selecting the first Wave, A1, sends out value 74, A2 value 83, A3 value 77, A4 value 80, A5 value 115...
Expected: MIDI CC 30 should not be sended at all. MIDI CC46 should send out values ranging from 0 to 127 in steps of 128/34 (there are 34 values for the Tone Wave parameter).

When Local control is on:
When changing the Tone Wave parameter on the 3P, only MIDI CC 46 is send out (correct), but still in that random order. Expected: MIDI CC46 should send out values ranging from 0 to 127 in steps of 128/34 (there are 34 values for the Tone Wave parameter).

Because of this behavior I can not select the full range of Waves from my editor.

The Tone Pitch values run from 0.0 to 127.5 in steps of 0.5 on the 3P screen. If I count correctly, there are 256 values. However, no matter what I do with my MIDI controller, when sending MIDI CC 63 and 31 with 256 steps, I do not get the right values in the display of the 3P. Is the full range of the MSB/LSB used? I just can not figure it out... I start with 0 and end with 127,5, but in-between steps jump from xx.0 to xx+1.0 instead of xx.5.

Hopefully someone at Nord can look into these things so I can finish the editor and post it here. It works like a charm so far. 8-) I can edit all 6 channels without trouble, straight from my iPad. Wireless over WIFI. :mrgreen:
One other benefit: there is a randomize function :angel:

Here is a screenshot of the template as it looks right now:
Attachments
IMG_0768.PNG
IMG_0768.PNG (225.54 KiB) Viewed 2841 times
Last edited by bgerkes on 22 Aug 2016, 17:37, edited 5 times in total.
bgerkes
 
Posts: 8
Joined: 31 Jul 2016, 15:43
Country: Netherlands
Has thanked: 0 time
Been thanked: 8 times

Nord Drum 3P firmware 1.04 bugs


Sponsor
 

Re: Nord Drum 3P firmware 1.04 bugs

Postby pablomastodon » 21 Aug 2016, 05:44

what are you using to feed this wifi'd midi data stream to the Nord?

Bless, Pablo
bun fyah weh fyah fi bun
User avatar
pablomastodon
Patch Creator
 
Posts: 4389
Joined: 30 Apr 2010, 20:45
Country: Jamaica
Has thanked: 1895 times
Been thanked: 1963 times
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Wave

Re: Nord Drum 3P firmware 1.04 bugs

Postby bgerkes » 21 Aug 2016, 08:07

Roland UM-ONE MK2 MIDI interface between MacBook and Nord Drum 3P.
On the Mac I have MIDI Monitor installed so I can see what messages come in and what goes out.
Software on the iPad with which the template is created is TB MIDI Stuff.

The author bgerkes was thanked by:
pablomastodon
bgerkes
 
Posts: 8
Joined: 31 Jul 2016, 15:43
Country: Netherlands
Has thanked: 0 time
Been thanked: 8 times

Re: Nord Drum 3P firmware 1.04 bugs

Postby pablomastodon » 22 Aug 2016, 05:31

oh, I thought perhaps you had some new awesome device for ipad to nord via wifi (without additional computer in the middle)
bun fyah weh fyah fi bun
User avatar
pablomastodon
Patch Creator
 
Posts: 4389
Joined: 30 Apr 2010, 20:45
Country: Jamaica
Has thanked: 1895 times
Been thanked: 1963 times
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Wave

Re: Nord Drum 3P firmware 1.04 bugs

Postby bgerkes » 22 Aug 2016, 16:52

Ah, yes, that would be the day huh?
bgerkes
 
Posts: 8
Joined: 31 Jul 2016, 15:43
Country: Netherlands
Has thanked: 0 time
Been thanked: 8 times

Re: Nord Drum 3P firmware 1.04 bugs

Postby pablomastodon » 22 Aug 2016, 17:40

yes, that really caught my eye

Bomes is supposed to be coming out with something soon which may do this and quite a lot more -- can't wait!
bun fyah weh fyah fi bun

The author pablomastodon was thanked by:
wartaler
User avatar
pablomastodon
Patch Creator
 
Posts: 4389
Joined: 30 Apr 2010, 20:45
Country: Jamaica
Has thanked: 1895 times
Been thanked: 1963 times
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Wave

Re: Nord Drum 3P firmware 1.04 bugs

Postby wartaler » 22 Aug 2016, 23:53

Hi bgerkes!
I don't have the 3P, but I do recognise some of the things you mention from my experience the ND2..
bgerkes wrote:– When Tone Wave is not set to A1 or T1, the Tone Frequency range runs from "00" to "49", then "--" then "51" to "99". Expected: "--" should read "50"
I think that's the Spectra parameter, with range 0-99, and "--" = centre position, the unchanged/ starting point waveform so to say.
bgerkes wrote:– When changing the Tone Wave parameter, the Tone Frequency parameter jumps to the -- value. Expected: when changing the Tone Wave parameter, the Tone frequency parameter should not change (unless A1 or T1 is chosen as Tone Wave setting).
The ND2 does the same, it jumps back to default position when you change the waveform, not a bug I think,..
bgerkes wrote:When Local Control is off: When changing the Tone Wave parameter, MIDI CC 46 AND MIDI CC 30 are send out.
bgerkes wrote:Expected: MIDI CC 30 should not be sended at all.
CC46 is 'Tone wave' waveform selection, CC30 is the Spectra parameter. If you ONLY change the waveform, what CC30 value does it send?
bgerkes wrote:The values of CC 46 are seemingly random (so not in order from 0 to 127). For instance selecting the first Wave, A1, sends out value 74, A2 value 83, A3 value 77, A4 value 80, A5 value 115...
bgerkes wrote:MIDI CC46 should send out values ranging from 0 to 127 in steps of 128/34 (there are 34 values for the Tone Wave parameter).
bgerkes wrote:When Local control is on:
When changing the Tone Wave parameter on the 3P, only MIDI CC 46 is send out (correct), but still in that random order. Expected: MIDI CC46 should send out values ranging from 0 to 127 in steps of 128/34 (there are 34 values for the Tone Wave parameter).Because of this behavior I can not select the full range of Waves from my editor.
This is the same I think with the ND2, you will have to use a table for these 'random' values.
bgerkes wrote:The Tone Pitch values run from 0.0 to 127.5 in steps of 0.5 on the 3P screen. If I count correctly, there are 256 values. However, no matter what I do with my MIDI controller, when sending MIDI CC 63 and 31 with 256 steps, I do not get the right values in the display of the 3P. Is the full range of the MSB/LSB used? I just can not figure it out... I start with 0 and end with 127,5, but in-between steps jump from xx.0 to xx+1.0 instead of xx.5.
Try to find out what your 3P sends, how do the MSB and LSB change while you increase Pitch step by step?

Cheers,
Albert
Last edited by wartaler on 26 Aug 2016, 23:18, edited 4 times in total.
Nord Drum 2, Drum (1), Lead 4, Lead 2x, Stage 'Classic', Micro Modular

The author wartaler was thanked by:
pablomastodon
wartaler
Moderator
 
Posts: 737
Joined: 19 Mar 2009, 18:32
Country: Netherlands
Has thanked: 92 times
Been thanked: 231 times
Your Nord Gear #1: Nord Stage Classic
Your Nord Gear #2: Nord Drum 2

Re: Nord Drum 3P firmware 1.04 bugs

Postby jfenton » 23 Aug 2016, 00:32

pablomastodon wrote:yes, that really caught my eye

Bomes is supposed to be coming out with something soon which may do this and quite a lot more -- can't wait!


Yes they say the fall of 2016 which is a month or so away now.
Keyboards:
  • NS2 EX Compact 73
  • Hammond SK2
  • Roland VCombo VR-09
  • Roland A800-Pro
  • Behringer Motor 49
  • Alesis Q88
User avatar
jfenton
Patch Creator
 
Posts: 357
Joined: 03 Apr 2016, 18:21
Country: United States of America
Has thanked: 24 times
Been thanked: 102 times
Your Nord Gear #1: Nord Stage 2 EX


Return to Nord Drum Forum



Who is online

Users browsing this forum: No registered users and 10 guests