Featured Post

Sunday, July 21, 2013

Voyetra Sequencer Plus Visited Again

There are still folks out there who are trying to work with Voyetra Sequencer Plus Gold software. This is for those who still use SP Gold for whatever reason. It's especially for those who have old .sng files and want to work with them.

I use SP Gold for working with the few original native SP Gold files I have been able to locate on old data tapes/CD's.

I've lost (hopefully misplaced) the instrument bank files I created to use with SP Gold. I created them to be able to use melodic mode on the OPL2 FM synth chip found on early sound cards.

The reason for using melodic mode is it gave me freedom to use any combination of nine melodic and/or percussive notes. Percussive mode allowed three percussive notes and six melodic ones.

The down side to using melodic mode was that I had to bastardize some melodic instruments to make them sound percussive. I did that by playing melodic "instruments" well above or below their normal range. This is the reason that many of my old game songs have strange sounding tuned drums when played back on wavetable sound cards and in some emulators. Wavetable sound cards used instrument samples, and the instruments would sound melodic even above or below their intended ranges. With the OPL 2, if you played "instruments" out of their range on it, you'd get some of the craziest sounds, including many percussive sounds.

You can still get SP Gold on the Turtle Beach site. That site has a wealth of info, drivers, whatever for SP Gold. SP Gold and drivers are here: seq_gold.zip

I don't think you need the drivers separately unless you're still running an older operating system/computer with a sound card. The basic drivers came with the SP Gold zip. That includes a MIDI simulator for sound cards and a General MIDI slave driver for FM Sound Cards (including the virtual one in DOSBox).

There's the manual and other great information available, too.

I use DOSBox to run SP Gold. Since I don't have the instrument bank files, I have not used it to actually play any of the songs. If you've used it with DOSBox and actually had it play in DOSBox, please comment with any suggestions you may have about getting it to work. DOSBox download is here.

DOSBox is great for running old games on "modern" operating systems. It also allows you to record the music from the games, raw MIDI commands and OPL commands. I cannot say enough good things about it's OPL2 soundcard emulation. It "understands" my bastardization of the melodic instruments!

Here's how I got DOSBox to run SPGold by default. This is for the latest version -- 0.74 running on a Windows 7 computer.
  1. This assumes you have DOSBox installed in the default configuration.
  2. It also assumes you have SP Gold installed at c:\VOYETRA.
  3. Win Start button > All Programs > DOSBox-0.74 > Options > DOSBox 0.74 Options.
  4. This should open dosbox-0.74.conf in Notepad (or your default text editor).
  5. Scroll all the way to the bottom of this file. You'll see [autoexec]. If you already have something entered here, just comment what you added before, using # as on all the other commented lines. Add the following, starting on a new line:
  6. mount c "c:\VOYETRA"
    c:
    seq.bat 
  7. File > Save
  8. Close Notepad.
  9. Go to c:\VOYETRA.
  10. Right click SEQ.BAT and select Edit. If it doesn't open in a text editor, select one to open it (Notepad).
  11. Following the "safe, not sorry" rule, File > Save As ... > SEQoriginal.BAT.
  12. Now File > Save As ... > SEQ.BAT so you'll be working on your edited file.
  13. Copy and paste the following in the place of what's presently in SEQ.BAT:
  14. echo off
    C:
    call driver
    SpG %1 %2 %3 %4 %5 %6 %7 %8 %9
    call driver /rem
  15. File > Save
  16. In the c:\VOYETRA window, right click DRIVER.BAT.
  17. Select Edit.
  18. "Safe, not sorry:" File > Save As ... > DRIVERoriginal.BAT.
  19. File > Save As ... > DRIVER.BAT
  20. Copy and paste the following in place of what's in the file:
  21. echo off
    if "%1" == "/rem" goto REMOVE
    if "%1" == "/REM" goto REMOVE
    VAPINUL.COM %1 %2 %3
    SAPIFM1.COM /port:1 %1 %2 %3
    goto OUT
    :REMOVE
    SAPIFM1.COM /port:1 /rem
    VAPINUL.COM /rem
    :OUT
Now, when you start DOSBox, you'll have SP Gold start "automatically."

You should note that you can still use DOSBox for games and such by quitting SP Gold (q q from the track view screen) and mounting your games directory to a new drive letter.

I hope this info helps someone.

6 comments:

  1. Hi friend, can you post the seq_gold.zip file again? I just tried setting up voyetrasequencer.wordpress.com Thanks

    ReplyDelete
    Replies
    1. I didn't post the file, since it is still owned by Turtle Beach. It looks like Turtle Beach has removed the download page. That was probably not intended on their part. You could email them and they may send a good link to the file.

      I did a search for "sequencer plus gold download" and at least one site came up that only requires registering (free) to download the file.

      Delete
  2. Hi friend, they have downloads here: http://www.vgmpf.com/Wiki/index.php?title=Sequencer_Plus_Gold

    Is it possible for somebody to post the older (more compatible) vapimpu.com DOS driver? This driver apparently works with more cards than the latest vapimpu.com file. Thanks!

    ReplyDelete
  3. http://www.oldschooldaw.com/forums/index.php?topic=2368.0
    ive posted some info here that ive dug up re: Voyetra SPG

    ReplyDelete
  4. does anyone have the actual v4.11 last version of SPG?? The version that is posted on Turtlebeach.com is v4.10.. in the documentation it even says that you need *v4.11* to use more than one midi interface .. see this page : https://support.turtlebeach.com/entry/830516937/ .. there it says: "" SAPI can also access (and sometimes load) wave-table synthesis on certain sound cards, and also be a second MIDI interface (as of Seq.Plus version 4.11 which allows you to install 2 different interfaces). "" i beleive the installers for v4.11 has this "sapi22.com" file in it that isnt included in version 4.10 installer... the version 4.11 installer has other drivers that arent in the v4.10 install disks that are posted on turtlebeaches site... does anyone have the original v4.11 installer disks? PLEASE HELP

    ReplyDelete
  5. This reminds me of Cakewalk 4 for DOS! Very similiar interface. I used it to control my Proteus MPS+.

    This blog is a gold mine Bobby. Great to read your stories.

    ReplyDelete