<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to syntax_reference</title><link>https://sourceforge.net/p/beepcomp/wiki/syntax_reference/</link><description>Recent changes to syntax_reference</description><atom:link href="https://sourceforge.net/p/beepcomp/wiki/syntax_reference/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 09 Apr 2016 22:09:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/beepcomp/wiki/syntax_reference/feed" rel="self" type="application/rss+xml"/><item><title>syntax_reference modified by Hiro Morozumi</title><link>https://sourceforge.net/p/beepcomp/wiki/syntax_reference/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="syntax-reference"&gt;Syntax Reference&lt;/h2&gt;
&lt;h3 id="general"&gt;General&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;//&lt;/code&gt; ... Commenting&lt;/li&gt;
&lt;li&gt;&lt;code&gt;@G&lt;/code&gt; ... Declares the global section&lt;/li&gt;
&lt;li&gt;&lt;code&gt;@n&lt;/code&gt; ... Declares a music channel section (n=1,2,3...9)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;@D&lt;/code&gt; ... Declares the drum channel section&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="global-section"&gt;Global Section&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;MASTERVOLUME=n&lt;/code&gt; ... Sets the master output gain (n=1 to 100)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;TEMPO=n&lt;/code&gt; ... Sets the track tempo (n=30 to 300)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Vn=v&lt;/code&gt; ... Sets the volume (v=0 to 10) for channel n (n=1 to 9, m=0 to 100)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VD=v&lt;/code&gt; ... Sets the volume (v=0 to 10) for the drum channel&lt;/li&gt;
&lt;li&gt;&lt;code&gt;LOOP=?&lt;/code&gt; ... Turns track looping on or off (?=ON or OFF)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;DELAY=?&lt;/code&gt; ... Turns the delay effect on or off (?=ON or OFF)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;DELAYLEVEL=n&lt;/code&gt; ... Sets the delay output level (n=0 to 100)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;DELAYTIME=n&lt;/code&gt; ... Sets the delay timing in milliseconds (n=0 to 999)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="music-channel"&gt;Music channel&lt;/h3&gt;
&lt;h5 id="commands-processed-before-track-starts-playing"&gt;Commands processed before track starts playing&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;ATTACKTIME=&lt;/code&gt; ... Sets the envelope attack time in milliseconds (n=1 to 9999)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PEAKTIME=&lt;/code&gt; ... Sets the envelope peak time in milliseconds (n=1 to 9999)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PEAKLEVEL=&lt;/code&gt; ... Sets the envelope peak level (n=0 to 100)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;DECAYTIME=&lt;/code&gt; ... Sets the envelope decay time in milliseconds (n=1 to 9999)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;SUSTAINLEVEL=&lt;/code&gt; ... Sets the envelope sustain level (n=0 to 100)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;RELEASETIME=&lt;/code&gt; ... Sets the envelope release time in milliseconds (n=1 to 9999)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;LFO=?&lt;/code&gt; ... Turns the pitch LFO effect on or off (?=ON or OFF) &lt;/li&gt;
&lt;li&gt;&lt;code&gt;LFORANGE=n&lt;/code&gt; ... Sets the LFO range to cents of a semitone (n=1 to 2400)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;LFOSPEED=n&lt;/code&gt; ... Sets the LFO speed by cycles per second (n=0 to 100)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ASTRO=n&lt;/code&gt; ... Turns on the astro effect and sets the number of wobbles per second (n=1 to 100)&lt;/li&gt;
&lt;/ul&gt;
&lt;h5 id="commands-processed-as-the-track-progresses"&gt;Commands processed as the track progresses&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Vn&lt;/code&gt; ... Sets channel volume (n=0,1,2...10)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Ln&lt;/code&gt; ... Sets the current note length (n=1 to 64)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;C&lt;/code&gt; ... Musical note&lt;/li&gt;
&lt;li&gt;&lt;code&gt;D&lt;/code&gt; ... Musical note&lt;/li&gt;
&lt;li&gt;&lt;code&gt;E&lt;/code&gt; ... Musical note&lt;/li&gt;
&lt;li&gt;&lt;code&gt;F&lt;/code&gt; ... Musical note&lt;/li&gt;
&lt;li&gt;&lt;code&gt;G&lt;/code&gt; ... Musical note&lt;/li&gt;
&lt;li&gt;&lt;code&gt;A&lt;/code&gt; ... Musical note&lt;/li&gt;
&lt;li&gt;&lt;code&gt;B&lt;/code&gt; ... Musical note&lt;/li&gt;
&lt;li&gt;&lt;code&gt;#&lt;/code&gt; ... Sharp&lt;/li&gt;
&lt;li&gt;&lt;code&gt;b&lt;/code&gt; ... Flat&lt;/li&gt;
&lt;li&gt;&lt;code&gt;~&lt;/code&gt; ... Elongates note by current note length&lt;/li&gt;
&lt;li&gt;&lt;code&gt;:&lt;/code&gt; ... Rest for the current note length&lt;/li&gt;
&lt;li&gt;&lt;code&gt;[---]&lt;/code&gt; ... Tuplet - groups notes --- in the space of current note length&lt;/li&gt;
&lt;li&gt;&lt;code&gt;[n---]&lt;/code&gt; ... Tuplet - groups notes --- in the space of note length specified by n&lt;/li&gt;
&lt;li&gt;&lt;code&gt;{}&lt;/code&gt; ... Repeats the enclosed snipet&lt;/li&gt;
&lt;li&gt;&lt;code&gt;^&lt;/code&gt; ... Increase channel volume by 10%&lt;/li&gt;
&lt;li&gt;&lt;code&gt;_&lt;/code&gt; ... Decrease channel volume by 10%&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="drum-channel"&gt;Drum Channel&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Vn&lt;/code&gt; ... Sets channel volume (n=0,1,2...10)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Ln&lt;/code&gt; ... Sets the current note length (n=1 to 64)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;K&lt;/code&gt; ... Kick&lt;/li&gt;
&lt;li&gt;&lt;code&gt;k&lt;/code&gt; ... Kick, quieter&lt;/li&gt;
&lt;li&gt;&lt;code&gt;S&lt;/code&gt; ... Snare&lt;/li&gt;
&lt;li&gt;&lt;code&gt;s&lt;/code&gt; ... Snare, quieter&lt;/li&gt;
&lt;li&gt;&lt;code&gt;H&lt;/code&gt; ... Hi-hat&lt;/li&gt;
&lt;li&gt;&lt;code&gt;h&lt;/code&gt; ... Hi-hat, quieter&lt;/li&gt;
&lt;li&gt;&lt;code&gt;~&lt;/code&gt; ... Elongates note by current note length&lt;/li&gt;
&lt;li&gt;&lt;code&gt;:&lt;/code&gt; ... Rest for the current note length&lt;/li&gt;
&lt;li&gt;&lt;code&gt;[---]&lt;/code&gt; ... Tuplet - groups notes --- in the space of current note length&lt;/li&gt;
&lt;li&gt;&lt;code&gt;[n---]&lt;/code&gt; ... Tuplet - groups notes --- in the space of note length specified by n&lt;/li&gt;
&lt;li&gt;&lt;code&gt;{}&lt;/code&gt; ... Repeats the enclosed snipet&lt;/li&gt;
&lt;li&gt;&lt;code&gt;^&lt;/code&gt; ... Increase channel volume by 10%&lt;/li&gt;
&lt;li&gt;&lt;code&gt;_&lt;/code&gt; ... Decrease channel volume by 10%&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hiro Morozumi</dc:creator><pubDate>Sat, 09 Apr 2016 22:09:10 -0000</pubDate><guid>https://sourceforge.net0ee385529d8fc8440ae51e24d10e8e1c1e409802</guid></item></channel></rss>