News, tours, venues, and more!
Stay up to date with Meyer Sound.
Sign Up for Newsletters

Meyer Sound Forum

Welcome to the Meyer Sound Forum!
While our customer support team moderates this forum and participates in some discussions, this is not an ingress point for our internal support staff. To submit a feature request or bug report, please use the button below.

Submit Feature Request or Bug Report

Code of Conduct
This forum for is for audio professionals and Meyer Sound users to exchange advice, ask questions, meet with other members of the audio community and Meyer Sound Customer Support personnel. Please keep discussions relevant to Meyer Sound products.
Be Kind and Courteous
We’re all in this together to create a welcoming environment. Let’s treat everyone with respect. Healthy debates are natural, but kindness is required.
No Promotions or Spam
Give more than you take to this forum. Self-promotion, spam and irrelevant links aren’t allowed. Please keep discussions relevant to Meyer Sound products. Do not post product ads or “For Sale” ads. Do not post inappropriate images or ads, you will be banned immediately.
Respect Everyone’s Privacy
Being part of this group requires mutual trust. Authentic, expressive discussions make forums great, but may also be sensitive and private. What’s shared in the forums should stay in the forums.
Keep it Legal
Be mindful of security, copyright, and intellectual property concerns when sharing venue drawings, project files, Spacemaps and other file types.
File Posting
File uploads are allowed up to 10MB for the following types: jpg, jpeg, gif, png, bmp, pdf, mapp, spacemaps, coreproject. For larger files, please use a file sharing service and post a link.
Specific Software Support Issues
Visit our Contact Form select Software Support, and enter the requested information to create a feature request or bug report.
Consult a Professional
Absolutely no advice for rigging/electrical/life safety is allowed beyond “Consult a professional.”
Contact
For requests and issues related to this forum, please email forums@meyersound.com.
Disclaimer
Meyer Sound is not liable or responsible for content posted in these forums.
Forum Navigation
You need to log in to create posts and topics.

Wild Tracks Extended Commands

In Wild Tracks, you can enter commands in the File Name cell of an entry.

The following are a list of the commands available for Wild Tracks.

; filename backwards (explanation: the Wild Tracks parser assumes that any filename string with a semicolon in it is supposed to be interpreted as the contents of a .bat file, except that instead of each line being separated by carriage returns, it is separated by semicolons. This particular 'batch file' only has/needs a single line that specifies the filename and the backwards flag) -Jeremy
backward (also backwards)

NOTE: If the file name has spaces in it, you need to enclose it with quotes:
File Name = 3 Have A Cigar becomes:
"3 Have A Cigar.aiff"

And to play it backwards it becomes:

;"3 Have A Cigar.aiff" backwards

example 2
File Name, including path within the wtrxaudio directory:

Suzanne Vega/Solitude Standing/1 Tom's Diner.wav

becomes:

"Suzanne Vega/Solitude Standing/1 Tom's Diner.wav"

and to play it backwards you start with the semi-colon and end with the command backward:

;"Suzanne Vega/Solitude Standing/1 Tom's Diner.wav" backward

 

1) Batch files (or inline batch-scripts using the semicolon, as in the "backwards" trick) that concatenate several audio sources/files together so that they appear to be a single file. This lets you place large audio files on multiple drives, but still play them back as if they were a single file, etc.

2) Using batch files to make a segment of an existing file appear like it is a separate file (as done by the "Make Batch File From Track" context-menu-item in the Wild Tracks window). This can be done recursively.

3) Using wild cards and the Playback path semantics to do clever-ish dynamic file selection tricks (e.g. handle understudies on the fly)

4) Using playback and recording simultaneously to implement very long delays, using the hard drive as the delay buffer (although I don't think it works terribly well yet)

5) Placing small (<5MB) audio files into the Support Files window and playing them back from RAM, so that no Wild Tracks drives are needed for very light sound effects work

random (tells batch-processor to reorder items into a random order)

Uploaded files:
  • Wild-Tracks-Playing-a-file-backwards-example-2.png