back to list

Re: Scala dumps

🔗Joel Rodrigues <joelrodrigues@...>

12/31/1969 5:43:05 PM

On Monday, July 29, 2002, at 08:29 , decuritiba wrote:

> Hi there, this is Alex, I've installed Scala about two weeks ago and
> I'm still having problems sending the Scales to my synthesizer. Now
> I'm wondering around on this groups looking for help....
>
> I got a korg N5, now I don't know much about how scala sends the
> scales to the synths, I set the synth to MIDI Standard Tuning and
> nothing happened. I'm not a MIDI genius and I still didn't figure out
> completely how the sysex messages work on this process of sending and
> importing the scales.
>
> Do I have to know all about sysex and program my own messages so I
> can re-tune my keyboard, can you help with any information or
> redirect me somewhere so I can find out if I have limits on N5, or if
> I have to do something special so it can work with Scala?
>
> Thanks a bunch
>
> decuritiba@...
>

Hi Alex, John L. is right. You're going to have to send SysEx using your sequencer (or some other softwrae app). It's not that difficult to learn. Though the SysEx chart in the manual can seem very cryptic. In essence you have to send one SysEx message string per note, for each of the 12 notes. At least my NS5R only has 12-note scale tuning, which I think is probably what the N5 has. The range is 00..40..7F (-64..00..+63 cent using a range from 0..64..127 in hexadecimal, base-16 numbers). This is per channel, so you could have as many 12-note scales tuned simultaneously as you have channels - the NS5R has 32.

The message format for the NS5R is:
F0 42 3n 42 12 a1 a2 a3 d...F7

n = SysEx transmit channel, a = address, d = value

So to tune the 'C#' note on channel 1, +10 cents, I use this:

F0 42 30 42 12 01 00 33 4A F7

30 is channel 1 on which the SysEx is being transmitted (the 16 channels are numbered 30 through 3F in hexadecimal), 01 00 33 is the C# (with the 00 being channel 1, on which I want the note to be changed), and 4A is the number 74, which is what I want since 64 is the 0, neutral position.

The information is listed under <Part Parameters>, the notes are listed C through B, 01 nn 32 through 01 nn 3D, where nn is the channel on which you want the tuning change.

I cannot fathom the stupidity of not making *all* functions accessible from the front panel !

Manuel is right too, at least the NS5R recognises native NS5R, XG, and GS scale tuning messages, which ofcourse helps with Scala. And, I think there could be another method to send the change as well, using NRPNs or something, though I haven't looked into it.

Anyway, I hope this is of help. Good luck !

- Joel

🔗Jonathan M. Szanto <JSZANTO@...>

7/30/2002 12:10:17 PM

Dear Joel,

I saw your mail coming in through my Spam-washer application, but when the email program opened it I didn't see it in the MMM folder... scroll back, back, back... there it is!

Guess what?

>Date: Thu, 1 Jan 1970 07:13:05 +0530

Yep, that's the date on the computer you sent the email from! Maybe battery died, system rebooted, something. In any event, since I default sort on date/time, it looked lost for a minute. You might want to check the clock settings. :)

Cheers,
Jon

🔗Joel Rodrigues <joelrodrigues@...>

7/31/2002 11:37:01 AM

On Wednesday, July 31, 2002, at 12:15 , MakeMicroMusic@yahoogroups.com wrote:

> "Jonathan M. Szanto" <JSZANTO@...>
>
> Dear Joel,
>
> I saw your mail coming in through my Spam-washer application, > but when the
> email program opened it I didn't see it in the MMM folder... > scroll back,
> back, back... there it is!
>
> Guess what?
>
>> Date: Thu, 1 Jan 1970 07:13:05 +0530
>
> Yep, that's the date on the computer you sent the email from! > Maybe battery
> died, system rebooted, something. In any event, since I default sort on
> date/time, it looked lost for a minute. You might want to check > the clock
> settings. :)
>
> Cheers,
> Jon

Hey Jon, Thanks ! Yeah my battery is dead. I've been meaning to have it replaced, meanwhile I sometimes forget to reset the clock after starting the machine up. Sorry for any confusion people !

Cheers,
Joel

🔗Jonathan M. Szanto <JSZANTO@...>

7/31/2002 12:55:49 PM

Joel,

{you wrote...}
>Hey Jon, Thanks ! Yeah my battery is dead.

No problem, I remember that happened to my dad's computer. I just saw your mail coming into the email program and then - whoops! - where'd it go???

It just went earlier in the century!

Cheers,
Jon