I`ve offered jStat for WordPress for adoption. Craig Ralston is the new owner.
WinterNAMM 2015 highlights
The WinterNAMM started last friday. In this post I summarize my personal favorite news items.
Korg Introduces MS-20 Kit w/SQ-1 Analog Sequencer
Z releases RADAR studio – RADAR and Pro Tools in One Box
Sony Updates Sound Forge Pro Mac to v2.5 and releases SpectraLayers 3
Sequential (Dave Smith Instruments) announces Prophet-6 at NAMM
Focusrite releases Red 2 & Red 3 Plug-in Suite for Mac & Win VST, AU & AAX
Spectrasonics announces Omnisphere 2
Waves Audio announces H-Reverb – Hybrid Reverb Plug-in
Waves Tracks Live Now Available
Waves Audio Teams with Harman Professional to Unveil the Waves dbx 160 Plugin
Waldorf announces Nave for Mac & Win VST, AU & RTAS
Waldorf announces Waldorf Edition 2
MOTU Announces 112D Digital Audio Interface/Router/Mixer/Converter
Universal Audio Introduces New Apollo Expanded Software For 2015 (+UAD Software v8.0)
Apple updates Logic Pro X to v10.1 and MainStage to v3.1
Waldorf announces nw1 Wavetable Module Eurorack module at NAMM
Korg Introduces kaossilator 2S – Enhanced Version of the Original Palm-sized Synthesizer
Sabian & Fxpansion Introduce BFD Sabian Digital Vault for BFD3, BFD Eco & BFD2
Steinberg updates HALion to v5.1 and Groove Agent to v4.2
Excel convert date format dd.mm.yy to date
If you want to convert a date in toe format dd.mm.yy to a supported date, make a cell containing:
=(MID(A1,4,2)&"/"&LEFT(A1,2)&"/"&RIGHT(A1,2))
Logitech G510 freeze
Once in a while my Logitech G510 keyboard refuses to work. Even after a hard reset (by disconnecting the USB cable)
The solution is to reupload the firmware
The download can be found at http://www.logitech.com/pub/techsupport/keyboards/G510Updater.exe
How-To Install WP-CLI on shared hosting
Updated version of How-To Install WP-CLI on shared hosting. This guide has been tested and is working for my provider and WP-CLI 0.18.0
rm -rf ~./wp-cli
mkdir ~./wp-cli
cd ~./wp-cli
composer create-project wp-cli/wp-cli --no-dev
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar --info
alias wp='php ~./wp-cli/wp-cli.phar'