adding presets for tus emulators
This commit is contained in:
parent
de21bcacc5
commit
1cf536a0b2
56 changed files with 1530 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
function flakeup --description 'update flake sources'
|
function flakeup --description 'update flake sources'
|
||||||
cd '/home/emenel/source/nixos-config' && sudo nix flake update
|
cd '/home/emenel/source/nixos-config' && sudo nix flake update && prevd
|
||||||
end
|
end
|
||||||
|
|
18
flake.lock
generated
18
flake.lock
generated
|
@ -28,11 +28,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733951536,
|
"lastModified": 1734366194,
|
||||||
"narHash": "sha256-Zb5ZCa7Xj+0gy5XVXINTSr71fCfAv+IKtmIXNrykT54=",
|
"narHash": "sha256-vykpJ1xsdkv0j8WOVXrRFHUAdp9NXHpxdnn1F4pYgSw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "1318c3f3b068cdcea922fa7c1a0a1f0c96c22f5f",
|
"rev": "80b0fdf483c5d1cb75aaad909bd390d48673857f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -127,11 +127,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733733360,
|
"lastModified": 1734338723,
|
||||||
"narHash": "sha256-q6pp7uqkAxbsENjJr2U7vPVEoLX0m7ouCTBg/0J5v3g=",
|
"narHash": "sha256-BpJs2QnVwdE4Btsx2BcBmdsq86H7QJYv2GmoOkr1ii4=",
|
||||||
"owner": "Mic92",
|
"owner": "Mic92",
|
||||||
"repo": "nix-ld",
|
"repo": "nix-ld",
|
||||||
"rev": "0c74021f8e3779a68684e893a5fb9a72078d5e18",
|
"rev": "911665df070e3d6c970e5a248fc4a38550bd5689",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -142,11 +142,11 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733861262,
|
"lastModified": 1734352517,
|
||||||
"narHash": "sha256-+jjPup/ByS0LEVIrBbt7FnGugJgLeG9oc+ivFASYn2U=",
|
"narHash": "sha256-mfv+J/vO4nqmIOlq8Y1rRW8hVsGH3M+I2ESMjhuebDs=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "cf737e2eba82b603f54f71b10cb8fd09d22ce3f5",
|
"rev": "b12e314726a4226298fe82776b4baeaa7bcf3dcd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
maestral
|
maestral
|
||||||
maestral-gui
|
maestral-gui
|
||||||
nix-index
|
nix-index
|
||||||
|
fstl
|
||||||
godot_4
|
godot_4
|
||||||
sane-airscan
|
sane-airscan
|
||||||
xsane
|
xsane
|
||||||
|
@ -564,10 +565,9 @@
|
||||||
|
|
||||||
services.flatpak.packages = [
|
services.flatpak.packages = [
|
||||||
"com.github.tchx84.Flatseal"
|
"com.github.tchx84.Flatseal"
|
||||||
"com.github.johnfactotum.QuickLookup"
|
|
||||||
"com.heroicgameslauncher.hgl"
|
"com.heroicgameslauncher.hgl"
|
||||||
"io.github.dgsasha.Remembrance"
|
|
||||||
"nl.hjdskes.gcolor3"
|
"nl.hjdskes.gcolor3"
|
||||||
|
"org.linuxshowplayer.LinuxShowPlayer"
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.user = {
|
systemd.user = {
|
||||||
|
@ -616,14 +616,19 @@
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ../packages/the-usual-suspects/vavra/roms;
|
source = ../packages/the-usual-suspects/vavra/roms;
|
||||||
};
|
};
|
||||||
home.file.".local/share/The Usual Suspects/Vavra/patchmanager" = {
|
home.file.".local/share/The Usual Suspects/Vavra/patches" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ../packages/the-usual-suspects/vavra/patchmanager;
|
source = ../packages/the-usual-suspects/vavra/patches;
|
||||||
};
|
};
|
||||||
home.file.".local/share/The Usual Suspects/Xenia/roms" = {
|
home.file.".local/share/The Usual Suspects/Xenia/roms" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ../packages/the-usual-suspects/xenia/roms;
|
source = ../packages/the-usual-suspects/xenia/roms;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".local/share/The Usual Suspects/Xenia/patches" = {
|
||||||
|
recursive = true;
|
||||||
|
source = ../packages/the-usual-suspects/xenia/patches;
|
||||||
|
};
|
||||||
home.file.".local/share/The Usual Suspects/Osirus/roms" = {
|
home.file.".local/share/The Usual Suspects/Osirus/roms" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ../packages/the-usual-suspects/osirus/roms;
|
source = ../packages/the-usual-suspects/osirus/roms;
|
||||||
|
|
BIN
packages/the-usual-suspects/xenia/patches/Ambient/AMBIENT.SSX
Normal file
BIN
packages/the-usual-suspects/xenia/patches/Ambient/AMBIENT.SSX
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
This is a collection of Microwave patches that I spent some time and had
a lot of fun creating. I use my MicroWave for Techno and Ambient dance music,
and I thought that there might be some other folks out there doing the same,
and a set of sounds would be useful....
To that end, here is the "SPG" ambient sound bank. You may find things you
like in here, you may find things you don't. Your mileage may vary. I have
used all of the sounds in here at one time or another. And to help things along,
here are some application notes:
Bass Patches:
These are sitting in slots A1 to A8. I tried to tone these down a bit
from my normal "techno" bass sounds. I have used these with small room
reverbs and a bit of bass boost with great success.
Sweep Patches:
Sweeps are in locations A9 through A20. These are a lot of fun to add
texture to songs, I usually treat these with chorus and some plate
reverb to fatten them up. But if you have a good phaser, these are a
natural for that.
Pad Patches:
I advise the use of chorus and some chamber reverb on these guys. They
are used to "fill out" the sonic landscape on some songs. They are
found at A21 through A32.
FX Patches:
I usually uses these things with pretty heavy reverb as well. Feel free
to dump it on. Think of it as the FX patch is giving the reverb
something to bounce around with. Found in B1 to B5.
Perc Patches:
Gated reverb will make these alot more fun. I tossed these in for
grins. Look for them in slots B6 to B9
Ambient Patches:
You may listen to these and think "what the hell... these are not very
ambient!". The trick is that all of these work with Reverb patches in
my rig. Most of them should be washed in big amounts of gooey reverb.
If you want to roll your own reverb program, use something with very wet
setting. I go for the "Tile shower room" effect. The MicroWave has no
reverb of it's own, so a little boost helps out.
These are found in locations B10 to B22.
Synth Patches:
These are not the best synth patches in the world. I usually use them
stacked with something else. They do tend to layer well. Located in
B23 through B32
Multi Patches.
Yeah... Not even a full set. My favorites are Mars and Mercury. Kind
of shows you the rather frightening power of the MicroWave.
I hope you folks find some use in these. If you like them, send me mail
(bruce@pages.com).
Just so you know, these patches are considered public domain. I am
contributing them to the WavePool to further the Waldorf cause. Feel
free to use them without permission or royalty. If you feel really happy
about them you can give programming credits in you liner notes to either
Bruce Henderson or the SPG.
Enjoy!
Bruce
|
66
packages/the-usual-suspects/xenia/patches/Ambient/Readme.PC
Normal file
66
packages/the-usual-suspects/xenia/patches/Ambient/Readme.PC
Normal file
|
@ -0,0 +1,66 @@
|
||||||
|
This is a collection of Microwave patches that I spent some time and had
|
||||||
|
a lot of fun creating. I use my MicroWave for Techno and Ambient dance music,
|
||||||
|
and I thought that there might be some other folks out there doing the same,
|
||||||
|
and a set of sounds would be useful....
|
||||||
|
|
||||||
|
To that end, here is the "SPG" ambient sound bank. You may find things you
|
||||||
|
like in here, you may find things you don't. Your mileage may vary. I have
|
||||||
|
used all of the sounds in here at one time or another. And to help things along,
|
||||||
|
here are some application notes:
|
||||||
|
|
||||||
|
Bass Patches:
|
||||||
|
These are sitting in slots A1 to A8. I tried to tone these down a bit
|
||||||
|
from my normal "techno" bass sounds. I have used these with small room
|
||||||
|
reverbs and a bit of bass boost with great success.
|
||||||
|
|
||||||
|
Sweep Patches:
|
||||||
|
Sweeps are in locations A9 through A20. These are a lot of fun to add
|
||||||
|
texture to songs, I usually treat these with chorus and some plate
|
||||||
|
reverb to fatten them up. But if you have a good phaser, these are a
|
||||||
|
natural for that.
|
||||||
|
|
||||||
|
Pad Patches:
|
||||||
|
I advise the use of chorus and some chamber reverb on these guys. They
|
||||||
|
are used to "fill out" the sonic landscape on some songs. They are
|
||||||
|
found at A21 through A32.
|
||||||
|
|
||||||
|
FX Patches:
|
||||||
|
I usually uses these things with pretty heavy reverb as well. Feel free
|
||||||
|
to dump it on. Think of it as the FX patch is giving the reverb
|
||||||
|
something to bounce around with. Found in B1 to B5.
|
||||||
|
|
||||||
|
Perc Patches:
|
||||||
|
Gated reverb will make these alot more fun. I tossed these in for
|
||||||
|
grins. Look for them in slots B6 to B9
|
||||||
|
|
||||||
|
Ambient Patches:
|
||||||
|
You may listen to these and think "what the hell... these are not very
|
||||||
|
ambient!". The trick is that all of these work with Reverb patches in
|
||||||
|
my rig. Most of them should be washed in big amounts of gooey reverb.
|
||||||
|
If you want to roll your own reverb program, use something with very wet
|
||||||
|
setting. I go for the "Tile shower room" effect. The MicroWave has no
|
||||||
|
reverb of it's own, so a little boost helps out.
|
||||||
|
|
||||||
|
These are found in locations B10 to B22.
|
||||||
|
|
||||||
|
Synth Patches:
|
||||||
|
These are not the best synth patches in the world. I usually use them
|
||||||
|
stacked with something else. They do tend to layer well. Located in
|
||||||
|
B23 through B32
|
||||||
|
|
||||||
|
Multi Patches.
|
||||||
|
Yeah... Not even a full set. My favorites are Mars and Mercury. Kind
|
||||||
|
of shows you the rather frightening power of the MicroWave.
|
||||||
|
|
||||||
|
I hope you folks find some use in these. If you like them, send me mail
|
||||||
|
(bruce@pages.com).
|
||||||
|
|
||||||
|
Just so you know, these patches are considered public domain. I am
|
||||||
|
contributing them to the WavePool to further the Waldorf cause. Feel
|
||||||
|
free to use them without permission or royalty. If you feel really happy
|
||||||
|
about them you can give programming credits in you liner notes to either
|
||||||
|
Bruce Henderson or the SPG.
|
||||||
|
|
||||||
|
Enjoy!
|
||||||
|
|
||||||
|
Bruce
|
BIN
packages/the-usual-suspects/xenia/patches/bass/mwbassco.syx
Normal file
BIN
packages/the-usual-suspects/xenia/patches/bass/mwbassco.syx
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/factory.mid
Normal file
BIN
packages/the-usual-suspects/xenia/patches/factory.mid
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,274 @@
|
||||||
|
Sounds
|
||||||
|
------
|
||||||
|
|
||||||
|
A Trip WMF
|
||||||
|
CS-80 WMF
|
||||||
|
Arpsono WD
|
||||||
|
97 Wave Ride DN
|
||||||
|
Atmosphere 2 DN
|
||||||
|
Switch Me WMF
|
||||||
|
chaOSC T
|
||||||
|
Ammalog W&W
|
||||||
|
Ping Pad WMF
|
||||||
|
Noisefloor S
|
||||||
|
Clip-n-zip DN
|
||||||
|
Paracelsus WMF
|
||||||
|
Saw it again WMF
|
||||||
|
PluckPad DN
|
||||||
|
Stenzel's Chor S
|
||||||
|
Rhythm Pad WMF
|
||||||
|
Phase Lock 1 W&W
|
||||||
|
Bigballs DN
|
||||||
|
BoxStrings WMF
|
||||||
|
Unisono WMF
|
||||||
|
HP-404 S
|
||||||
|
Be careful ! T
|
||||||
|
Q-Wheels RAVE RP
|
||||||
|
RingArp WMF
|
||||||
|
Ben Hur T
|
||||||
|
Shape it WMF
|
||||||
|
Electro B WMF
|
||||||
|
Trash-Box-303 S
|
||||||
|
TanzBein-303 S
|
||||||
|
Dork Acid ! S
|
||||||
|
wArp WMF
|
||||||
|
StarP WMF
|
||||||
|
Ongaku T
|
||||||
|
Talking Arp T
|
||||||
|
Roundabout T
|
||||||
|
Rhythm Import T
|
||||||
|
SO4MA T
|
||||||
|
Problems ??? T
|
||||||
|
Arp Evolution T
|
||||||
|
On the Run T
|
||||||
|
Ahrtal Express T
|
||||||
|
Da Mals WMF
|
||||||
|
Meisterbussi WMF
|
||||||
|
<Q) BASS 2
|
||||||
|
WAPE BASE RP
|
||||||
|
Tec WMF
|
||||||
|
Super Fat WMF
|
||||||
|
HolloSound DN
|
||||||
|
Syntar WMF
|
||||||
|
Ambient DN
|
||||||
|
Sqr Keys WD
|
||||||
|
SynthFlute WMF
|
||||||
|
Classic Solo WD
|
||||||
|
Saw Keys WMF
|
||||||
|
Rude Spaces DN
|
||||||
|
Gow2 DN
|
||||||
|
Gow3 DN
|
||||||
|
Sine Lead WMF
|
||||||
|
Filter Lead WMF
|
||||||
|
Hauchend WMF
|
||||||
|
Fat Lead WMF
|
||||||
|
Raver's Ride T
|
||||||
|
PolyMoogy WMF
|
||||||
|
Poly Synth WMF
|
||||||
|
PolySynth2 WMF
|
||||||
|
Tom's Brass TK
|
||||||
|
Brassy DN
|
||||||
|
Synconie 2 WMF
|
||||||
|
FilterSaw WMF
|
||||||
|
KorgySound DN
|
||||||
|
CS! DN
|
||||||
|
Obie SEM DN
|
||||||
|
PluckPad 2 DN
|
||||||
|
SyndiCat WMF
|
||||||
|
PolyTics WMF
|
||||||
|
Sirius organ GB
|
||||||
|
Sbrass GB
|
||||||
|
Blade Runner GB
|
||||||
|
Tutench-Amun T
|
||||||
|
Contrast T
|
||||||
|
Electro Church T
|
||||||
|
Cassiopeia WMF
|
||||||
|
Freq Shifter WMF
|
||||||
|
FM Keys WMF
|
||||||
|
Fuzz Chords WMF
|
||||||
|
K E M E L T
|
||||||
|
Noogy DN
|
||||||
|
Gate Piano WMF
|
||||||
|
Waveformer T
|
||||||
|
Gow DN
|
||||||
|
Sidebands DN
|
||||||
|
Lotus Flower GB
|
||||||
|
Cat Inch "N" T
|
||||||
|
Newton WMF
|
||||||
|
PhasingClavi WMF
|
||||||
|
Overdrive PlkWMF
|
||||||
|
PPG Plucked WMF
|
||||||
|
Sync Keys 1 WD
|
||||||
|
Ring Pluck WMF
|
||||||
|
Spell: P P G!WMF
|
||||||
|
PPG Vibes WMF
|
||||||
|
Gibran GB
|
||||||
|
Clipar WD
|
||||||
|
Stuttgart WMF
|
||||||
|
Fantasted WMF
|
||||||
|
Reverbed WMF
|
||||||
|
Texture2 DN
|
||||||
|
Oww! 2 DN
|
||||||
|
Subtitles WMF
|
||||||
|
The Caretaker T
|
||||||
|
D Bells WMF
|
||||||
|
Baligong DN
|
||||||
|
MWave2 Bells WMF
|
||||||
|
VeloBell DN
|
||||||
|
Bali DN
|
||||||
|
Crisdrum GB
|
||||||
|
Airy Pad DN
|
||||||
|
Single Trig PadS
|
||||||
|
HollowSquare WMF
|
||||||
|
Oxy Rhythm WMF
|
||||||
|
Wavetrack 1 WMF
|
||||||
|
Hemd aus !!! T
|
||||||
|
Da Gyls T
|
||||||
|
Sarafina T
|
||||||
|
Pad WMF
|
||||||
|
Ocean WMF
|
||||||
|
Oww! DN
|
||||||
|
Bland DN
|
||||||
|
Full Moon T
|
||||||
|
DistoPad WMF
|
||||||
|
Quiet Earth T
|
||||||
|
Deep Sync WMF
|
||||||
|
Everlast T
|
||||||
|
SawPWM Str WMF
|
||||||
|
Pulpad DN
|
||||||
|
DoubleSine WMF
|
||||||
|
Space Night T
|
||||||
|
Artificial T
|
||||||
|
FallingAngel WMF
|
||||||
|
Microsweep I GB
|
||||||
|
Always Ultra T
|
||||||
|
Fase PAD RP
|
||||||
|
Good old Times T
|
||||||
|
Jupiter WMF
|
||||||
|
Carpet GB
|
||||||
|
Fat Pad WMF
|
||||||
|
WarmPad DN
|
||||||
|
Solina WMF
|
||||||
|
JX10P StringsWMF
|
||||||
|
Primitive Pad S
|
||||||
|
SOFT PAD I RP
|
||||||
|
SOFT PAD II RP
|
||||||
|
Wave Choir WMF
|
||||||
|
Hmmm Pad WMF
|
||||||
|
Female Choir WMF
|
||||||
|
MelloChoir WMF
|
||||||
|
Vocode 'em WMF
|
||||||
|
Plain Choir WMF
|
||||||
|
Rezzz DN
|
||||||
|
Hmxpad DN
|
||||||
|
Wavepad DN
|
||||||
|
Doi! DN
|
||||||
|
Deep Spaces DN
|
||||||
|
Organic Wave T
|
||||||
|
Texture DN
|
||||||
|
Plastochinon T
|
||||||
|
Harmonicsweep DN
|
||||||
|
Phasey DN
|
||||||
|
Glassydrone DN
|
||||||
|
Dusty Drone DN
|
||||||
|
Bad UFO 1 DN
|
||||||
|
Bad UFO 2 DN
|
||||||
|
Subtil T
|
||||||
|
Phase Swell WMF
|
||||||
|
Come In WMF
|
||||||
|
Bottled Toys S
|
||||||
|
HP Laserjet S
|
||||||
|
HP R'us S
|
||||||
|
Hi Pads WMF
|
||||||
|
Moon Bass GB
|
||||||
|
Pulse Bass WMF
|
||||||
|
It's Acid ! T
|
||||||
|
Moog's Bass WMF
|
||||||
|
Subwoof DN
|
||||||
|
B-Asskick T
|
||||||
|
Disco Bass WMF
|
||||||
|
SPY 923Bass DN
|
||||||
|
Phunk that ! T
|
||||||
|
Jarre Bass WMF
|
||||||
|
More Mogue DN
|
||||||
|
Bass Line 1 WMF
|
||||||
|
Moog Source DN
|
||||||
|
Moog 1 DN
|
||||||
|
Hollow Bass WMF
|
||||||
|
RudefuzzBass DN
|
||||||
|
12dB Acid WMF
|
||||||
|
18dB Acid WMF
|
||||||
|
Trigger Bass WMF
|
||||||
|
JUNO-6 BASS RP
|
||||||
|
Bassing GM
|
||||||
|
Subwoof 2 DN
|
||||||
|
H Bass WMF
|
||||||
|
4 Sine Bass WMF
|
||||||
|
Why TB ? T
|
||||||
|
RingSaw WMF
|
||||||
|
Short Metal WMF
|
||||||
|
Short Notes T
|
||||||
|
p:Machinery WMF
|
||||||
|
SmoothSyncSeqWMF
|
||||||
|
Weirdoz T
|
||||||
|
Wood Seq WMF
|
||||||
|
FastSequence WMF
|
||||||
|
Nice Day T
|
||||||
|
perSOUND T
|
||||||
|
2nd Background T
|
||||||
|
PLUC SEQ Two
|
||||||
|
Tabla low RP
|
||||||
|
Woods WMF
|
||||||
|
Bottles T
|
||||||
|
Noise WMF
|
||||||
|
Nice Kick WMF
|
||||||
|
Nice Snare WMF
|
||||||
|
Nice Snare 2 WMF
|
||||||
|
Nice Hihat WMF
|
||||||
|
Nice Hihat 2 WMF
|
||||||
|
Nice Cymbal WMF
|
||||||
|
P&Q RP
|
||||||
|
909 Kick 1 WMF
|
||||||
|
ZIP KICK 1 RP
|
||||||
|
ZIP KICK 1 -- RP
|
||||||
|
M.Wheel PONG RP
|
||||||
|
4 Ur Mind WMF
|
||||||
|
ArpTest KMP
|
||||||
|
Mantra T
|
||||||
|
Boomerang T
|
||||||
|
Angenehm T
|
||||||
|
West Ground T
|
||||||
|
Selbstoszillator
|
||||||
|
Zelda T
|
||||||
|
Imperial Code T
|
||||||
|
Into CPU T
|
||||||
|
MCP T
|
||||||
|
experiMENTAL T
|
||||||
|
Starkstrom T
|
||||||
|
Doppeltempo WMF
|
||||||
|
Stenzel's RobotS
|
||||||
|
Wavetable KMP
|
||||||
|
Nervous Nuance T
|
||||||
|
FM-Test T
|
||||||
|
China Crisis T
|
||||||
|
Ice Drops WMF
|
||||||
|
Da Swiiip WMF
|
||||||
|
Cheap Lead WMF
|
||||||
|
Big Pylo WMF
|
||||||
|
Filter Test 1KMP
|
||||||
|
Filter Test 2KMP
|
||||||
|
|
||||||
|
|
||||||
|
Multis
|
||||||
|
------
|
||||||
|
|
||||||
|
Fest Dance RP
|
||||||
|
EEMEBAA RP
|
||||||
|
SOFT PAD RP
|
||||||
|
JO-MAX l RP
|
||||||
|
Wolf-FramE RP
|
||||||
|
Enid Pong RP
|
||||||
|
Drum Kitty 1
|
||||||
|
Drum Kitty 2
|
||||||
|
Mellow Arp WMF
|
||||||
|
Filter Test KMP
|
Binary file not shown.
|
@ -0,0 +1,393 @@
|
||||||
|
Microwave II/XT/PC Factory Sounds June 1998
|
||||||
|
|
||||||
|
|
||||||
|
Sound Programs
|
||||||
|
1 Ultra-Wide PAD S
|
||||||
|
2 CS-80 WMF
|
||||||
|
3 Ping Pad WMF
|
||||||
|
4 A Trip WMF
|
||||||
|
5 Wave Choir WMF
|
||||||
|
6 Arpsono WD
|
||||||
|
7 97 Wave Ride DN
|
||||||
|
8 Acid Lemonade S
|
||||||
|
9 Atmosphere 2 DN
|
||||||
|
10 Switch Me WMF
|
||||||
|
11 Underwater MW S
|
||||||
|
12 Formant Guy S
|
||||||
|
13 Freight Night S
|
||||||
|
14 chaOSC T
|
||||||
|
15 R2D2 upset S
|
||||||
|
16 Ammalog W&W
|
||||||
|
17 Noisefloor S
|
||||||
|
18 Clip-n-zip DN
|
||||||
|
19 Paracelsus WMF
|
||||||
|
20 Saw it again WMF
|
||||||
|
21 PluckPad DN
|
||||||
|
22 Rhythm Pad WMF
|
||||||
|
23 Phase Lock 1 W&W
|
||||||
|
24 Bigballs DN
|
||||||
|
25 BoxStrings WMF
|
||||||
|
26 Unisono WMF
|
||||||
|
27 HP-404 S
|
||||||
|
28 Be careful ! T
|
||||||
|
29 Q-Wheels RAVE RP
|
||||||
|
30 RingArp WMF
|
||||||
|
31 Ben Hur T
|
||||||
|
32 Shape it WMF
|
||||||
|
33 Electro B WMF
|
||||||
|
34 Trash-Box-303 S
|
||||||
|
35 TanzBein-303 S
|
||||||
|
36 Dork Acid ! S
|
||||||
|
37 wArp WMF
|
||||||
|
38 StarP WMF
|
||||||
|
39 Ongaku T
|
||||||
|
40 Talking Arp T
|
||||||
|
41 Roundabout T
|
||||||
|
42 Rhythm Import T
|
||||||
|
43 SO4MA T
|
||||||
|
44 Problems ??? T
|
||||||
|
45 Arp Evolution T
|
||||||
|
46 On the Run T
|
||||||
|
47 Ahrtal Express T
|
||||||
|
48 Da Mals WMF
|
||||||
|
49 Meisterbussi WMF
|
||||||
|
50 <Q) BASS 2
|
||||||
|
51 WAPE BASE RP
|
||||||
|
52 Tec WMF
|
||||||
|
53 Super Fat WMF
|
||||||
|
54 HolloSound DN
|
||||||
|
55 Syntar WMF
|
||||||
|
56 Ambient DN
|
||||||
|
57 Sqr Keys WD
|
||||||
|
58 SynthFlute WMF
|
||||||
|
59 Classic Solo WD
|
||||||
|
60 Saw Keys WMF
|
||||||
|
61 Rude Spaces DN
|
||||||
|
62 Gow2 DN
|
||||||
|
63 Gow3 DN
|
||||||
|
64 Cheap Lead WMF
|
||||||
|
65 Sine Lead WMF
|
||||||
|
66 Filter Lead WMF
|
||||||
|
67 Hauchend WMF
|
||||||
|
68 Fat Lead WMF
|
||||||
|
69 Raver's Ride T
|
||||||
|
70 Big Pylo WMF
|
||||||
|
71 PolyMoogy WMF
|
||||||
|
72 Poly Synth WMF
|
||||||
|
73 PolySynth2 WMF
|
||||||
|
74 Tom's Brass TK
|
||||||
|
75 Brassy DN
|
||||||
|
76 Synconie 2 WMF
|
||||||
|
77 FilterSaw WMF
|
||||||
|
78 KorgySound DN
|
||||||
|
79 CS! DN
|
||||||
|
80 Obie SEM DN
|
||||||
|
81 PluckPad 2 DN
|
||||||
|
82 SyndiCat WMF
|
||||||
|
83 PolyTics WMF
|
||||||
|
84 Sirius organ GB
|
||||||
|
85 Sbrass GB
|
||||||
|
86 Blade Runner GB
|
||||||
|
87 Organ Implant S
|
||||||
|
88 Tutench-Amun T
|
||||||
|
89 Contrast T
|
||||||
|
90 Electro Church T
|
||||||
|
91 Cassiopeia WMF
|
||||||
|
92 Freq Shifter WMF
|
||||||
|
93 FM Keys WMF
|
||||||
|
94 Fuzz Chords WMF
|
||||||
|
95 K E M E L T
|
||||||
|
96 Noogy DN
|
||||||
|
97 Gate Piano WMF
|
||||||
|
98 Waveformer T
|
||||||
|
99 Gow DN
|
||||||
|
100 Sidebands DN
|
||||||
|
101 Lotus Flower GB
|
||||||
|
102 "Cat Inch ""N"" T"
|
||||||
|
103 Newton WMF
|
||||||
|
104 PhasingClavi WMF
|
||||||
|
105 Overdrive PlkWMF
|
||||||
|
106 PPG Plucked WMF
|
||||||
|
107 Sync Keys 1 WD
|
||||||
|
108 Ring Pluck WMF
|
||||||
|
109 Spell: P P G!WMF
|
||||||
|
110 PPG Vibes WMF
|
||||||
|
111 Gibran GB
|
||||||
|
112 Clipar WD
|
||||||
|
113 Stuttgart WMF
|
||||||
|
114 Fantasted WMF
|
||||||
|
115 Reverbed WMF
|
||||||
|
116 Texture2 DN
|
||||||
|
117 Subtitles WMF
|
||||||
|
118 D Bells WMF
|
||||||
|
119 Baligong DN
|
||||||
|
120 MWave2 Bells WMF
|
||||||
|
121 VeloBell DN
|
||||||
|
122 Bali DN
|
||||||
|
123 Crisdrum GB
|
||||||
|
124 Airy Pad DN
|
||||||
|
125 Single Trig PadS
|
||||||
|
126 HollowSquare WMF
|
||||||
|
127 Oxy Rhythm WMF
|
||||||
|
128 Wavetrack 1 WMF
|
||||||
|
129 Hemd aus !!! T
|
||||||
|
130 Da Gyls T
|
||||||
|
131 Sarafina T
|
||||||
|
132 Pad WMF
|
||||||
|
133 Ocean WMF
|
||||||
|
134 Oww! DN
|
||||||
|
135 Bland DN
|
||||||
|
136 Full Moon T
|
||||||
|
137 DistoPad WMF
|
||||||
|
138 Quiet Earth T
|
||||||
|
139 Deep Sync WMF
|
||||||
|
140 Everlast T
|
||||||
|
141 SawPWM Str WMF
|
||||||
|
142 Pulpad DN
|
||||||
|
143 DoubleSine WMF
|
||||||
|
144 Space Night T
|
||||||
|
145 Artificial T
|
||||||
|
146 FallingAngel WMF
|
||||||
|
147 Microsweep I GB
|
||||||
|
148 Always Ultra T
|
||||||
|
149 Fase PAD RP
|
||||||
|
150 Good old Times T
|
||||||
|
151 Da Swiiip WMF
|
||||||
|
152 Jupiter WMF
|
||||||
|
153 Carpet GB
|
||||||
|
154 Fat Pad WMF
|
||||||
|
155 WarmPad DN
|
||||||
|
156 Solina WMF
|
||||||
|
157 JX10P StringsWMF
|
||||||
|
158 Primitive Pad S
|
||||||
|
159 SOFT PAD I RP
|
||||||
|
160 SOFT PAD II RP
|
||||||
|
161 Stenzel's Chor S
|
||||||
|
162 Hmmm Pad WMF
|
||||||
|
163 Female Choir WMF
|
||||||
|
164 MelloChoir WMF
|
||||||
|
165 Vocode 'em WMF
|
||||||
|
166 Plain Choir WMF
|
||||||
|
167 Rezzz DN
|
||||||
|
168 Hmxpad DN
|
||||||
|
169 Wavepad DN
|
||||||
|
170 Doi! DN
|
||||||
|
171 Deep Spaces DN
|
||||||
|
172 Organic Wave T
|
||||||
|
173 Texture DN
|
||||||
|
174 Plastochinon T
|
||||||
|
175 Harmonicsweep DN
|
||||||
|
176 Phasey DN
|
||||||
|
177 Dusty Drone DN
|
||||||
|
178 Bad UFO 1 DN
|
||||||
|
179 Phase Swell WMF
|
||||||
|
180 Come In WMF
|
||||||
|
181 Bottled Toys S
|
||||||
|
182 HP Laserjet S
|
||||||
|
183 HP R'us S
|
||||||
|
184 Hi Pads WMF
|
||||||
|
185 Moon Bass GB
|
||||||
|
186 Pulse Bass WMF
|
||||||
|
187 It's Acid ! T
|
||||||
|
188 Moog's Bass WMF
|
||||||
|
189 Subwoof DN
|
||||||
|
190 B-Asskick T
|
||||||
|
191 Disco Bass WMF
|
||||||
|
192 SPY 923Bass DN
|
||||||
|
193 Phunk that ! T
|
||||||
|
194 Jarre Bass WMF
|
||||||
|
195 More Mogue DN
|
||||||
|
196 Bass Line 1 WMF
|
||||||
|
197 Moog Source DN
|
||||||
|
198 Moog 1 DN
|
||||||
|
199 Hollow Bass WMF
|
||||||
|
200 RudefuzzBass DN
|
||||||
|
201 12dB Acid WMF
|
||||||
|
202 18dB Acid WMF
|
||||||
|
203 Trigger Bass WMF
|
||||||
|
204 JUNO-6 BASS RP
|
||||||
|
205 Bassing GM
|
||||||
|
206 4 Sine Bass WMF
|
||||||
|
207 Why TB ? T
|
||||||
|
208 RingSaw WMF
|
||||||
|
209 Short Metal WMF
|
||||||
|
210 Short Notes T
|
||||||
|
211 p:Machinery WMF
|
||||||
|
212 SmoothSyncSeqWMF
|
||||||
|
213 Weirdoz T
|
||||||
|
214 Wood Seq WMF
|
||||||
|
215 FastSequence WMF
|
||||||
|
216 Nice Day T
|
||||||
|
217 perSOUND T
|
||||||
|
218 PLUC SEQ Two
|
||||||
|
219 Tabla low RP
|
||||||
|
220 Woods WMF
|
||||||
|
221 Bottles T
|
||||||
|
222 Noise WMF
|
||||||
|
223 Nice Kick WMF
|
||||||
|
224 Nice Snare WMF
|
||||||
|
225 Nice Snare 2 WMF
|
||||||
|
226 Nice Hihat WMF
|
||||||
|
227 Nice Hihat 2 WMF
|
||||||
|
228 Nice Cymbal WMF
|
||||||
|
229 P&Q RP
|
||||||
|
230 909 Kick 1 WMF
|
||||||
|
231 ZIP KICK 1 RP
|
||||||
|
232 ZIP KICK 1 -- RP
|
||||||
|
233 M.Wheel PONG RP
|
||||||
|
234 Block&Clave WMF
|
||||||
|
235 Snare Claps WMF
|
||||||
|
236 4 Ur Mind WMF
|
||||||
|
237 Ice Drops WMF
|
||||||
|
238 Boomerang T
|
||||||
|
239 Angenehm T
|
||||||
|
240 Zelda T
|
||||||
|
241 Imperial Code T
|
||||||
|
242 Into CPU T
|
||||||
|
243 MCP T
|
||||||
|
244 experiMENTAL T
|
||||||
|
245 Doppeltempo WMF
|
||||||
|
246 Stenzel's RobotS
|
||||||
|
247 China Crisis T
|
||||||
|
248 Nervous Nuance T
|
||||||
|
249 FM-Test T
|
||||||
|
250 Cut+Res WMF
|
||||||
|
251 Clinics WMF
|
||||||
|
252 Super Fat WMF
|
||||||
|
253 P&Q RP
|
||||||
|
254 Pulse Bass WMF
|
||||||
|
255 Mantra T
|
||||||
|
256 LetTheLFOPlayWMF
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Multi Programs
|
||||||
|
|
||||||
|
1 Fest Dance RP
|
||||||
|
2 EEMEBAA RP
|
||||||
|
3 SOFT PAD RP
|
||||||
|
4 JO-MAX l RP
|
||||||
|
5 Wolf-FramE RP
|
||||||
|
6 Enid Pong RP
|
||||||
|
7 Drum Kitty 1 RP
|
||||||
|
8 Drum Kitty 2 RP
|
||||||
|
9 Mellow Arp WMF
|
||||||
|
10 Bad Guy WMF
|
||||||
|
11 Digidamdoo WMF
|
||||||
|
12 Kimono WMF
|
||||||
|
13 Kimono 6/8 WMF
|
||||||
|
14 Init Multi V1.0
|
||||||
|
15 Init Multi V1.0
|
||||||
|
16 Init Multi V1.0
|
||||||
|
17 Init Multi V1.0
|
||||||
|
18 Init Multi V1.0
|
||||||
|
19 Init Multi V1.0
|
||||||
|
20 Init Multi V1.0
|
||||||
|
21 Init Multi V1.0
|
||||||
|
22 Init Multi V1.0
|
||||||
|
23 Init Multi V1.0
|
||||||
|
24 Init Multi V1.0
|
||||||
|
25 Init Multi V1.0
|
||||||
|
26 Init Multi V1.0
|
||||||
|
27 Init Multi V1.0
|
||||||
|
28 Init Multi V1.0
|
||||||
|
29 Init Multi V1.0
|
||||||
|
30 Init Multi V1.0
|
||||||
|
31 Init Multi V1.0
|
||||||
|
32 Init Multi V1.0
|
||||||
|
33 Init Multi V1.0
|
||||||
|
34 Init Multi V1.0
|
||||||
|
35 Init Multi V1.0
|
||||||
|
36 Init Multi V1.0
|
||||||
|
37 Init Multi V1.0
|
||||||
|
38 Init Multi V1.0
|
||||||
|
39 Init Multi V1.0
|
||||||
|
40 Init Multi V1.0
|
||||||
|
41 Init Multi V1.0
|
||||||
|
42 Init Multi V1.0
|
||||||
|
43 Init Multi V1.0
|
||||||
|
44 Init Multi V1.0
|
||||||
|
45 Init Multi V1.0
|
||||||
|
46 Init Multi V1.0
|
||||||
|
47 Init Multi V1.0
|
||||||
|
48 Init Multi V1.0
|
||||||
|
49 Init Multi V1.0
|
||||||
|
50 Init Multi V1.0
|
||||||
|
51 Init Multi V1.0
|
||||||
|
52 Init Multi V1.0
|
||||||
|
53 Init Multi V1.0
|
||||||
|
54 Init Multi V1.0
|
||||||
|
55 Init Multi V1.0
|
||||||
|
56 Init Multi V1.0
|
||||||
|
57 Init Multi V1.0
|
||||||
|
58 Init Multi V1.0
|
||||||
|
59 Init Multi V1.0
|
||||||
|
60 Init Multi V1.0
|
||||||
|
61 Init Multi V1.0
|
||||||
|
62 Init Multi V1.0
|
||||||
|
63 Init Multi V1.0
|
||||||
|
64 Init Multi V1.0
|
||||||
|
65 Init Multi V1.0
|
||||||
|
66 Init Multi V1.0
|
||||||
|
67 Init Multi V1.0
|
||||||
|
68 Init Multi V1.0
|
||||||
|
69 Init Multi V1.0
|
||||||
|
70 Init Multi V1.0
|
||||||
|
71 Init Multi V1.0
|
||||||
|
72 Init Multi V1.0
|
||||||
|
73 Init Multi V1.0
|
||||||
|
74 Init Multi V1.0
|
||||||
|
75 Init Multi V1.0
|
||||||
|
76 Init Multi V1.0
|
||||||
|
77 Init Multi V1.0
|
||||||
|
78 Init Multi V1.0
|
||||||
|
79 Init Multi V1.0
|
||||||
|
80 Init Multi V1.0
|
||||||
|
81 Init Multi V1.0
|
||||||
|
82 Init Multi V1.0
|
||||||
|
83 Init Multi V1.0
|
||||||
|
84 Init Multi V1.0
|
||||||
|
85 Init Multi V1.0
|
||||||
|
86 Init Multi V1.0
|
||||||
|
87 Init Multi V1.0
|
||||||
|
88 Init Multi V1.0
|
||||||
|
89 Init Multi V1.0
|
||||||
|
90 Init Multi V1.0
|
||||||
|
91 Init Multi V1.0
|
||||||
|
92 Init Multi V1.0
|
||||||
|
93 Init Multi V1.0
|
||||||
|
94 Init Multi V1.0
|
||||||
|
95 Init Multi V1.0
|
||||||
|
96 Init Multi V1.0
|
||||||
|
97 Init Multi V1.0
|
||||||
|
98 Init Multi V1.0
|
||||||
|
99 Init Multi V1.0
|
||||||
|
100 Init Multi V1.0
|
||||||
|
101 Init Multi V1.0
|
||||||
|
102 Init Multi V1.0
|
||||||
|
103 Init Multi V1.0
|
||||||
|
104 Init Multi V1.0
|
||||||
|
105 Init Multi V1.0
|
||||||
|
106 Init Multi V1.0
|
||||||
|
107 Init Multi V1.0
|
||||||
|
108 Init Multi V1.0
|
||||||
|
109 Init Multi V1.0
|
||||||
|
110 Init Multi V1.0
|
||||||
|
111 Init Multi V1.0
|
||||||
|
112 Init Multi V1.0
|
||||||
|
113 Init Multi V1.0
|
||||||
|
114 Init Multi V1.0
|
||||||
|
115 Init Multi V1.0
|
||||||
|
116 Init Multi V1.0
|
||||||
|
117 Init Multi V1.0
|
||||||
|
118 Init Multi V1.0
|
||||||
|
119 Init Multi V1.0
|
||||||
|
120 Init Multi V1.0
|
||||||
|
121 Init Multi V1.0
|
||||||
|
122 Init Multi V1.0
|
||||||
|
123 Init Multi V1.0
|
||||||
|
124 Init Multi V1.0
|
||||||
|
125 Init Multi V1.0
|
||||||
|
126 Init Multi V1.0
|
||||||
|
127 Init Multi V1.0
|
||||||
|
128 MIDI Multi WMF
|
Binary file not shown.
|
@ -0,0 +1,301 @@
|
||||||
|
Microwave II/XT/Xtk/PC Factory Sounds August 2000
|
||||||
|
The sound-programmers:
|
||||||
|
|
||||||
|
WMF Wolfram Franke
|
||||||
|
T Holger "Tsching" Steinbrink
|
||||||
|
S Stefan Stenzel
|
||||||
|
DK Dirk Krause
|
||||||
|
JH Joerg Huettner
|
||||||
|
MK Matthias Klag
|
||||||
|
PN Paul Nagle
|
||||||
|
HM Hubertus Maaß
|
||||||
|
SKY Christian Halten
|
||||||
|
LAB Philip Pilgrim
|
||||||
|
W&W Wolfgang Dueren & Wolfram Franke
|
||||||
|
GB Giovanni
|
||||||
|
DN Drew Neumann
|
||||||
|
|
||||||
|
Sound Programs
|
||||||
|
|
||||||
|
CS-80 T&WMF Sound A001
|
||||||
|
Wave-Premiere T Sound A002
|
||||||
|
Geegaagook WMF Sound A003
|
||||||
|
Syncron T Sound A004
|
||||||
|
Drooo-like S Sound A005
|
||||||
|
NotchSyncArp WMF Sound A006
|
||||||
|
Scary Vibes DK Sound A007
|
||||||
|
Red DanceBass JH Sound A008
|
||||||
|
JP8 Preset32 DK Sound A009
|
||||||
|
Oxy Rhythm2 WMF Sound A010
|
||||||
|
Quintage Lead MK Sound A011
|
||||||
|
SawPWM Str WMF Sound A012
|
||||||
|
HiPassenger WMF Sound A013
|
||||||
|
Plain Choir WMF Sound A014
|
||||||
|
Flutter FM WMF Sound A015
|
||||||
|
Paracel Farce PN Sound A016
|
||||||
|
RingmodBellPadMK Sound A017
|
||||||
|
Space Farfisa DK Sound A018
|
||||||
|
Clinics WMF Sound A019
|
||||||
|
Shivering Pad MK Sound A020
|
||||||
|
Hammin'custom HM Sound A021
|
||||||
|
Outer Space SKY Sound A022
|
||||||
|
Paracelsus WMF Sound A023
|
||||||
|
80sSynthpop HM Sound A024
|
||||||
|
Batz T Sound A025
|
||||||
|
Mode II WMF Sound A026
|
||||||
|
A Split Second T Sound A027
|
||||||
|
Crime of PPG DK Sound A028
|
||||||
|
Super Fat WMF Sound A029
|
||||||
|
Detunes LAB Sound A030
|
||||||
|
MW SyncShaper JH Sound A031
|
||||||
|
Excited Ping HM Sound A032
|
||||||
|
Foney PPG 2 PN Sound A033
|
||||||
|
Synth-Horns HM Sound A034
|
||||||
|
Woody Brass WMF Sound A035
|
||||||
|
Freakshow JH Sound A036
|
||||||
|
Hammin'05 HM Sound A037
|
||||||
|
Hammin'06 HM Sound A038
|
||||||
|
Welcome LA HM Sound A039
|
||||||
|
Isn't it nice? T Sound A040
|
||||||
|
It's My Life! JH Sound A041
|
||||||
|
Jabbah WMF Sound A042
|
||||||
|
Meet her... MK Sound A043
|
||||||
|
LoveParade2000 T Sound A044
|
||||||
|
My SeQuen Sah!PN Sound A045
|
||||||
|
In Coma HM Sound A046
|
||||||
|
Alien Nation DK Sound A047
|
||||||
|
Fat Sync Hit WMF Sound A048
|
||||||
|
Phase Lock 1 W&W Sound A049
|
||||||
|
Phat Sync MK Sound A050
|
||||||
|
Ping Pad WMF Sound A051
|
||||||
|
PPG Vibes HM Sound A052
|
||||||
|
PPG 2000 eq JH Sound A053
|
||||||
|
PPG Plucked WMF Sound A054
|
||||||
|
Sbrass GB Sound A055
|
||||||
|
Seq LAB Sound A056
|
||||||
|
Aquanaut HM Sound A057
|
||||||
|
Siegerland T Sound A058
|
||||||
|
ARP Trig1* DK Sound A059
|
||||||
|
Saw Repeat WMF Sound A060
|
||||||
|
Talking Arp T Sound A061
|
||||||
|
Groove Wheel DK Sound A062
|
||||||
|
Arp Glide T Sound A063
|
||||||
|
Arpeggio 1 HM Sound A064
|
||||||
|
Arpeggio 2 HM Sound A065
|
||||||
|
Arpeggio 3 HM Sound A066
|
||||||
|
Da Mals WMF Sound A067
|
||||||
|
Mono->Tone T Sound A068
|
||||||
|
AnalogArpeggio T Sound A069
|
||||||
|
Ongaku T Sound A070
|
||||||
|
Problems ??? T Sound A071
|
||||||
|
wArp WMF Sound A072
|
||||||
|
Drowning T Sound A073
|
||||||
|
Voodoo 2002 SKY Sound A074
|
||||||
|
JX10P StringsWMF Sound A075
|
||||||
|
Wave: Doom JH Sound A076
|
||||||
|
Introducing MW T Sound A077
|
||||||
|
Beelay Pad DK Sound A078
|
||||||
|
Bold LAB Sound A079
|
||||||
|
ChrystalQuest HM Sound A080
|
||||||
|
Dark Times JH Sound A081
|
||||||
|
DoubleFilter WMF Sound A082
|
||||||
|
MW1 Flange WMF Sound A083
|
||||||
|
Oblivion HM Sound A084
|
||||||
|
Big Baby Vox JH Sound A085
|
||||||
|
Sweep Me WMF Sound A086
|
||||||
|
Synconie 2 WMF Sound A087
|
||||||
|
Fellini DK Sound A088
|
||||||
|
Paracel Farce3PN Sound A089
|
||||||
|
Waldstr. 7 T Sound A090
|
||||||
|
Rude Pad DK Sound A091
|
||||||
|
Waste Land HM Sound A092
|
||||||
|
AnalogStrings T Sound A093
|
||||||
|
Solina WMF Sound A094
|
||||||
|
Stenzel's Chor S Sound A095
|
||||||
|
PadigreePal T Sound A096
|
||||||
|
Texture2 DK Sound A097
|
||||||
|
Taurus HM Sound A098
|
||||||
|
Saw Keys WMF Sound A099
|
||||||
|
Big Pylo WMF Sound A100
|
||||||
|
ChorusLead 3 JH Sound A101
|
||||||
|
Pulse Lead HM Sound A102
|
||||||
|
ClassicalSync HM Sound A103
|
||||||
|
Creamy S PN Sound A104
|
||||||
|
Creamy Sq PN Sound A105
|
||||||
|
Reso Brass HM Sound A106
|
||||||
|
Elephant JH Sound A107
|
||||||
|
FatDistort WMF Sound A108
|
||||||
|
Fat(mono)ThangMK Sound A109
|
||||||
|
Melodies 3 HM Sound A110
|
||||||
|
RaveDaWorld WMF Sound A111
|
||||||
|
Creamy B PN Sound A112
|
||||||
|
BP DrySequenz JH Sound A113
|
||||||
|
Unimono JH Sound A114
|
||||||
|
Classic FM T Sound A115
|
||||||
|
DX Thang PN Sound A116
|
||||||
|
FM Keys WMF Sound A117
|
||||||
|
FM-Rhodes2 HM Sound A118
|
||||||
|
Fully FMed WMF Sound A119
|
||||||
|
Glas Atmo DK Sound A120
|
||||||
|
Doi! DN Sound A121
|
||||||
|
Wheel Wave DK Sound A122
|
||||||
|
Dakommse HM Sound A123
|
||||||
|
Wavegold SKY Sound A124
|
||||||
|
Lt. Ripley JH Sound A125
|
||||||
|
TotalTransform T Sound A126
|
||||||
|
Weird LAB Sound A127
|
||||||
|
It's Over LAB Sound A128
|
||||||
|
18dB Acid WMF Sound B001
|
||||||
|
80's Melody JH Sound B002
|
||||||
|
FatBass WMF Sound B003
|
||||||
|
First Bass MK Sound B004
|
||||||
|
Tightly 2 PN Sound B005
|
||||||
|
Hollow Bass WMF Sound B006
|
||||||
|
Hopped Bass WMF Sound B007
|
||||||
|
KicksYourFace JH Sound B008
|
||||||
|
Xpander JH Sound B009
|
||||||
|
ResoSinX Bass JH Sound B010
|
||||||
|
VeloHouse SQU MK Sound B011
|
||||||
|
Moog 1 DN Sound B012
|
||||||
|
Moog's Bass WMF Sound B013
|
||||||
|
Neena! T Sound B014
|
||||||
|
Woofer Bass HM Sound B015
|
||||||
|
Play it again T Sound B016
|
||||||
|
Pulse Bass WMF Sound B017
|
||||||
|
Push Bass JH Sound B018
|
||||||
|
SH5 Bass DK Sound B019
|
||||||
|
SH5+101 Bass DK Sound B020
|
||||||
|
Doom PizzicatoDK Sound B021
|
||||||
|
Dirty Bass WMF Sound B022
|
||||||
|
FilterFMBass WMF Sound B023
|
||||||
|
Smart Hook JH Sound B024
|
||||||
|
BP Saw Bass JH Sound B025
|
||||||
|
Cable Bass HM Sound B026
|
||||||
|
Sync Bass HM Sound B027
|
||||||
|
Polaris DK Sound B028
|
||||||
|
Paraphonic DK Sound B029
|
||||||
|
Primitive Pad S Sound B030
|
||||||
|
Prophetess HM Sound B031
|
||||||
|
Mud Strings WMF Sound B032
|
||||||
|
Single Trig PadS Sound B033
|
||||||
|
WarmPad DN Sound B034
|
||||||
|
Creamy PN Sound B035
|
||||||
|
MiceKing T Sound B036
|
||||||
|
SoundtrackMW WMF Sound B037
|
||||||
|
Wave Choir WMF Sound B038
|
||||||
|
Ambient MW SKY Sound B039
|
||||||
|
Fat Pad WMF Sound B040
|
||||||
|
Intro Sweep JH Sound B041
|
||||||
|
Hi-Pass Vox DK Sound B042
|
||||||
|
Surge PN Sound B043
|
||||||
|
NiceRichSoundLAB Sound B044
|
||||||
|
The Flesh T Sound B045
|
||||||
|
TranceSylvaniaHM Sound B046
|
||||||
|
VibratoWave LAB Sound B047
|
||||||
|
Backbone HM Sound B048
|
||||||
|
Bouncey LAB Sound B049
|
||||||
|
Oxy Rhythm WMF Sound B050
|
||||||
|
Adrianna LAB Sound B051
|
||||||
|
Hammin'07 HM Sound B052
|
||||||
|
Wurlitzer LAB Sound B053
|
||||||
|
Sacral Stops HM Sound B054
|
||||||
|
Chew It PN Sound B055
|
||||||
|
VoxContinentalHM Sound B056
|
||||||
|
Reverbed WMF Sound B057
|
||||||
|
Organ Implant S Sound B058
|
||||||
|
Synthiano HM Sound B059
|
||||||
|
TiredOldEdgar PN Sound B060
|
||||||
|
No floor PN Sound B061
|
||||||
|
Euro Trumpet WMF Sound B062
|
||||||
|
SynthTrombone MK Sound B063
|
||||||
|
PolySynth2 WMF Sound B064
|
||||||
|
Sharp Section HM Sound B065
|
||||||
|
Phat WMF Sound B066
|
||||||
|
Fit for Fun T Sound B067
|
||||||
|
Phunk that ! T Sound B068
|
||||||
|
Phase Swell WMF Sound B069
|
||||||
|
Foney PPG PN Sound B070
|
||||||
|
Queegle PN Sound B071
|
||||||
|
Overdrive PlkWMF Sound B072
|
||||||
|
Quite Sweet PN Sound B073
|
||||||
|
Hired Hand PN Sound B074
|
||||||
|
Evosonic T Sound B075
|
||||||
|
Resosphere JH Sound B076
|
||||||
|
Shakey LAB Sound B077
|
||||||
|
Smoothy LAB Sound B078
|
||||||
|
Stratotron XT HM Sound B079
|
||||||
|
Volvox T Sound B080
|
||||||
|
SyndiCat WMF Sound B081
|
||||||
|
Kitaro'sSweetyPN Sound B082
|
||||||
|
ChineseWALDORF T Sound B083
|
||||||
|
Raumzeit SKY Sound B084
|
||||||
|
DolbyDigital MK Sound B085
|
||||||
|
Stromchor JH Sound B086
|
||||||
|
Space Night DK Sound B087
|
||||||
|
Oceana LAB Sound B088
|
||||||
|
chaOSC T Sound B089
|
||||||
|
Dijeridoo MK Sound B090
|
||||||
|
Cordoba T Sound B091
|
||||||
|
Deep Spaces DN Sound B092
|
||||||
|
Kaputt DK Sound B093
|
||||||
|
Fast Forward MK Sound B094
|
||||||
|
MCP T Sound B095
|
||||||
|
Into CPU T Sound B096
|
||||||
|
Sputnik LAB Sound B097
|
||||||
|
R2D2 upset S Sound B098
|
||||||
|
Jarre Swish WMF Sound B099
|
||||||
|
AitinyJaNein SKY Sound B100
|
||||||
|
Stranger PN Sound B101
|
||||||
|
West Ground T Sound B102
|
||||||
|
Dr Phibes PN Sound B103
|
||||||
|
Hitchkock`99 HM Sound B104
|
||||||
|
Ice Drops WMF Sound B105
|
||||||
|
Thin Drips WMF Sound B106
|
||||||
|
Strom WMF Sound B107
|
||||||
|
Be careful ! T Sound B108
|
||||||
|
ZIP KICK 1 RP Sound B109
|
||||||
|
909 Kick 1 WMF Sound B110
|
||||||
|
Kicker!!!!! LAB Sound B111
|
||||||
|
BassDrum T Sound B112
|
||||||
|
PacManKick T Sound B113
|
||||||
|
PitchedSnare WMF Sound B114
|
||||||
|
SimmonsSnare WMF Sound B115
|
||||||
|
Metal Snare WMF Sound B116
|
||||||
|
FM Snare WMF Sound B117
|
||||||
|
BP Claps WMF Sound B118
|
||||||
|
HiHatMachine T Sound B119
|
||||||
|
FM Hihat WMF Sound B120
|
||||||
|
Hat WMF Sound B121
|
||||||
|
Noisy Hihat WMF Sound B122
|
||||||
|
UnisonoHiHats MK Sound B123
|
||||||
|
NativePercussnHM Sound B124
|
||||||
|
Conga WMF Sound B125
|
||||||
|
Elec Flutter WMF Sound B126
|
||||||
|
ElectroPerc WMF Sound B127
|
||||||
|
Init Sound V1.1 Sound B128
|
||||||
|
|
||||||
|
Multi Programs
|
||||||
|
|
||||||
|
Wild Micro JH Multi 001
|
||||||
|
XTc for fun! T Multi 002
|
||||||
|
Dance 2000 JH Multi 003
|
||||||
|
Slow Motion T Multi 004
|
||||||
|
Playpeggiator JH Multi 005
|
||||||
|
Tran-Ceti T Multi 006
|
||||||
|
Left Rhythm JH Multi 007
|
||||||
|
Dreamcast JH Multi 008
|
||||||
|
ARPracadabra T Multi 009
|
||||||
|
Back To 80s 1 JH Multi 010
|
||||||
|
Ayers Rock T Multi 011
|
||||||
|
Speed Up JH Multi 012
|
||||||
|
Hau ruck! T Multi 013
|
||||||
|
Superpad JH Multi 014
|
||||||
|
Constellation T Multi 015
|
||||||
|
At the Movies T Multi 016
|
||||||
|
Wonderland JH Multi 017
|
||||||
|
Himalaya T Multi 018
|
||||||
|
Ambituos JH Multi 019
|
||||||
|
Pad'n'Organ JH Multi 020
|
||||||
|
Cpt. Kaos T Multi 021
|
||||||
|
Jan Hammer JH Multi 022
|
||||||
|
Sequencer Multi Multi 023
|
BIN
packages/the-usual-suspects/xenia/patches/mwsset1.syx
Normal file
BIN
packages/the-usual-suspects/xenia/patches/mwsset1.syx
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/mwsset2.syx
Normal file
BIN
packages/the-usual-suspects/xenia/patches/mwsset2.syx
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/mwsset3.syx
Normal file
BIN
packages/the-usual-suspects/xenia/patches/mwsset3.syx
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/mwsset4.syx
Normal file
BIN
packages/the-usual-suspects/xenia/patches/mwsset4.syx
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/ppg/mwave2_3.syx
Normal file
BIN
packages/the-usual-suspects/xenia/patches/ppg/mwave2_3.syx
Normal file
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,22 @@
|
||||||
|
Rosadrums k.9
|
||||||
|
|
||||||
|
These three sounds, a bassy bassdrum, an electronic snaredrum and a noisy
|
||||||
|
hihat are sounds for the original Microwave that I used for a song named
|
||||||
|
Rosa. They wee made with the Access programmer on "Atlanta", my Microwave
|
||||||
|
and saved with Emagic's SoundDiver 2.0.
|
||||||
|
|
||||||
|
They are free for your enjoyment, however if you use these sounds or if you
|
||||||
|
use these sounds to roll your own I ask you to send me a recording of the
|
||||||
|
song and please mention me on the album cover (or equivalent).
|
||||||
|
|
||||||
|
At least drop me a line what you think of these sounds:
|
||||||
|
|
||||||
|
|
||||||
|
Ewige Blumenkraft.
|
||||||
|
|
||||||
|
canine@WAF80.de
|
||||||
|
aka Kai Niggemann
|
||||||
|
Johanniterstr. 17
|
||||||
|
48145 Münster
|
||||||
|
Germany.
|
||||||
|
|
BIN
packages/the-usual-suspects/xenia/patches/rshacid.mid
Normal file
BIN
packages/the-usual-suspects/xenia/patches/rshacid.mid
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/rshscan.mid
Normal file
BIN
packages/the-usual-suspects/xenia/patches/rshscan.mid
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,20 @@
|
||||||
|
Microwave Standard Soundsets #1 - #5
|
||||||
|
(C) Waldorf
|
||||||
|
04.07.97
|
||||||
|
|
||||||
|
These files contain the Standard Soundsets #1 - #5 for the
|
||||||
|
Waldorf Microwave (1).
|
||||||
|
Before you transmit the sounds to your Microwave, please
|
||||||
|
make sure that you saved the RAM of your Microwave, because
|
||||||
|
it is overwritten almost completely.
|
||||||
|
|
||||||
|
Some Soundsets contain multis, wavetables or waves, other
|
||||||
|
only contain single sounds.
|
||||||
|
|
||||||
|
As always: Use the files on your own risk. We cannot give
|
||||||
|
any support for them.
|
||||||
|
|
||||||
|
Have fun with it.
|
||||||
|
|
||||||
|
Waldorf Support
|
||||||
|
Wolfram Franke
|
BIN
packages/the-usual-suspects/xenia/patches/the_lab/cobalt.mid
Normal file
BIN
packages/the-usual-suspects/xenia/patches/the_lab/cobalt.mid
Normal file
Binary file not shown.
259
packages/the-usual-suspects/xenia/patches/the_lab/cobalt.txt
Normal file
259
packages/the-usual-suspects/xenia/patches/the_lab/cobalt.txt
Normal file
|
@ -0,0 +1,259 @@
|
||||||
|
[Sounds Bank A]
|
||||||
|
A001 Cobalt Blue
|
||||||
|
A002 Adrianna
|
||||||
|
A003 Plucked String
|
||||||
|
A004 Purity
|
||||||
|
A005 Organic Forest
|
||||||
|
A006 XYZ 789
|
||||||
|
A007 Dive
|
||||||
|
A008 Rhythm Sweep
|
||||||
|
A009 Punchy
|
||||||
|
A010 MicroWaveII
|
||||||
|
A011 SpecialKeyMelody
|
||||||
|
A012 FM
|
||||||
|
A013 ReSweepSpook
|
||||||
|
A014 Rich Talk
|
||||||
|
A015 Res Rise
|
||||||
|
A016 Memory Moog
|
||||||
|
A017 Morning
|
||||||
|
A018 Soft Piano
|
||||||
|
A019 Soft
|
||||||
|
A020 Arrival
|
||||||
|
A021 Pitchy
|
||||||
|
A022 Electro-Crickets
|
||||||
|
A023 Horror Movie
|
||||||
|
A024 Vital Sines
|
||||||
|
A025 Analog Poly
|
||||||
|
A026 Sunday Morning
|
||||||
|
A027 Different
|
||||||
|
A028 Floor
|
||||||
|
A029 VibratoWave
|
||||||
|
A030 First Bass
|
||||||
|
A031 Analog Bass
|
||||||
|
A032 Analog Bass 2
|
||||||
|
A033 Analog Bass 3
|
||||||
|
A034 Analog Bass 4
|
||||||
|
A035 Analog Bass 5
|
||||||
|
A036 Analog Bass 6
|
||||||
|
A037 Analog Bass 7
|
||||||
|
A038 Res Bass
|
||||||
|
A039 Bass
|
||||||
|
A040 Bass w Release
|
||||||
|
A041 Nice Bass
|
||||||
|
A042 Nice Bass II
|
||||||
|
A043 Basic Bass
|
||||||
|
A044 Real Bass
|
||||||
|
A045 Digital Bass
|
||||||
|
A046 Basic Bass
|
||||||
|
A047 Colony Joy Div
|
||||||
|
A048 Pure
|
||||||
|
A049 Bottom Floor
|
||||||
|
A050 Bells
|
||||||
|
A051 Smooth Gate
|
||||||
|
A052 Tape Wind Porta
|
||||||
|
A053 Glide
|
||||||
|
A054 Bright Gate
|
||||||
|
A055 Robots Remix
|
||||||
|
A056 Say What?
|
||||||
|
A057 Poly Porta
|
||||||
|
A058 Mono Sustaino
|
||||||
|
A059 Floor It
|
||||||
|
A060 Hollow Lead
|
||||||
|
A061 Digital
|
||||||
|
A062 Detunes
|
||||||
|
A063 Analog Edge
|
||||||
|
A064 Flappy
|
||||||
|
A065 Piano Wire
|
||||||
|
A066 Japanese Chimes
|
||||||
|
A067 Chime Up
|
||||||
|
A068 Acid Chime
|
||||||
|
A069 Real Synth
|
||||||
|
A070 Delay
|
||||||
|
A071 Spooked
|
||||||
|
A072 Nice Organ
|
||||||
|
A073 Organ Nick
|
||||||
|
A074 Wurlitzer Organ!
|
||||||
|
A075 Rich Organ
|
||||||
|
A076 7.9 on Richter!!
|
||||||
|
A077 Organ II
|
||||||
|
A078 Organ
|
||||||
|
A079 Organ 2
|
||||||
|
A080 Organ 3
|
||||||
|
A081 Alien Organ
|
||||||
|
A082 Detuned Wide
|
||||||
|
A083 Sinister
|
||||||
|
A084 Electro Kick
|
||||||
|
A085 Kick
|
||||||
|
A086 Cymbal
|
||||||
|
A087 Follow Me
|
||||||
|
A088 Ahhh
|
||||||
|
A089 Stefan Gruhl
|
||||||
|
A090 Nothing Special
|
||||||
|
A091 Chop More Zui
|
||||||
|
A092 Sync Sweep
|
||||||
|
A093 Low
|
||||||
|
A094 Rich Deep Sound
|
||||||
|
A095 Nice Sweep
|
||||||
|
A096 Nice Rich Sound
|
||||||
|
A097 Bright Poly
|
||||||
|
A098 EnoEnoEnoEno
|
||||||
|
A099 Dark
|
||||||
|
A100 Body
|
||||||
|
A101 Filter/Wave?
|
||||||
|
A102 Nice II
|
||||||
|
A103 Sync Sweep
|
||||||
|
A104 Arp Odyssey
|
||||||
|
A105 Heavy Thick
|
||||||
|
A106 Resonant
|
||||||
|
A107 In a Cave?
|
||||||
|
A108 Bite
|
||||||
|
A109 PS-3100
|
||||||
|
A110 Weird
|
||||||
|
A111 Yeah
|
||||||
|
A112 Dripping Wave
|
||||||
|
A113 Magic Wave
|
||||||
|
A114 SmoothHarmSweep
|
||||||
|
A115 Bold
|
||||||
|
A116 Sweep it
|
||||||
|
A117 Sinking
|
||||||
|
A118 Rich Sound
|
||||||
|
A119 Plain Jane
|
||||||
|
A120 Congo
|
||||||
|
A121 Soft n Mellow
|
||||||
|
A122 Arabian
|
||||||
|
A123 Sci Fi
|
||||||
|
A124 Sci Fi 2
|
||||||
|
A125 Sci Fi 3
|
||||||
|
A126 Sci Fi 4
|
||||||
|
A127 Sci Fi 5
|
||||||
|
A128 AuditionWaveTabl
|
||||||
|
|
||||||
|
[Sounds Bank B]
|
||||||
|
B001 Mellow
|
||||||
|
B002 filters
|
||||||
|
B003 Sustain
|
||||||
|
B004 SugarPlums
|
||||||
|
B005 Softy
|
||||||
|
B006 Poly 2
|
||||||
|
B007 Next Door?
|
||||||
|
B008 Slap Back
|
||||||
|
B009 Hollow Lead
|
||||||
|
B010 Thick Bass
|
||||||
|
B011 Grunge
|
||||||
|
B012 TinToy
|
||||||
|
B013 WideLoad
|
||||||
|
B014 Cool
|
||||||
|
B015 Quantized
|
||||||
|
B016 Bell Tone
|
||||||
|
B017 Plain
|
||||||
|
B018 Dark Bell
|
||||||
|
B019 Simple
|
||||||
|
B020 Shakey
|
||||||
|
B021 Riff
|
||||||
|
B022 Plain
|
||||||
|
B023 Hammered
|
||||||
|
B024 Oceana
|
||||||
|
B025 4U2B
|
||||||
|
B026 Juno 60 Unison
|
||||||
|
B027 Hollow Unison
|
||||||
|
B028 Rich 2
|
||||||
|
B029 Tinny
|
||||||
|
B030 Bass
|
||||||
|
B031 More Bass
|
||||||
|
B032 Smoothy
|
||||||
|
B033 What
|
||||||
|
B034 Glass Bass
|
||||||
|
B035 Unison Hollow
|
||||||
|
B036 Bongo Craze
|
||||||
|
B037 Nice IV
|
||||||
|
B038 Ethnika
|
||||||
|
B039 Bright Sustain
|
||||||
|
B040 Bright
|
||||||
|
B041 Wave Out
|
||||||
|
B042 Mellow Sweep
|
||||||
|
B043 Thick Stuff
|
||||||
|
B044 Smoothy
|
||||||
|
B045 Anna Log
|
||||||
|
B046 The Who?
|
||||||
|
B047 Bright
|
||||||
|
B048 Yaz 80's
|
||||||
|
B049 ProOne Lead
|
||||||
|
B050 Polly Fonik
|
||||||
|
B051 Seq
|
||||||
|
B052 Bouncey
|
||||||
|
B053 Not Again!
|
||||||
|
B054 Green Glass
|
||||||
|
B055 Rev Wave
|
||||||
|
B056 Bass Mint
|
||||||
|
B057 Slide Home
|
||||||
|
B058 Slide Synth
|
||||||
|
B059 Classical
|
||||||
|
B060 Rewind a Smurf
|
||||||
|
B061 Fuzz Fade
|
||||||
|
B062 Substance
|
||||||
|
B063 Clean
|
||||||
|
B064 Delicate Echo
|
||||||
|
B065 Plug
|
||||||
|
B066 Waveissando
|
||||||
|
B067 Thin Tin
|
||||||
|
B068 Typical
|
||||||
|
B069 4 The Movies
|
||||||
|
B070 Crude
|
||||||
|
B071 PianoWire2
|
||||||
|
B072 Clear
|
||||||
|
B073 Dog Sounds!!!!
|
||||||
|
B074 Sub Octavia
|
||||||
|
B075 Tune Out
|
||||||
|
B076 Hi Sustain
|
||||||
|
B077 Hi Harmonics
|
||||||
|
B078 PortaPlink
|
||||||
|
B079 Hollow Res
|
||||||
|
B080 Poly Wave
|
||||||
|
B081 Swell
|
||||||
|
B082 Rich Poly
|
||||||
|
B083 Square Dance
|
||||||
|
B084 Clear Square
|
||||||
|
B085 Smooth2
|
||||||
|
B086 Koto
|
||||||
|
B087 Home Bass
|
||||||
|
B088 Klang
|
||||||
|
B089 Paul E Fonik
|
||||||
|
B090 Thin Lynn
|
||||||
|
B091 The The Perfect
|
||||||
|
B092 Pipe ANO
|
||||||
|
B093 Way Cool Morse
|
||||||
|
B094 Physical
|
||||||
|
B095 dunno
|
||||||
|
B096 Floored
|
||||||
|
B097 Kicker!!!!!
|
||||||
|
B098 Cheap Kick
|
||||||
|
B099 Dreams
|
||||||
|
B100 Standard 2
|
||||||
|
B101 Standard
|
||||||
|
B102 Standard II
|
||||||
|
B103 Normal 2
|
||||||
|
B104 Buzzard
|
||||||
|
B105 Standard III
|
||||||
|
B106 HarpsiWave
|
||||||
|
B107 Dis Torte
|
||||||
|
B108 In Dust Trees
|
||||||
|
B109 Bottom Out
|
||||||
|
B110 Sputnik
|
||||||
|
B111 Metal
|
||||||
|
B112 Chop
|
||||||
|
B113 Nice Filler
|
||||||
|
B114 Swept Plinky
|
||||||
|
B115 Rise
|
||||||
|
B116 Nice
|
||||||
|
B117 Power
|
||||||
|
B118 Wood Metal
|
||||||
|
B119 Plinky
|
||||||
|
B120 Soft Bass
|
||||||
|
B121 Darkish
|
||||||
|
B122 Synth Bass
|
||||||
|
B123 Waltz With Me
|
||||||
|
B124 Rich
|
||||||
|
B125 Tibet
|
||||||
|
B126 Average
|
||||||
|
B127 Bay Ace
|
||||||
|
B128 It's Over
|
Binary file not shown.
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/vs1.syx
Normal file
BIN
packages/the-usual-suspects/xenia/patches/vs1.syx
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/vs2.syx
Normal file
BIN
packages/the-usual-suspects/xenia/patches/vs2.syx
Normal file
Binary file not shown.
73
packages/the-usual-suspects/xenia/patches/vswaves.txt
Normal file
73
packages/the-usual-suspects/xenia/patches/vswaves.txt
Normal file
|
@ -0,0 +1,73 @@
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
SCI Prophet VS ROM waves for the Waldorf Microwave
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
The files VS1.SYX and VS2.SYX contain the ROM waves of the SCI Prophet VS
|
||||||
|
converted to User Waves and Wavetables for the Waldorf Microwave.
|
||||||
|
|
||||||
|
VS1.SYX contains the VS waves 32 - 92 as internal Userwaves 246 to 306
|
||||||
|
VS2.SYX contains the VS waves 65 - 125 as internal Userwaves 246 to 306
|
||||||
|
|
||||||
|
The Wavetables are organized as follows:
|
||||||
|
|
||||||
|
User 1 I33 contains all Waves 246 to 306, so Startwave 0 yields in Wave 246,
|
||||||
|
respective VS wave 32/65; Startwave 60 -> 306, 92/125
|
||||||
|
|
||||||
|
User 2 I34 to User 7 I39 contain the 61 VS waves in sets of 11.
|
||||||
|
|
||||||
|
User 2 : 246..256 that is VS waves 32..42 / 65..75
|
||||||
|
.
|
||||||
|
.
|
||||||
|
User 7 : 296..306 that is VS waves 82..92 / 115..125
|
||||||
|
|
||||||
|
User 8 I40 to User 12 I44 contain sets of 13 random selected VS waves out
|
||||||
|
of 32..92/65..125.
|
||||||
|
|
||||||
|
Have fun with the VS waves in your Microwave.
|
||||||
|
|
||||||
|
(c) Georg Mueller 1995, Darmstadt, Germany
|
||||||
|
|
||||||
|
Comments to <georg@nlp.physik.th-darmstadt.de>
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
Here is the file the supplier of the VS waves sent with the wave data.
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
> From: gints@prophet.esd.sgi.com (Gints Klimanis)
|
||||||
|
> Subject: available: Prophet VS wave data
|
||||||
|
>
|
||||||
|
> Prophet VS Wave data - 128 waves
|
||||||
|
>
|
||||||
|
> 32768 bytes = 128 cycles * 128 samples/cycle * 2 bytes/sample
|
||||||
|
> 16-bit signed integer
|
||||||
|
>
|
||||||
|
> Waves 0 .. 31 RAM memory and are actually of no value.
|
||||||
|
> Waves 32 ..127 ROM memory are standard wave set.
|
||||||
|
>
|
||||||
|
> Notable ROM waves:
|
||||||
|
>
|
||||||
|
> 32 cosine
|
||||||
|
> 33 sawtooth
|
||||||
|
> 34 square
|
||||||
|
> 46 thin pulse 1
|
||||||
|
> 47 thin pulse 2
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> 126 silence
|
||||||
|
> 127 bogus entry, as this specifies Prophet VS noise generator
|
||||||
|
>
|
||||||
|
> Remember that single cycles themselves are not particularly
|
||||||
|
> interesting. Stacking, detuning and timbral animation via vector
|
||||||
|
> envlopes make the VS.
|
||||||
|
>
|
||||||
|
> For convenience, I have left shifted the 12-bit data by 4 places to
|
||||||
|
> align on a 16-bit boundary. In other words, the 16-bit samples offer
|
||||||
|
> no more information than the original 12-bit samples. Soon, I will
|
||||||
|
> create 32-bit floating point wave cycles with more samples/cycle and
|
||||||
|
> publish tables of harmonic amplitude and phases for each wave.
|
||||||
|
>
|
||||||
|
> Enjoy,
|
||||||
|
>
|
||||||
|
> Gints Klimanis
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,79 @@
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
SCI Prophet VS ROM waves for the Waldorf Microwave I and II/XT
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
The files VS1.SYX (VS1II.SYX) and VS2.SYX (VS2II.SYX) contain the ROM waves
|
||||||
|
of the SCI Prophet VS converted to User Waves and Wavetables for the Waldorf
|
||||||
|
Microwave I (II/XT).
|
||||||
|
|
||||||
|
VS1.SYX contains the VS waves 32 - 92 as internal Userwaves 246 to 306
|
||||||
|
VS2.SYX contains the VS waves 65 - 125 as internal Userwaves 246 to 306
|
||||||
|
VS1II.SYX contains the VS waves 32 - 92 as internal Userwaves 1000 to 1060
|
||||||
|
VS2II.SYX contains the VS waves 65 - 125 as internal Userwaves 1000 to 1060
|
||||||
|
|
||||||
|
The Wavetables are organized as follows:
|
||||||
|
|
||||||
|
User 1 I33 (097 User #1) contains all Waves 246 to 306 (1000 to 1060), so
|
||||||
|
Startwave 0 yields in Wave 246 (1000), respective VS wave 32/65;
|
||||||
|
Startwave 60 -> 306 (1060), 92/125
|
||||||
|
|
||||||
|
User 2 I34 (098 User #2) to User 7 I39 (103 User #7) contain the 61 VS waves
|
||||||
|
in sets of 11.
|
||||||
|
|
||||||
|
User 2 : 246..256 (1000..1010) that is VS waves 32..42 / 65..75
|
||||||
|
.
|
||||||
|
.
|
||||||
|
User 7 : 296..306 (1050..1060) that is VS waves 82..92 / 115..125
|
||||||
|
|
||||||
|
User 8 I40 (104 User #8) to User 12 I44 (108 User #12) contain sets of 13 random
|
||||||
|
selected VS waves out of 32..92/65..125.
|
||||||
|
|
||||||
|
Have fun with the VS waves in your Microwave I and II/XT.
|
||||||
|
|
||||||
|
(c) Georg Mueller 1995, Darmstadt, Germany (I)
|
||||||
|
(c) Georg Mueller 1999, Nuernberg, Germany (II/XT)
|
||||||
|
|
||||||
|
Comments to <Georg.Mueller@physik.tu-darmstadt.de>
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
Here is the file the supplier of the VS waves sent with the wave data.
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
> From: gints@prophet.esd.sgi.com (Gints Klimanis)
|
||||||
|
> Subject: available: Prophet VS wave data
|
||||||
|
>
|
||||||
|
> Prophet VS Wave data - 128 waves
|
||||||
|
>
|
||||||
|
> 32768 bytes = 128 cycles * 128 samples/cycle * 2 bytes/sample
|
||||||
|
> 16-bit signed integer
|
||||||
|
>
|
||||||
|
> Waves 0 .. 31 RAM memory and are actually of no value.
|
||||||
|
> Waves 32 ..127 ROM memory are standard wave set.
|
||||||
|
>
|
||||||
|
> Notable ROM waves:
|
||||||
|
>
|
||||||
|
> 32 cosine
|
||||||
|
> 33 sawtooth
|
||||||
|
> 34 square
|
||||||
|
> 46 thin pulse 1
|
||||||
|
> 47 thin pulse 2
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> 126 silence
|
||||||
|
> 127 bogus entry, as this specifies Prophet VS noise generator
|
||||||
|
>
|
||||||
|
> Remember that single cycles themselves are not particularly
|
||||||
|
> interesting. Stacking, detuning and timbral animation via vector
|
||||||
|
> envlopes make the VS.
|
||||||
|
>
|
||||||
|
> For convenience, I have left shifted the 12-bit data by 4 places to
|
||||||
|
> align on a 16-bit boundary. In other words, the 16-bit samples offer
|
||||||
|
> no more information than the original 12-bit samples. Soon, I will
|
||||||
|
> create 32-bit floating point wave cycles with more samples/cycle and
|
||||||
|
> publish tables of harmonic amplitude and phases for each wave.
|
||||||
|
>
|
||||||
|
> Enjoy,
|
||||||
|
>
|
||||||
|
> Gints Klimanis
|
||||||
|
|
||||||
|
|
BIN
packages/the-usual-suspects/xenia/patches/wavepool/analog.mid
Normal file
BIN
packages/the-usual-suspects/xenia/patches/wavepool/analog.mid
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/wavepool/bass.mid
Normal file
BIN
packages/the-usual-suspects/xenia/patches/wavepool/bass.mid
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/wavepool/digital.mid
Normal file
BIN
packages/the-usual-suspects/xenia/patches/wavepool/digital.mid
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/wavepool/fx+bells.mid
Normal file
BIN
packages/the-usual-suspects/xenia/patches/wavepool/fx+bells.mid
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/wavepool/keys.mid
Normal file
BIN
packages/the-usual-suspects/xenia/patches/wavepool/keys.mid
Normal file
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/patches/wavepool/perc.mid
Normal file
BIN
packages/the-usual-suspects/xenia/patches/wavepool/perc.mid
Normal file
Binary file not shown.
|
@ -0,0 +1,23 @@
|
||||||
|
Microwave Wavepool Soundsets
|
||||||
|
(C) Waldorf
|
||||||
|
04.07.97
|
||||||
|
|
||||||
|
These files contain the Wavepool Soundsets for the
|
||||||
|
Waldorf Microwave (1).
|
||||||
|
Before you transmit the sounds to your Microwave, please
|
||||||
|
make sure that you saved the RAM of your Microwave, because
|
||||||
|
it is overwritten almost completely.
|
||||||
|
|
||||||
|
Some Soundsets contain multis, wavetables or waves, other
|
||||||
|
only contain single sounds.
|
||||||
|
Due to doubles in the original files it may happen that
|
||||||
|
a file contains a little less than 64 sounds. But that
|
||||||
|
shouldn't be a problem as long as you know it ;-)
|
||||||
|
|
||||||
|
As always: Use the files on your own risk. We cannot give
|
||||||
|
any support for them.
|
||||||
|
|
||||||
|
Have fun with it.
|
||||||
|
|
||||||
|
Waldorf Support
|
||||||
|
Wolfram Franke
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
packages/the-usual-suspects/xenia/roms/factory.mid
Normal file
BIN
packages/the-usual-suspects/xenia/roms/factory.mid
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue