Guitars - Guitar News Weekly
|
MP3 Software
|
Musician Tutorials
|
Music Books
|
Find Musicians
Home
|
Search
|
New Software
|
New Plugins
|
Freeware
|
Top Win
|
Top Mac
|
Add Software
|
News
|
Discussion
|
RSS
Search Site
Software Title:
*
Developer Info
This is where you put the name of your company and the URL to your software.
Developer Name:
Enter the name of the software company or developer
Developer Site:
Enter the link to the software page on the developers site
Categories
Category:
- None -
Assorted Tools
Audio & Video Capture
Audio Codecs
Audio Editors
Audio Players - Jukebox
Audio Restoration
Audio Sequencers
Auto Accompaniment
Bass Guitar
Business Applications
Cataloging
CD Burners
CD Rippers
Chords
Computer Aided Composition
CSound
DJ - Mixing
Drums - Percussion
DVD Authoring
DVD Rippers
Ear Training
Effects - Delay/Echo
Effects - Other
Effects - Reverb
Experimental
File Sharing
Format Converters
Guitar
Hosts - AU
Hosts - DX
Hosts - Other
Hosts - VST
Instrument Tuners
Karaoke
Keyboards on PC
Kids Music Software
Label Printing
Live Performance
Loop - Groove Makers
Lyric Writing Tools
Mastering
Metronomes
MIDI Controllers
MIDI Converters
MIDI Sequencers
MIDI Utilities
Miscellaneous
MOD Trackers - Players
MP3
Multitrack Recording
Music Calculators
Music Programming Tools
Music Tuition
Network Tools
Notation
Notation Scanning
Oscilloscopes
Patch Editors & Librarians
Plugin Wrappers
Plugins AU
Plugins DX
Plugins DXi
Plugins Other
Plugins VST
Plugins VSTi
Portable Players
Production Suite
Radio Production
Recording
Ringtones
Sample & Loops Packs
Slow Down Music
Software Samplers
Software Synthesizers
Sound Cards - Device Drivers
Sound Fonts
Spectrum Analyzers
Streaming Media
Tablature
Text to Vocals
Video - Multimedia
Vocal Removers
Vocoders
Choose
up to 4 categories
for your software to be displayed on SMM. Hold down Ctrl Key to click on multiple categories.
To see a list of categories click here.
MP3 Category:
- None -
CATALOGING & PLAYLISTS
CD BURNERS
CD RIPPERS
EDITORS
ENCODING
FORMAT CONVERSION
GENERAL PLAYERS
ID3-TAG
MISCELLANEOUS
MIXING/DJ
PLUG-INS
RECORDING
SEARCHING & P2P
SKINS & SKIN MAKERS
STREAMING AUDIO
VISUALIZATION & VIDEO
Choose
up to 4 categories
for your software to be displayed on MP3machine. Hold down Ctrl Key to click on multiple categories.
To see a list of categories click here.
License:
*
Demo
-Demonstration
-Trial
Free
-Freeware
-Open Source
-GPL
-Donationware
Shareware
Select whether your software is a Demo, Free or Shareware and then select the licence type. Example: Free and then Open Source, or Demo and Trial.
Platform:
*
Windows
-2000
-3.1
-95
-98
-ME
-NT
-Vista
-XP
Mac
-OS 7
-OS 8
-OS 9
-OS X
Linux
Atari
BeOS
DOS
OS/2
Win 3.1
winCE
The Operating system that the software works on. Hold down Ctrl Key to click on multiple platform types. Eg. Select Windows and then XP and Vista, or select Macintosh and then OS X.
Keywords:
A list of tags associated with the software (Each word to be seperated by a comma) Example: editor,burner,ripper
Download Info
This is where you put the download links to the software.
Download 1:
Link to the download file on the developers website.
Download 2:
A second link to the download file on the developers website.
Link is to a web page instead of file download.
Check this box if the link your have entered is a link to a web page instead of a direct link to a download file.
Basic Info
File Size:
The size of the download file. Example: 123 KB, 12.3 MB
System Requirements:
Any system requirements the software needs to run. Example: Soundcard, 125MB RAM
Input format
Filtered HTML
Allowed HTML tags: <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
Lines and paragraphs break automatically.
Filtered HTML With Links
Lines and paragraphs break automatically.
Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <b> <br> <strong> <u> <i> <pre> <img> <blockquote> <font> <center>
More information about formatting options
License Conditions:
Any limitations the software has. Also include the price if applicable. Example: Saving is disabled, Registration US$125.00
File Date
month:
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
day:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
year:
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
The date the download file was created. Not the date you are submitting the software.
Screenshot
Link to or upload a screenshot of the software.
Screenshot Url:
Example: http://www.yoursite.com/software.jpg
Screenshot Width:
Screenshot Height:
Description
Short Description:
*
Free VST Host.
A short sentence describing the software. Example: Record, edit and mix multitrack audio. There is no need to include the name of the software also.
Input format
Filtered HTML
Allowed HTML tags: <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
Lines and paragraphs break automatically.
Filtered HTML With Links
Lines and paragraphs break automatically.
Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <b> <br> <strong> <u> <i> <pre> <img> <blockquote> <font> <center>
More information about formatting options
Software Description:
VSTHost is a demonstrational Windows program written in order to comprehend the inner workings of VST plugins. VSTHost is capable of: <ul> <li>loading VST effects (aka "plugins") <li>parameterizing / editing them <li>sound output for VSTis <li>MIDI-input and -output <li>loading / saving .fxb files </ul> The important part of the program is an implementation of a VST host in form of 2 classes: <p> <b>CVSTHost</b><br> This implements the audio callback needed by an effect plugin as a neatly encapsulated VST host class. This is practically platform-independent code. The few platform-specific things are encapsulated in... <p> <b>Ceffect</b><br> This encapsulates a VST effect, as loaded by the VST host. This class isn't fully complete - since I don't have a Mac, I've only included the Windows code. <p> <b>New in v1.45</b> <ul> <li> DirectSound support added (works in all Windows versions except Vista). <li> Added /nomme, /nodsound, /noasio command line flags to suppress the use of the corresponding wave I/O method for special environments. <li> Added /noft ("No Fault Tolerance") flag for debugging environments; in this mode, VSTHost and SAVIHost don't catch any exception, which eases the detection of badly behaving PlugIns. <li> Lots of bug fixes and internal changes as usual. <li> There's a double-precision variant available that uses double precision signal paths (might be useful for testing and using double-precision PlugIns). <li> French language satellite DLL added - many thanks to Patrice Vigier for this. <li> Artvera contributed some skins that can be downloaded from the VSTHost web site. <li> Improved ASIO channel selection that allows any possible combination of input/output channels to be selected. <li> PlugIn banks can be saved automatically now, which makes performance generation much easier. <li> Remote MIDI and MIDI->Parameter conversions now have a "Kill" flag which is normally set; if removed, the messages are not removed from the MIDI data passed to the PlugIns any more. <li> Enhanced scrolling support for the main window. <li> Improved compatibility with WINE / wineasio environments. <li> Added /local=<DLLname> command line flag to allow the use of a specific satellite DLL. <li> SysEx window added to allow sending/receiving SysEx messages to/from external MIDI devices. <li> User Exit DLL for MediaStation added. <li> PlugIn menu can be toggled between Display and Filename text. </ul>
Input format
Filtered HTML
Allowed HTML tags: <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
Lines and paragraphs break automatically.
Filtered HTML With Links
Lines and paragraphs break automatically.
Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <b> <br> <strong> <u> <i> <pre> <img> <blockquote> <font> <center>
More information about formatting options
Affiliate Info
Admin
Log message:
An explanation of the additions or updates being made to help other authors understand your motivations.
Proudly sponsored by