|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
SmartThumnail automatically tracks changes to an AudioFile and will update its cache if the file changes. More...
#include "tracktion_SmartThumbnail.h"
Public Member Functions | |
| SmartThumbnail (Engine &, const AudioFile &, juce::Component &componentToRepaint, Edit *) | |
| Creates a SmartThumbnail for an AudioFile which will automatically repaint a Component as it it loaded. | |
| SmartThumbnail (Engine &, const AudioFile &, juce::Component &componentToRepaint, Edit *, std::unique_ptr< juce::AudioThumbnailBase > thumbnailToUse) | |
| Creates a SmartThumbnail for an AudioFile which will automatically repaint a Component as it it loaded. | |
| ~SmartThumbnail () override | |
| Destructor. | |
| void | setNewFile (const AudioFile &) |
| Sets a new file to display. | |
| bool | isGeneratingProxy () const noexcept |
| Returns true if this is a proxy file being generated by the AudioProxyGenerator. | |
| float | getProxyProgress () const noexcept |
| Returns the progress of the current proxy file creation. | |
| bool | isOutOfDate () const noexcept |
| Returns true if the file has been changed and a new thumbnail has not yet been generated. | |
| void | drawChannel (juce::Graphics &, juce::Rectangle< int >, TimeRange, int channelNum, float verticalZoomFactor) |
| Draws one of the channels, optionally using a hi-res algorithm. | |
| void | drawChannels (juce::Graphics &, juce::Rectangle< int >, TimeRange, float verticalZoomFactor) |
| Draws all of the channels, optionally using a hi-res algorithm. | |
| double | getProportionComplete () const noexcept |
| Returns the proportion of the thumbnail that has been generated. | |
| void | clear () override |
| bool | setSource (juce::InputSource *) override |
| void | setReader (juce::AudioFormatReader *, juce::int64 hashCode) override |
| bool | loadFrom (juce::InputStream &) override |
| void | saveTo (juce::OutputStream &) const override |
| int | getNumChannels () const noexcept override |
| double | getTotalLength () const noexcept override |
| bool | isFullyLoaded () const noexcept override |
| juce::int64 | getNumSamplesFinished () const noexcept override |
| float | getApproximatePeak () const override |
| void | getApproximateMinMax (double startTime, double endTime, int channelIndex, float &minValue, float &maxValue) const noexcept override |
| juce::int64 | getHashCode () const override |
| void | reset (int numChannels, double sampleRate, juce::int64 totalSamplesInSource) override |
| void | addBlock (juce::int64 sampleNumberInSource, const juce::AudioBuffer< float > &, int startOffsetInBuffer, int numSamples) override |
| void | audioFileChanged () |
| void | releaseFile () |
Public Member Functions inherited from juce::ChangeBroadcaster | |
| void | addChangeListener (ChangeListener *listener) |
| void | removeChangeListener (ChangeListener *listener) |
| void | removeAllChangeListeners () |
| void | sendChangeMessage () |
| void | sendSynchronousChangeMessage () |
| void | dispatchPendingMessages () |
Static Public Member Functions | |
| static void | setEnabled (bool e) |
| Enable/disable all smart thumbnail generation. | |
| static bool | areThumbnailsFullyLoaded (Engine &) |
| Returns true if any thumbnails are currently being generated for the given Edit. | |
Public Attributes | |
| AudioFile | file |
| Engine & | engine |
| Edit *const | edit |
SmartThumnail automatically tracks changes to an AudioFile and will update its cache if the file changes.
Additionally, if this file is a wav proxy file that's being generated, you can use this to find out about its progress.
Definition at line 21 of file tracktion_SmartThumbnail.h.
| tracktion::engine::SmartThumbnail::SmartThumbnail | ( | Engine & | e, |
| const AudioFile & | f, | ||
| juce::Component & | componentToRepaint, | ||
| Edit * | ed | ||
| ) |
Creates a SmartThumbnail for an AudioFile which will automatically repaint a Component as it it loaded.
You can optionally supply an Edit to use its temporary directory for the thumbnail file storage.
Definition at line 491 of file tracktion_AudioFile.cpp.
| tracktion::engine::SmartThumbnail::SmartThumbnail | ( | Engine & | e, |
| const AudioFile & | f, | ||
| juce::Component & | componentToRepaint, | ||
| Edit * | ed, | ||
| std::unique_ptr< juce::AudioThumbnailBase > | thumbnailToUse | ||
| ) |
Creates a SmartThumbnail for an AudioFile which will automatically repaint a Component as it it loaded.
You can optionally supply an Edit to use its temporary directory for the thumbnail file storage.
| thumbnailToUse | The thumbnail instance to use if you want custom thumbs |
Definition at line 499 of file tracktion_AudioFile.cpp.
|
override |
Destructor.
Definition at line 517 of file tracktion_AudioFile.cpp.
|
override |
Definition at line 724 of file tracktion_AudioFile.cpp.
|
static |
Returns true if any thumbnails are currently being generated for the given Edit.
Definition at line 526 of file tracktion_AudioFile.cpp.
| void tracktion::engine::SmartThumbnail::audioFileChanged | ( | ) |
Definition at line 611 of file tracktion_AudioFile.cpp.
|
overridevirtual |
Implements juce::AudioThumbnailBase.
Definition at line 631 of file tracktion_AudioFile.cpp.
| void tracktion::engine::SmartThumbnail::drawChannel | ( | juce::Graphics & | g, |
| juce::Rectangle< int > | r, | ||
| TimeRange | time, | ||
| int | channelNum, | ||
| float | verticalZoomFactor | ||
| ) |
Draws one of the channels, optionally using a hi-res algorithm.
Definition at line 549 of file tracktion_AudioFile.cpp.
| void tracktion::engine::SmartThumbnail::drawChannels | ( | juce::Graphics & | g, |
| juce::Rectangle< int > | r, | ||
| TimeRange | time, | ||
| float | verticalZoomFactor | ||
| ) |
Draws all of the channels, optionally using a hi-res algorithm.
Definition at line 557 of file tracktion_AudioFile.cpp.
|
overridevirtualnoexcept |
Implements juce::AudioThumbnailBase.
Definition at line 707 of file tracktion_AudioFile.cpp.
|
overridevirtual |
Implements juce::AudioThumbnailBase.
Definition at line 702 of file tracktion_AudioFile.cpp.
|
overridevirtual |
Implements juce::AudioThumbnailBase.
Definition at line 714 of file tracktion_AudioFile.cpp.
|
overridevirtualnoexcept |
Implements juce::AudioThumbnailBase.
Definition at line 656 of file tracktion_AudioFile.cpp.
|
overridevirtualnoexcept |
Implements juce::AudioThumbnailBase.
Definition at line 697 of file tracktion_AudioFile.cpp.
|
noexcept |
Returns the proportion of the thumbnail that has been generated.
Definition at line 565 of file tracktion_AudioFile.cpp.
|
noexcept |
Returns the progress of the current proxy file creation.
Definition at line 59 of file tracktion_SmartThumbnail.h.
|
overridevirtualnoexcept |
Implements juce::AudioThumbnailBase.
Definition at line 661 of file tracktion_AudioFile.cpp.
|
overridevirtualnoexcept |
Implements juce::AudioThumbnailBase.
Definition at line 692 of file tracktion_AudioFile.cpp.
|
noexcept |
Returns true if this is a proxy file being generated by the AudioProxyGenerator.
Definition at line 56 of file tracktion_SmartThumbnail.h.
|
noexcept |
Returns true if the file has been changed and a new thumbnail has not yet been generated.
Definition at line 62 of file tracktion_SmartThumbnail.h.
|
overridevirtual |
Implements juce::AudioThumbnailBase.
Definition at line 646 of file tracktion_AudioFile.cpp.
| void tracktion::engine::SmartThumbnail::releaseFile | ( | ) |
Definition at line 577 of file tracktion_AudioFile.cpp.
|
override |
Definition at line 719 of file tracktion_AudioFile.cpp.
|
overridevirtual |
Implements juce::AudioThumbnailBase.
Definition at line 651 of file tracktion_AudioFile.cpp.
|
static |
Enable/disable all smart thumbnail generation.
Definition at line 46 of file tracktion_SmartThumbnail.h.
| void tracktion::engine::SmartThumbnail::setNewFile | ( | const AudioFile & | newFile | ) |
Sets a new file to display.
Definition at line 537 of file tracktion_AudioFile.cpp.
|
overridevirtual |
Implements juce::AudioThumbnailBase.
Definition at line 641 of file tracktion_AudioFile.cpp.
|
overridevirtual |
Implements juce::AudioThumbnailBase.
Definition at line 636 of file tracktion_AudioFile.cpp.
| Edit* const tracktion::engine::SmartThumbnail::edit |
Definition at line 117 of file tracktion_SmartThumbnail.h.
| Engine& tracktion::engine::SmartThumbnail::engine |
Definition at line 116 of file tracktion_SmartThumbnail.h.
| AudioFile tracktion::engine::SmartThumbnail::file |
Definition at line 115 of file tracktion_SmartThumbnail.h.