- Modificado (modified);
- Preparado (staged/index)
- Consolidado (comitted);
!!Breaking news - Steinberg recently open sourced the ASIO SDK (GPLv3) so Audacity will be able to release ASIO binaries. As they are focussed on Audacity 4 it might not happen anytime soon though!!
I highly recommend you watch this video by Audacity lead Martin Keary / @Tantacrul on the plans for Audacity 4 and a tour of the recent deep, difficult engineering on 3.x.x
You might want Audacity to work with the ASIO drivers supplied with your sound devices. Commmon reasons for this are:
- Only ASIO drivers are available for your hardware (eg Behringer mixers)
- Performance - ASIO has low latency (delays)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @ECHO OFF | |
| REM Installs Composer as portable and setup home folder as composer global config folder and local folder as internal cache | |
| REM v.2.0 - 01/05/2015 | |
| REM jatubio@gmail.com | |
| REM Set Home folder as Composer Global Configuration Folder | |
| SET COMPOSER_HOME=%~dp0Home | |
| if not exist %COMPOSER_HOME% md "%COMPOSER_HOME%" | |
| php -r "readfile('https://getcomposer.org/installer');" | php |