Web-tool for viewing the program-sample relations

Everything about the Nord Wave Synthesizer
Post Reply
gkilsti
Posts: 6
Joined: 06 Oct 2012, 00:30
11
Your Nord Gear #1: Nord Stage 2 EX
Your Nord Gear #2: Nord Lead A1
Been thanked: 6 times

Web-tool for viewing the program-sample relations

Post by gkilsti »

Hi all Wave lovers!

I've been waiting for an update of the Nord Sound Manager for a looong time now, and it's finally here.
The new version shows which samples are used by which programs, BUT it does NOT support our beloved Nord Wave!
I'm VERY disappointed, Clavia!!! How hard can it be??
I put together a web tool doing the same thing in a couple of days, and I even had to reverse-engineer the NWP format.

Meet your new best fiend http://mynordwave.com

This page gives you several different views of your program-sample relations.
You can even sort the samples by how many times they are used, to easily find the ones that are only used once or twice.
The tool does not know anything about the samples themselves, only the relations to the sample slot/number.
The sample information is not contained in the NWP file, only reference to a sample slot/number.

Have a look at the demo, using the factory preset bank, to see how it works.

And please let me know what you think about it :-)

Best Regards, Geir, Norway.
These users thanked the author gkilsti for the post (total 3):
Johannes, DanielD71, Steff10er
mjbrands

Re: Web-tool for viewing the program-sample relations

Post by mjbrands »

Will you be adding more functionality? I already reverse engineered quite a bit of the format and information about that is available in this section of the forum. I never could get myself to make something user-friendly though :-p
gkilsti
Posts: 6
Joined: 06 Oct 2012, 00:30
11
Your Nord Gear #1: Nord Stage 2 EX
Your Nord Gear #2: Nord Lead A1
Been thanked: 6 times

Re: Web-tool for viewing the program-sample relations

Post by gkilsti »

Maybe, if something interesting comes up.
Anything specific you're thinking about?

Creation of program/patch lists has been on my mind...for use in Cubase, Sonar or similar.
mjbrands

Re: Web-tool for viewing the program-sample relations

Post by mjbrands »

gkilsti wrote:Maybe, if something interesting comes up.
Anything specific you're thinking about?
A patch viewer?

Stuff like this could easily be presented in a more appealing and user friendly fashion:

Code: Select all

Name: "superMario      "
Bank 4, Program 81
Category: Synth
Active slots: A+B, A has focus
Slot A:
  Oscillator Mix: 1:100%
  OSC1 waveform: Pulse
    Sync mode: off
    Shape1: 0.0
  OSC2 waveform: FM-Synthesis (2-OP 3:1)
    Shape2/Dec: 0.0
    Semi tones: 0
    Fine tune: 0 cent
  Mono mode: Poly
  Vibrato: Wheel
Slot B:
  Oscillator Mix: 2:100%
  OSC1 waveform: Pulse
    Sync mode: off
    Shape1: 0.0
  OSC2 waveform: Sawtooth
    Shape2/Dec: 0.0
    Semi tones: 0
    Fine tune: 0 cent
  Mono mode: Poly
  Vibrato: Wheel
Effects:
  Delay: off
  Tube amp: off
  Reverb: on
    Reverb type: Room
    Amount: 5.0
gkilsti
Posts: 6
Joined: 06 Oct 2012, 00:30
11
Your Nord Gear #1: Nord Stage 2 EX
Your Nord Gear #2: Nord Lead A1
Been thanked: 6 times

Re: Web-tool for viewing the program-sample relations

Post by gkilsti »

Yeah, that could be interesting.
What language did you program this in?
If you could send me the source code I could try to make a nice web layout of a patch.
mjbrands

Re: Web-tool for viewing the program-sample relations

Post by mjbrands »

gkilsti wrote:What language did you program this in?
C.
gkilsti wrote:If you could send me the source code I could try to make a nice web layout of a patch.
You can find the source here: http://www.norduserforum.com/nord-wave- ... tml#p12921

I started writing a document containing the stuff I found and roughly 70% of it is finished. I can't seem to find it on the forum, though I'm pretty sure I posted it before. I've attached it to this post too.

If you're interested in doing something with this, let me know if I can do something to help you. I don't know what you're using for server-side development, but it shouldn't be to hard to convert my stuff to PHP or Java, for example.

P.s. I never had time to figure out the complete format, as I sold my Wave and lost access to it.
Attachments
Nord Wave file format - v0.1.pdf
Nord Wave file format
(756.2 KiB) Downloaded 881 times
Last edited by mjbrands on 07 Oct 2012, 17:35, edited 1 time in total.
Post Reply