home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / ppsgtrackerreleasev1.0beta.diz < prev    next >
Text File  |  1996-01-01  |  6KB  |  171 lines

  1. PPSG v1.0 Beta by Silok/Saunagroup Released under gpl3 License
  2. --------------------------------------------------------------
  3. Design and Programming by Robert Katsenos.
  4.  
  5.           _______/\ ___/\   __/\ _/\_____/\    ___/\    ______/\_______/\ ______/\   __/\ _/\______/\
  6.          /   _____//  _  \ |    |   \      \  /  _  \  /    ___/_____    \\_____  \ |    |   \____   \
  7.          \_____  \/  /_\  \|    |   /   _   \/  /_\  \/    / ___|       _/ /   |   \|    |   /    ___/
  8.          /        \   |    \    |  /    |    \   |    \    \_\  \    |   \/    |    \    |  /    |
  9.          \________/___|____/______/\____|____/___|__  /\______ _/____|_ _/\_________/______/_____|
  10.           \_______\________\______\/\________\________\/_______/________/\/________/______/_sILOK
  11.  
  12. DOCUMENTATION
  13. -------------
  14.  
  15.  What is this ?
  16.  
  17.  ppsg Tracker means, Pseudo Programmable Soundgenerator and Tracker stands for what it does.
  18.  In short, that is a score editor which has it's focus on producing Chipsounds like from the old 8-bit aera.
  19.  
  20.  
  21.  
  22. KEYLIST
  23. -------
  24. Functional keys are in this list...
  25.  
  26.  
  27.            F1 = Play from Start
  28.            F2 = Play from Position
  29.            F5-F8 = Channelmute/on/off
  30.            F9 = Copytrack
  31.            F10 = Paste Track
  32.  
  33.            SPACE = Record on/off
  34.            PAGE UP = Songposition up
  35.            PAGE DOWN = Songposition down
  36.  
  37.  
  38. LOAD & SAVE
  39. -----------
  40. Songs are only aviable from the "data/songs/" Folder. Click the Input Field Below to enter
  41. a Filename.
  42.  
  43. The SAVE Function will also produce a backup file, ".bk" from your songdata before saving.
  44.  
  45.  
  46. PATTERNS
  47. --------
  48.            Track Format:
  49.            NOTE|VOLUME|INSTRUMENT
  50.  
  51.            Note Keys are from the lowest letter row, "Y" or "Z",
  52.            which is the lowest C note, up to "P", the highest playable note on the keyboard.
  53.  
  54.            You can move with the cursor, arrow keys.
  55.  
  56.            other Keys are:
  57.            ---------------
  58.            "." = Delete Notes
  59.            "Plus Key" or "Bracket Closed" = Pitch Down "-DN"
  60.            "Number Key" or "Backslash" = Pitch up "-UP"
  61.            "<" = Instrument Stops playing
  62.            "TAB" = Fast Channel Switching
  63.  
  64. INSTRUMENTS
  65. -----------
  66.  
  67.    WAV -> Here you change the base Waveform
  68.    PWM -> Pulse Width Modulation for the first 3 Waveforms
  69.    ENV -> The length of the sound fade out is labeled Envelope.
  70.    E2P -> Env to Pitch, is modulating the Sound Pitch by the Envelope.
  71.    ARP -> Arpeggiator - with two modulation values.
  72.    SPD -> The Speed of the ARP cycles.
  73.    AMT -> The Amount of the ARP Modulation.
  74.  
  75. SPECIAL THANKS & Greetings To:
  76. ------------------------------
  77.                Zoner from Nectarine (Thanx for the help!)
  78.                Serpent (Yeah sauna fella!)
  79.                Shinobi (version 4711)
  80.                Phlubby_Gnome (Thanx for testing!)
  81.                Rapture (Thanx for testing man!)
  82.  
  83.                and thanx to all other testers and best greetz to the Scene...
  84.  
  85. Twitter: @ldaysynths
  86. or contact at Pouet.net to alias (silokki) or Scenemusic.net to alias (silok).PPSG v1.0 Beta by Silok/Saunagroup Released under gpl3 License
  87. --------------------------------------------------------------
  88. Design and Programming by Robert Katsenos.
  89.  
  90.           _______/\ ___/\   __/\ _/\_____/\    ___/\    ______/\_______/\ ______/\   __/\ _/\______/\
  91.          /   _____//  _  \ |    |   \      \  /  _  \  /    ___/_____    \\_____  \ |    |   \____   \
  92.          \_____  \/  /_\  \|    |   /   _   \/  /_\  \/    / ___|       _/ /   |   \|    |   /    ___/
  93.          /        \   |    \    |  /    |    \   |    \    \_\  \    |   \/    |    \    |  /    |
  94.          \________/___|____/______/\____|____/___|__  /\______ _/____|_ _/\_________/______/_____|
  95.           \_______\________\______\/\________\________\/_______/________/\/________/______/_sILOK
  96.  
  97. DOCUMENTATION
  98. -------------
  99.  
  100.  What is this ?
  101.  
  102.  ppsg Tracker means, Pseudo Programmable Soundgenerator and Tracker stands for what it does.
  103.  In short, that is a score editor which has it's focus on producing Chipsounds like from the old 8-bit aera.
  104.  
  105.  
  106.  
  107. KEYLIST
  108. -------
  109. Functional keys are in this list...
  110.  
  111.  
  112.            F1 = Play from Start
  113.            F2 = Play from Position
  114.            F5-F8 = Channelmute/on/off
  115.            F9 = Copytrack
  116.            F10 = Paste Track
  117.  
  118.            SPACE = Record on/off
  119.            PAGE UP = Songposition up
  120.            PAGE DOWN = Songposition down
  121.  
  122.  
  123. LOAD & SAVE
  124. -----------
  125. Songs are only aviable from the "data/songs/" Folder. Click the Input Field Below to enter
  126. a Filename.
  127.  
  128. The SAVE Function will also produce a backup file, ".bk" from your songdata before saving.
  129.  
  130.  
  131. PATTERNS
  132. --------
  133.            Track Format:
  134.            NOTE|VOLUME|INSTRUMENT
  135.  
  136.            Note Keys are from the lowest letter row, "Y" or "Z",
  137.            which is the lowest C note, up to "P", the highest playable note on the keyboard.
  138.  
  139.            You can move with the cursor, arrow keys.
  140.  
  141.            other Keys are:
  142.            ---------------
  143.            "." = Delete Notes
  144.            "Plus Key" or "Bracket Closed" = Pitch Down "-DN"
  145.            "Number Key" or "Backslash" = Pitch up "-UP"
  146.            "<" = Instrument Stops playing
  147.            "TAB" = Fast Channel Switching
  148.  
  149. INSTRUMENTS
  150. -----------
  151.  
  152.    WAV -> Here you change the base Waveform
  153.    PWM -> Pulse Width Modulation for the first 3 Waveforms
  154.    ENV -> The length of the sound fade out is labeled Envelope.
  155.    E2P -> Env to Pitch, is modulating the Sound Pitch by the Envelope.
  156.    ARP -> Arpeggiator - with two modulation values.
  157.    SPD -> The Speed of the ARP cycles.
  158.    AMT -> The Amount of the ARP Modulation.
  159.  
  160. SPECIAL THANKS & Greetings To:
  161. ------------------------------
  162.                Zoner from Nectarine (Thanx for the help!)
  163.                Serpent (Yeah sauna fella!)
  164.                Shinobi (version 4711)
  165.                Phlubby_Gnome (Thanx for testing!)
  166.                Rapture (Thanx for testing man!)
  167.  
  168.                and thanx to all other testers and best greetz to the Scene...
  169.  
  170. Twitter: @ldaysynths
  171. or contact at Pouet.net to alias (silokki) or Scenemusic.net to alias (silok).