text
stringlengths 0
14.1k
|
---|
//# sourceMappingURL=./dynamic_component_loader_spec.js.map" isc |
dsusco/tp.net-armageddon.org _site/_units/dreadnought.md 409 "--- |
name: Dreadnought |
type: AV |
speed: 15cm |
armour: 3+ |
cc: 4+ |
ff: 4+ |
special_rules: |
- walker |
notes: |
| |
Armed with either a Missile Launcher and Twin Lascannon, or an Assault Cannon and Power Fist. |
weapons: |
- |
id: missile-launcher |
multiplier: 0–1 |
- |
id: twin-lascannon |
multiplier: 0–1 |
- |
id: assault-cannon |
multiplier: 0–1 |
- |
id: power-fist |
multiplier: 0–1 |
---" isc |
DanielAeolusLaude/DPF-NTK distrho/src/DistrhoPluginLV2export.cpp 16790 "/* |
* DISTRHO Plugin Framework (DPF) |
* Copyright (C) 2012-2014 Filipe Coelho <[email protected]> |
* |
* Permission to use, copy, modify, and/or distribute this software for any purpose with |
* or without fee is hereby granted, provided that the above copyright notice and this |
* permission notice appear in all copies. |
* |
* THE SOFTWARE IS PROVIDED ""AS IS"" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD |
* TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN |
* NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
* IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
*/ |
#include ""DistrhoPluginInternal.hpp"" |
#include ""lv2/atom.h"" |
#include ""lv2/buf-size.h"" |
#include ""lv2/data-access.h"" |
#include ""lv2/instance-access.h"" |
#include ""lv2/midi.h"" |
#include ""lv2/options.h"" |
#include ""lv2/port-props.h"" |
#include ""lv2/resize-port.h"" |
#include ""lv2/state.h"" |
#include ""lv2/time.h"" |
#include ""lv2/ui.h"" |
#include ""lv2/units.h"" |
#include ""lv2/urid.h"" |
#include ""lv2/worker.h"" |
#include ""lv2/lv2_kxstudio_properties.h"" |
#include ""lv2/lv2_programs.h"" |
#include <fstream> |
#include <iostream> |
#ifndef DISTRHO_PLUGIN_URI |
# error DISTRHO_PLUGIN_URI undefined! |
#endif |
#ifndef DISTRHO_PLUGIN_MINIMUM_BUFFER_SIZE |
# define DISTRHO_PLUGIN_MINIMUM_BUFFER_SIZE 2048 |
#endif |
#define DISTRHO_LV2_USE_EVENTS_IN (DISTRHO_PLUGIN_HAS_MIDI_INPUT || DISTRHO_PLUGIN_WANT_TIMEPOS || (DISTRHO_PLUGIN_WANT_STATE && DISTRHO_PLUGIN_HAS_UI)) |
#define DISTRHO_LV2_USE_EVENTS_OUT (DISTRHO_PLUGIN_HAS_MIDI_OUTPUT || (DISTRHO_PLUGIN_WANT_STATE && DISTRHO_PLUGIN_HAS_UI)) |
// ----------------------------------------------------------------------- |
DISTRHO_PLUGIN_EXPORT |
void lv2_generate_ttl(const char* const basename) |
{ |
USE_NAMESPACE_DISTRHO |
// Dummy plugin to get data from |
d_lastBufferSize = 512; |
d_lastSampleRate = 44100.0; |
PluginExporter plugin; |
d_lastBufferSize = 0; |
d_lastSampleRate = 0.0; |
d_string pluginDLL(basename); |
d_string pluginTTL(pluginDLL + "".ttl""); |
// --------------------------------------------- |
{ |
std::cout << ""Writing manifest.ttl...""; std::cout.flush(); |
std::fstream manifestFile(""manifest.ttl"", std::ios::out); |
d_string manifestString; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.