mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
This commit is contained in:
parent
88fa4e0e56
commit
ff3c2e9fce
9 changed files with 521 additions and 771 deletions
|
|
@ -57,9 +57,9 @@ PluginDescription::PluginDescription (const PluginDescription& other) throw()
|
|||
manufacturerName (other.manufacturerName),
|
||||
version (other.version),
|
||||
file (other.file),
|
||||
lastFileModTime (other.lastFileModTime),
|
||||
uid (other.uid),
|
||||
isInstrument (other.isInstrument),
|
||||
lastFileModTime (other.lastFileModTime),
|
||||
numInputChannels (other.numInputChannels),
|
||||
numOutputChannels (other.numOutputChannels)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue