Browse Source

Update artwork; Update meta-data

master
falkTX 9 years ago
parent
commit
ae3e29ee1b
4 changed files with 4481 additions and 4470 deletions
  1. +4466
    -4466
      plugins/Kars/DistrhoArtworkKars.cpp
  2. +3
    -2
      plugins/Kars/DistrhoPluginInfo.h
  3. +12
    -2
      plugins/Kars/DistrhoPluginKars.hpp
  4. BIN
      plugins/Kars/artwork/background.png

+ 4466
- 4466
plugins/Kars/DistrhoArtworkKars.cpp
File diff suppressed because it is too large
View File


+ 3
- 2
plugins/Kars/DistrhoPluginInfo.h View File

@@ -17,8 +17,9 @@
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
#define DISTRHO_PLUGIN_INFO_H_INCLUDED #define DISTRHO_PLUGIN_INFO_H_INCLUDED


#define DISTRHO_PLUGIN_NAME "Kars"
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/Kars"
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
#define DISTRHO_PLUGIN_NAME "Kars"
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/Kars"


#define DISTRHO_PLUGIN_HAS_UI 1 #define DISTRHO_PLUGIN_HAS_UI 1
#define DISTRHO_PLUGIN_IS_RT_SAFE 1 #define DISTRHO_PLUGIN_IS_RT_SAFE 1


+ 12
- 2
plugins/Kars/DistrhoPluginKars.hpp View File

@@ -46,19 +46,29 @@ protected:
return "Kars"; return "Kars";
} }
const char* getDescription() const override
{
return "Simple karplus-strong plucked string synth.";
}
const char* getMaker() const noexcept override const char* getMaker() const noexcept override
{ {
return "falkTX"; return "falkTX";
} }
const char* getHomePage() const override
{
return "https://github.com/DISTRHO/Kars";
}
const char* getLicense() const noexcept override const char* getLicense() const noexcept override
{ {
return "GPL v2+";
return "ISC";
} }
uint32_t getVersion() const noexcept override uint32_t getVersion() const noexcept override
{ {
return 0x1000;
return d_version(1, 0, 0);
} }
int64_t getUniqueId() const noexcept override int64_t getUniqueId() const noexcept override


BIN
plugins/Kars/artwork/background.png View File

Before After
Width: 301  |  Height: 315  |  Size: 65KB Width: 301  |  Height: 315  |  Size: 170KB

Loading…
Cancel
Save