Exemplo n.º 1
0
    //==============================================================================
    void showFile (const File& file)
    {
        loadFileIntoTransport (file);

        zoomSlider.setValue (0, dontSendNotification);
        thumbnail->setFile (file);
    }
Exemplo n.º 2
0
void AudioDemoPlaybackPage::showFile (const File& file)
{
    loadFileIntoTransport (file);

    zoomSlider->setValue (0, dontSendNotification);
    thumbnail->setFile (file);
}
void AudioDemoPlaybackPage::selectionChanged()
{
    loadFileIntoTransport (fileTreeComp->getSelectedFile());

    zoomSlider->setValue (0, false, false);
    thumbnail->setFile (fileTreeComp->getSelectedFile());
}
Exemplo n.º 4
0
void AudioDemoPlaybackPage::showFile (const File& file)
{
    loadFileIntoTransport (file);

    zoomSlider->setValue (0, false, false);
    thumbnail->setFile (file);
}