Downloads:
6,603
Downloads of v 2.13.9:
143
Last Update:
16 Oct 2024
Package Maintainer(s):
Software Author(s):
- Claudio Nicora
Tags:
virtualmidisynth midi synthetizerVirtualMIDISynth
- 1
- 2
- 3
2.13.9 | Updated: 16 Oct 2024
Downloads:
6,603
Downloads of v 2.13.9:
143
Maintainer(s):
Software Author(s):
- Claudio Nicora
VirtualMIDISynth 2.13.9
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Claudio Nicora. The inclusion of Claudio Nicora trademark(s), if any, upon this webpage is solely to identify Claudio Nicora goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install VirtualMIDISynth, run the following command from the command line or from PowerShell:
To upgrade VirtualMIDISynth, run the following command from the command line or from PowerShell:
To uninstall VirtualMIDISynth, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download virtualmidisynth --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade virtualmidisynth -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade virtualmidisynth -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install virtualmidisynth
win_chocolatey:
name: virtualmidisynth
version: '2.13.9'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'virtualmidisynth' do
action :install
source 'INTERNAL REPO URL'
version '2.13.9'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller virtualmidisynth
{
Name = "virtualmidisynth"
Version = "2.13.9"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'virtualmidisynth':
ensure => '2.13.9',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 22 Dec 2024.
VirtualMIDISynth is a software MIDI synthesizer implemented as a Windows multimedia user driver, accessible as a standard MIDI Out device.
It works on Windows XP (SP3) / Vista (SP1) / 7 (SP1) / 8.x / 10 (both x86 and x64), and is based on the great BASS library from un4seen.
Main features
- User mode multimedia driver, no reboots, no BSOD
- Directly accessible as MIDI Out device, no need for virtual MIDI cables (like MIDI Yoke, LoopBe1)
- Supports up to 4 virtual devices, each with its own soundfont configuration (new in version 2.x)
- Virtually unlimited polyphony (limited only by available CPU power)
- MIDI mixer to set track mute/volume, accessible through systray icon
- Integrated MIDI converter to easily convert your MIDI files to WAV/MP3/FLAC
- Lightweight setup (~1.2 MBytes)
- No DLL cluttering, everything is self contained installation folder (except for MIDI device driver) (new in version 2.x)
- Clean installer, won't affect other MIDI devices
- Efficient RAM usage (allows using large SoundFonts, > 1GByte)
- Load soundFonts (up to available memory), enable/disable/chain them at your will; native 64bit version (on x64 OS) is not limited to 4GByte (new in version 2.x)
- Configure MIDI Mapper default device (this feature is already available in XP, but missing in Vista / Windows 7)
- Windows 8/10 users can also install CoolSoft MIDIMapper and configure it straight from VirtualMIDISynth configurator to get the well-known MIDI Mapper back to their systems
- Multilanguage dialogs.
If you want to help in translation, see here for status then get in touch to have access to the online translation system.
Take a look at the TODO list of what features you'll find in next versions or propose your ideas.
From: https://coolsoft.altervista.org/en/virtualmidisynth
LICENSE
VirtualMIDISynth is freeware, use it as you like.
Donations <https://coolsoft.altervista.org/donate are welcome>, especially if you earn money with it (live performances, public karaoke sessions, ...).
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://coolsoft.altervista.org/download/CoolSoft_VirtualMIDISynth_2.13.9.exe
x64: https://coolsoft.altervista.org/download/CoolSoft_VirtualMIDISynth_2.13.9.exe
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: BD13BC9F98CCC82EF7C230987D877894A50E463267E280B9B575833BCFE4DB6C
checksum64: BD13BC9F98CCC82EF7C230987D877894A50E463267E280B9B575833BCFE4DB6C
File 'LICENSE.txt' is obtained from:
https://coolsoft.altervista.org/en/virtualmidisynth
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'CoolSoft VirtualMIDISynth *'
fileType = 'exe'
silentArgs = '/S'
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
md5: 19D44E4833921E41F2195BBEFDF70691 | sha1: EB7F0BF951528604035143C498000C2CF00179D7 | sha256: BD13BC9F98CCC82EF7C230987D877894A50E463267E280B9B575833BCFE4DB6C | sha512: 5657F22F1139204FD3A899A5742D56DA35CDDE7E2BB7396592F873A177448C05D60F26036DD1A88B7D99EED0FBF9E4BBEB7A296FAB8A8958E09D18DB58FA10D4
Log in or click on link to see number of positives.
- virtualmidisynth.2.13.9.nupkg (4e75f863684f) - ## / 67
- CoolSoft_VirtualMIDISynth_2.13.9.exe (bd13bc9f98cc) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
VirtualMIDISynth 2.13.9 | 143 | Wednesday, October 16, 2024 | Approved | |
VirtualMIDISynth 2.13.8 | 333 | Sunday, December 3, 2023 | Approved | |
VirtualMIDISynth 2.13.7 | 416 | Friday, March 31, 2023 | Approved | |
VirtualMIDISynth 2.13.6 | 146 | Sunday, March 19, 2023 | Approved | |
VirtualMIDISynth 2.13.5 | 209 | Tuesday, January 10, 2023 | Approved | |
VirtualMIDISynth 2.13.4 | 164 | Saturday, December 10, 2022 | Approved | |
VirtualMIDISynth 2.13.3 | 135 | Wednesday, November 30, 2022 | Approved | |
VirtualMIDISynth 2.13.2 | 223 | Friday, September 9, 2022 | Approved | |
VirtualMIDISynth 2.13.1 | 107 | Sunday, September 4, 2022 | Approved | |
VirtualMIDISynth 2.13.0 | 154 | Saturday, August 6, 2022 | Approved | |
VirtualMIDISynth 2.12.8 | 214 | Sunday, May 29, 2022 | Approved | |
VirtualMIDISynth 2.12.7 | 171 | Wednesday, May 11, 2022 | Approved | |
VirtualMIDISynth 2.12.6 | 151 | Monday, April 25, 2022 | Approved | |
VirtualMIDISynth 2.12.5 | 232 | Sunday, March 6, 2022 | Approved | |
VirtualMIDISynth 2.12.4 | 272 | Friday, January 14, 2022 | Approved | |
VirtualMIDISynth 2.12.3 | 200 | Thursday, December 16, 2021 | Approved | |
VirtualMIDISynth 2.12.2 | 232 | Sunday, October 24, 2021 | Approved | |
VirtualMIDISynth 2.12.1 | 166 | Monday, October 4, 2021 | Approved | |
VirtualMIDISynth 2.11.2 | 278 | Friday, May 14, 2021 | Approved | |
VirtualMIDISynth 2.11.1 | 215 | Thursday, March 25, 2021 | Approved | |
VirtualMIDISynth 2.11.0 | 302 | Sunday, January 17, 2021 | Approved | |
VirtualMIDISynth 2.10.2 | 214 | Tuesday, December 15, 2020 | Approved | |
VirtualMIDISynth 2.10.1 | 307 | Monday, September 7, 2020 | Approved | |
VirtualMIDISynth 2.10.0 | 131 | Sunday, August 30, 2020 | Approved | |
VirtualMIDISynth 2.9.3 | 254 | Saturday, July 18, 2020 | Approved | |
VirtualMIDISynth 2.9.2 | 185 | Wednesday, July 8, 2020 | Approved | |
VirtualMIDISynth 2.9.1 | 279 | Sunday, April 26, 2020 | Approved | |
VirtualMIDISynth 2.9.0 | 151 | Monday, April 20, 2020 | Approved | |
VirtualMIDISynth 2.8.0 | 281 | Wednesday, November 20, 2019 | Approved | |
VirtualMIDISynth 2.7.3 | 242 | Saturday, August 24, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about VirtualMIDISynth and the VirtualMIDISynth package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or VirtualMIDISynth, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.