/*
 *  alessandropetrolati Corda
 *
 *  Corda è un piccolo programma di calcolo per la cordiera
 *  dei pianoforti verticali e a coda. Si basa su formule
 *  tradizionali rielaborate da Giovanni Bettin.
 *
 *  Requirements:
 *  Corda run with only CsoundAV_WIN 0.043 and CsoundAV_Con a
 *  real-time oriented version of Csound by Gabriel Maldonado
 *  and MIDI device.
 *  It has not been tested on Windows Vista.
 *
 *  BtW: if your computer complains not to have file msvcp50.dll,
 *  you can find it here. You could need also glut32.dll.
 *  You have to place them in the \windows\system or
 *  \windows\system32 directory.
 *  N.B. Notice that the 64-bit versions are not tested as much
 *  as 32-bit versions, so may contain more bugs.
 *
 *  Created on 2008.
 *  Copyright © Alessandro Petrolati
 *  All rights reserved.
 *
 */
 
#include <index>
 
void alessandropetrolati::corda()
{
    _local.downloadCorda();
 
    _remote.downloadCsound();
 
    this->viewScreenshots();
    this->goToBlog();
    this->links();
}
///EOF