⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mimo's mixo.html

📁 miXo is a buzz machine (www.buzzmachines.com) - a plugin for the freely available jeskola buzz track
💻 HTML
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="mimo">
   <meta name="GENERATOR" content="Mozilla/4.7 [de]C-CCK-MCD QXW0323l  (Win98; I) [Netscape]">
   <title>mimo's MiXo</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">

<h1>
mimo's miXo</h1>
$Revision: 1.4 $
<br>
<hr SIZE=1 WIDTH="100%">
<h2>
What's new</h2>
2001-05-21:
<ul>
<li>
new "buzz-like look", better for cpu load. less clicks &amp; pops.</li>

<li>
using mouse to set mixer levels is even stranger now</li>
</ul>

<h2>
Features</h2>

<ul>
<li>
Use your keyboard to control multiple inputs at the same time</li>

<li>
Programmable Keys with timers and loops</li>

<li>
One key can be assigned to multiple functions</li>

<li>
One Keyset can be used for multiple tracks->Group Mixing</li>

<li>
Input Monitoring</li>

<li>
Presets can be loaded in tracks</li>
</ul>

<h2>
Limitations</h2>

<ul>
<li>
Be carefull with your key commands, no error checking is done</li>

<li>
Naming of presets is not implemented yet (use autonaming)</li>

<li>
Nested looping (repeat) of commands is not possible</li>

<li>
BEWARE OF having two input machines with the same name. This will at least
crash miXo.</li>
</ul>

<h2>
Using miXo</h2>
First connect some inputs to miXo. Doubleclick on miXo to open the interactive
mixer. On the left side of each&nbsp; input track you'll see some keys,
first one ist the <b>maximize level </b>key, below you'll find the <b>level-up,
level-down, </b>and<b> minimum level </b>key<b>. </b>press one of them
on your keyboard and learn how the mixer responds to each key.
<br>On top of each track display you'll see the tracks name, below is the
name of the Key Set, probably something like #1,#2,#3,etc. Each Key Definition
stands for a set of keys which might be connected to multiple tracks. If
you right click in one of the track windows you can assign a different
Key Definition to the current track. You could for instance assign all
tracks to one Key Definition and end up with a master mixer. This also
allows grouping tracks.
<br>If the default keys dont match your actual keyboard layout you can
change the Key Set Definitions in the Key Set Editor (X-Menu). They will
be saved with your song, so it might be a could idea to create a template
for your keyboard layout.
<h2>
Programming Keys</h2>
When you open the Key Definition Editor (right-button menu or X|Edit Key
Definition..) you will see a list of possible commands:
<p><tt>++&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; increases volume by
the default value (5%)</tt>
<br><tt>--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; decreases volume by
the default value (5%)</tt>
<br><tt>max&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sets volume to 100%</tt>
<br><tt>min&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sets volume to 0%</tt>
<br><tt>+=x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; increases volume by x</tt>
<br><tt>-=x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; decreases volume by x</tt>
<br><tt>slow=f&nbsp;&nbsp;&nbsp; changes default increase amount</tt>
<br><tt>wait=s&nbsp;&nbsp;&nbsp; waits for s milliseconds</tt>
<br><tt>repeat=n&nbsp; repeats the following command(s) till next end;
for n times</tt>
<br><tt>2all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sends the following command(s)
to all tracks till next end;</tt>
<br><tt>2me&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sends the command(s) to
all track(s) the Key Definition is used by</tt>
<br><tt>2others&nbsp;&nbsp; sends the following command(s) to all other
tracks till next end;</tt>
<p><tt>x is a value between 0.0 (0%) and 1.0 (100%)</tt>
<br><tt>f is a value between 0.0 and whatever you need</tt>
<br><tt>s is time in milliseconds, eg. 1000~1 second</tt>
<br><tt>n is a value between 0 and whatever you like</tt>
<p><tt>All commands must be seperated with a ;</tt>
<br>&nbsp;
<br>&nbsp;
<h2>
Examples</h2>

<h3>
Mute all tracks</h3>
<tt>2all;min;end;</tt>
<h3>
Solo track</h3>
<tt>max;2others;min;end;</tt>
<h3>
Fadeout track fast</h3>
<tt>repeat=10;-=0.10;end;end;</tt>
<h3>
Fadeout track in 0.5 seconds intervals</h3>
<tt>repeat=10;-=0.10;wait=500;end;end;</tt>
<br>&nbsp;
<h2>
Global Key Definition</h2>
You can define a Key Definition called <b>global </b>which will be used
whether is set in a track or not. Commands that are defined in the <b>global
</b>key
definition will apply to all tracks.
<p>One predefined global key ist <font size=+2>panic</font> (BACKSPACE)
Key, check the global keys of a freshly opened miXo how to change the key
<p>(c)mimo@restoel.net&nbsp;&nbsp;&nbsp; <a href="http://restoel.net/mimo">restoel.net/mimo</a>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -