|
| bool | autoInitialiseDeviceManager () override |
| |
|
virtual Plugin::Ptr | createCustomPlugin (PluginCreationInfo) |
| |
|
virtual std::unique_ptr< juce::PluginDescription > | findDescriptionForFileOrID (const juce::String &) |
| |
|
virtual bool | isPluginDisabled (const juce::String &) |
| |
|
virtual void | setPluginDisabled (const juce::String &, bool) |
| |
|
virtual bool | shouldLoadPlugin (ExternalPlugin &p) |
| |
|
virtual void | doAdditionalInitialisation (ExternalPlugin &) |
| |
|
virtual juce::Array< Exportable::ReferencedItem > | getReferencedItems (ExternalPlugin &) |
| |
|
virtual void | reassignReferencedItem (Clip &, const Exportable::ReferencedItem &, ProjectItemID, double) |
| |
|
virtual juce::Array< Exportable::ReferencedItem > | getReferencedItems (Clip &) |
| |
|
virtual void | reassignReferencedItem (ExternalPlugin &, const Exportable::ReferencedItem &, ProjectItemID, double) |
| |
|
virtual bool | shouldBypassedPluginsBeRemovedFromPlaybackGraph () |
| |
|
virtual bool | shouldProcessAuxSendWhenTrackIsMuted (AuxSendPlugin &) |
| |
|
virtual bool | areClipSlotsEnabled () |
| |
|
virtual bool | enableReadAheadForTimeStretchNodes () |
| |
|
virtual void | saveCustomPluginProperties (juce::ValueTree &, juce::AudioPluginInstance &, juce::UndoManager *) |
| |
|
virtual bool | canScanPluginsOutOfProcess () |
| |
|
virtual bool | addSystemAudioIODeviceTypes () |
| |
|
virtual bool | isMidiDriverUsedForIncommingMessageTiming () |
| |
|
virtual bool | shouldProcessMutedTracks () |
| |
|
virtual bool | muteTrackContentsWhilstRecording () |
| |
|
virtual EditLimits | getEditLimits () |
| |
|
virtual bool | lengthOfOneBeatDependsOnTimeSignature () |
| |
|
virtual bool | isDescriptionOfWaveDevicesSupported () |
| |
|
virtual void | describeWaveDevices (std::vector< WaveDeviceDescription > &, juce::AudioIODevice &, bool) |
| |
|
virtual juce::MidiMessageSequence | createPlaybackMidiSequence (const MidiList &list, MidiClip &clip, MidiList::TimeBase tb, bool generateMPE) |
| |
|
virtual int | getDefaultLoopedSequenceType () |
| |
|
virtual bool | autoAddClipEdgeFades () |
| |
|
virtual bool | interpolateAutomation () |
| |
|
virtual ClipDefaults | getClipDefaults () |
| |
|
virtual void | newClipAdded (Clip &, bool fromRecording) |
| |
|
virtual ControlSurfaces | getDesiredControlSurfaces () |
| |
|
virtual ControlSurface * | getCustomControlSurfaceForXML (ExternalControllerManager &, const juce::XmlElement &) |
| |
Definition at line 28 of file trkn.cc.