Difference between revisions of "WYZTracker"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m (About)
(Modified links to home page and downloads and removed <br> tags and 'Additional notes' section)
 
Line 1: Line 1:
 
== About  ==
 
== About  ==
  
NOTE: These instructions are a bit outdated. You can find a more up-to-date version at [https://sites.google.com/site/augustoruiz/home WYZTracker's home page].
+
NOTE: These instructions are outdated. You can find a more up-to-date version at [https://github.com/AugustoRuiz/WYZTracker the WYZTracker GitHub repository].
  
Crossplatform tool written in .NET&nbsp;2.0 for [[PSG|AY]]&nbsp;music creation&nbsp;by AugustoRuiz, former [[ComputerEmuzone|ComputerEmuzone]] Games Studio member, and now part of [[RetroWorks|RetroWorks]]. The music files can be played with&nbsp;Artaburu's [[CPCRSlib]] for [[Z88DK|Z88DK]].  
+
Crossplatform tool written in .NET&nbsp;2.0 for [[PSG|AY]] music creation by AugustoRuiz, former [[ComputerEmuzone|ComputerEmuzone]] Games Studio member, and now part of [[Retroworks]]. The music files can be played with Artaburu's [[CPCRSlib]] for [[Z88DK|Z88DK]].  
  
WYZTracker is a pattern-based music editor, being a pattern a sequence of notes and effects. Patterns can have any length (a song can have patterns with different lengths too).<br>
+
'''''WYZTracker''''' is a pattern-based music editor, being a pattern a sequence of notes and effects. Patterns can have any length (a song can have patterns with different lengths too).
  
 
== Usage Instructions  ==
 
== Usage Instructions  ==
Line 13: Line 13:
 
To delete a pattern, click the "Eliminar Patrón" button (like a sheet with a minus).  
 
To delete a pattern, click the "Eliminar Patrón" button (like a sheet with a minus).  
  
To clone a pattern, click the "Clonar Patrón" button&nbsp;(like two sheets together).<br>
+
To clone a pattern, click the "Clonar Patrón" button&nbsp;(like two sheets together).
  
To edit notes, click on the pattern viewer (the black and green part of the screen). You can move the current selected note clicking with the mouse or using the arrow keys and Next/Prev Page.<br>
+
To edit notes, click on the pattern viewer (the black and green part of the screen). You can move the current selected note clicking with the mouse or using the arrow keys and Next/Prev Page.
  
The keyboard acts as some sort of "Virtual Keyboard", where the Z letter is the C note of the current "Base Octave" selected (which is visible on the top of the screen as "Octava Base"). The S key will be C#, the X key is D, the D key is D#, the C key is E... Also, the Q key is the C note of (Base Octave + 1) octave.<br>
+
The keyboard acts as some sort of "Virtual Keyboard", where the Z letter is the C note of the current "Base Octave" selected (which is visible on the top of the screen as "Octava Base"). The S key will be C#, the X key is D, the D key is D#, the C key is E... Also, the Q key is the C note of (Base Octave + 1) octave.  
  
If the selection is in the FX channel, all keys work the same way, putting the current FX into the selected note.<br>
+
If the selection is in the FX channel, all keys work the same way, putting the current FX into the selected note.
  
Also, you can configure if inserting a note makes the cursor go forward (and how many rows) using the "Incremento Automático" option at the Toolbar. You can use the 0 value to make the cursor stay where it is after inserting a note. Using F4/F5 you can change this value also.<br>
+
Also, you can configure if inserting a note makes the cursor go forward (and how many rows) using the "Incremento Automático" option at the Toolbar. You can use the 0 value to make the cursor stay where it is after inserting a note. Using F4/F5 you can change this value also.
  
To change the base octave you can use the "Octava Base" combobox, or use F2/F3.<br>
+
To change the base octave you can use the "Octava Base" combobox, or use F2/F3.
  
== Instrument and FX&nbsp;edition ==
+
== Instrument and FX edition ==
  
To edit and create instruments and FX, you must use the upper right controls.<br>
+
To edit and create instruments and FX, you must use the upper right controls.
  
An instrument is a set of volumes (shown as green bars). Loops can be created easily (in spanish it's "Bucles"). To edit them, just left click in the grid shown in the Instrument Editor.<br>Clicking with the right mouse button you can select whether the instrument current position will also change the current octave (up or down).<br>
+
An instrument is a set of volumes (shown as green bars). Loops can be created easily (in spanish it's "Bucles"). To edit them, just left click in the grid shown in the Instrument Editor.<br>Clicking with the right mouse button you can select whether the instrument current position will also change the current octave (up or down).
  
The Sawtooth instrument cannot be edited. It's used mainly for bass lines, using the AY envelopes.<br>
+
The Sawtooth instrument cannot be edited. It's used mainly for bass lines, using the AY envelopes.
  
FX are a little more complex than instruments. For each FX position, three values can be defined: Volume (green bars), noise frequency (red bars) and note frequency (yellow bars).<br>
+
FX are a little more complex than instruments. For each FX position, three values can be defined: Volume (green bars), noise frequency (red bars) and note frequency (yellow bars).
  
== Other features ==
+
== Other features ==
  
 
*Import/Export instruments and FX (see the toolbar below the instrument/FX selector),  
 
*Import/Export instruments and FX (see the toolbar below the instrument/FX selector),  
*Export to MUS files (which are used by WYZ replayer) - this option will also generate an ASM file with the instrument/fx definitions.<br>
+
*Export to MUS files (which are used by WYZ replayer) - this option will also generate an ASM file with the instrument/FX definitions.
 
+
== Additional notes  ==
+
 
+
Currently the user interface is only available in spanish, but there will be localized versions soon.  
+
  
 
== Downloads  ==
 
== Downloads  ==
  
You can download the latest version [http://augusto.ruiz.googlepages.com/WYZTracker.0.2.19.rar here].
+
You can download the latest version at [https://github.com/AugustoRuiz/WYZTracker the WYZTracker GitHub repository].
  
 
[[Category:Applications]] [[Category:Music and sound]][[Category:CrossDev]]
 
[[Category:Applications]] [[Category:Music and sound]][[Category:CrossDev]]

Latest revision as of 14:23, 18 February 2018

About

NOTE: These instructions are outdated. You can find a more up-to-date version at the WYZTracker GitHub repository.

Crossplatform tool written in .NET 2.0 for AY music creation by AugustoRuiz, former ComputerEmuzone Games Studio member, and now part of Retroworks. The music files can be played with Artaburu's CPCRSlib for Z88DK.

WYZTracker is a pattern-based music editor, being a pattern a sequence of notes and effects. Patterns can have any length (a song can have patterns with different lengths too).

Usage Instructions

To add a pattern, click the "Añadir Patrón" button (looks like a sheet with a + symbol). A new pattern will appear in the pattern list that is located at the left of the tracker.

To delete a pattern, click the "Eliminar Patrón" button (like a sheet with a minus).

To clone a pattern, click the "Clonar Patrón" button (like two sheets together).

To edit notes, click on the pattern viewer (the black and green part of the screen). You can move the current selected note clicking with the mouse or using the arrow keys and Next/Prev Page.

The keyboard acts as some sort of "Virtual Keyboard", where the Z letter is the C note of the current "Base Octave" selected (which is visible on the top of the screen as "Octava Base"). The S key will be C#, the X key is D, the D key is D#, the C key is E... Also, the Q key is the C note of (Base Octave + 1) octave.

If the selection is in the FX channel, all keys work the same way, putting the current FX into the selected note.

Also, you can configure if inserting a note makes the cursor go forward (and how many rows) using the "Incremento Automático" option at the Toolbar. You can use the 0 value to make the cursor stay where it is after inserting a note. Using F4/F5 you can change this value also.

To change the base octave you can use the "Octava Base" combobox, or use F2/F3.

Instrument and FX edition

To edit and create instruments and FX, you must use the upper right controls.

An instrument is a set of volumes (shown as green bars). Loops can be created easily (in spanish it's "Bucles"). To edit them, just left click in the grid shown in the Instrument Editor.
Clicking with the right mouse button you can select whether the instrument current position will also change the current octave (up or down).

The Sawtooth instrument cannot be edited. It's used mainly for bass lines, using the AY envelopes.

FX are a little more complex than instruments. For each FX position, three values can be defined: Volume (green bars), noise frequency (red bars) and note frequency (yellow bars).

Other features

  • Import/Export instruments and FX (see the toolbar below the instrument/FX selector),
  • Export to MUS files (which are used by WYZ replayer) - this option will also generate an ASM file with the instrument/FX definitions.

Downloads

You can download the latest version at the WYZTracker GitHub repository.