text
stringlengths
1
24.5M
#pragma once //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2018 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and asso...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2018 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2020 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2018 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2018 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2017 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2021 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2021 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2018 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2018 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2018 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2020 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2020 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2025 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2025 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2025 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2025 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2018 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2018 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "saiga/core/time/time.h" #include "saiga/core/util/MemoryUsage.h" #include "saiga/core/util/ProgressBar.h" #include "saiga/core/util/commandLineArguments.h" #include "saiga/core/util/f...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "adop_viewer.h" #include "saiga/core/geometry/cameraAnimation.h" #include "saiga/core/util/commandLineArguments.h" #include "saiga/core/util/exif/TinyEXIF.h" #include "git_sha1.h" A...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/geometry/cameraAnimation.h" #include "saiga/core/glfw/all.h" #include "saiga/opengl/assets/AssetRenderSystem.h" #include "saiga/opengl/assets/all.h" #include ...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "saiga/core/util/commandLineArguments.h" #include "saiga/core/imgui/imgui.h" #include "saiga/core/model/model_from_shape.h" #include "saiga/opengl/assets/all.h" #include "saiga/opengl/...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "saiga/core/util/commandLineArguments.h" #include "saiga/core/util/exif/TinyEXIF.h" #include "saiga/core/util/file.h" #include "saiga/vision/cameraModel/OCam.h" #include <array> #defi...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "saiga/core/util/commandLineArguments.h" #include "data/SceneData.h" void PreprocessPointcloud(std::string scene_dir, int dup_factor) { auto scene = std::make_shared<SceneData>(s...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "saiga/core/util/commandLineArguments.h" #include "saiga/core/util/exif/TinyEXIF.h" #include "saiga/core/util/file.h" #include <array> #include "saiga/vision/cameraModel/OCam.h" #defi...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "config.h" #include "opengl/RealTimeRenderer.h" #include "opengl/SceneViewer.h" #include <stack> using namespace Saiga; enum class ViewMode { // Only the model MODEL, // ...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/geometry/kdtree.h" #include "saiga/core/imgui/imgui.h" #include "saiga/core/math/CoordinateSystems.h" #include "saiga/core/math/random.h" #include "saiga/core...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "Dataset.h" #include "saiga/vision/cameraModel/Intrinsics4.h" #include "saiga/vision/torch/RandomCrop.h" TemplatedImage<vec2> InitialUVImage(int h, int w) { TemplatedImage<vec2> ...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/Core.h" #include "saiga/core/util/FileSystem.h" #include "saiga/core/util/directory.h" #include "saiga/core/util/tostring.h" #include "saiga/vision/torch/ImageT...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "NeuralScene.h" NeuralScene::NeuralScene(std::shared_ptr<SceneData> scene, std::shared_ptr<CombinedParams> _params) : scene(scene), params(_params) { params->Check(); if ...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/Core.h" #include "SceneData.h" #include "Settings.h" #include "config.h" #include "data/NeuralStructure.h" #include "models/NeuralCamera.h" #include "models/Ne...
#include "NeuralStructure.h" #include "rendering/PointRenderer.h" PoseModuleImpl::PoseModuleImpl(std::shared_ptr<SceneData> scene) { SAIGA_ASSERT(!scene->frames.empty()); tangent_poses = torch::zeros({(long)scene->frames.size(), 6L}, torch::TensorOptions().dtype(torch::kFl...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/Core.h" #include "SceneData.h" #include "Settings.h" #include "config.h" #include <torch/torch.h> using namespace Saiga; class PoseModuleImpl : public tor...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "SceneData.h" #include "saiga/core/geometry/kdtree.h" #include "saiga/core/sophus/Sophus.h" #include "saiga/core/util/BinaryFile.h" #include "saiga/core/math/Types.h" Saiga::Camera F...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/Core.h" #include "saiga/core/camera/HDR.h" #include "saiga/core/math/CoordinateSystems.h" #include "saiga/core/sophus/Sophus.h" #include "saiga/core/util/direct...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "Settings.h" #include "saiga/core/imgui/imgui.h" void CombinedParams::Check() { if (net_params.conv_block == "partial" || net_params.conv_block == "partial_multi" || pipel...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/util/ini/ini.h" #include "saiga/vision/torch/PartialConvUnet2d.h" #include "saiga/vision/torch/TrainParameters.h" #include "config.h" using namespace Saiga; ...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "NeuralCamera.h" #include "saiga/vision/torch/ImageTensor.h" #include "data/Dataset.h" VignetteNetImpl::VignetteNetImpl(ivec2 image_size) : image_size(image_size) { vignette_pa...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/camera/HDR.h" #include "saiga/core/imgui/imgui.h" #include "saiga/core/util/FileSystem.h" #include "saiga/core/util/file.h" #include "saiga/vision/VisionIncludes.h...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "NeuralTexture.h" using namespace Saiga; NeuralPointTextureImpl::NeuralPointTextureImpl(int num_channels, int num_points, bool random_init, bool log_texture) : log_texture(log_textur...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/model/UnifiedMesh.h" #include "saiga/core/util/file.h" #include "saiga/cuda/cudaTimer.h" #include "saiga/vision/torch/TorchHelper.h" #include "saiga/core/util/Fil...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "Pipeline.h" #include <c10/cuda/CUDACachingAllocator.h> NeuralPipeline::NeuralPipeline(std::shared_ptr<CombinedParams> _params) : params(_params) { params->Check(); render_n...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/util/file.h" #include "saiga/cuda/imgui_cuda.h" #include "saiga/vision/torch/ImageSimilarity.h" #include "saiga/vision/torch/PartialConvUnet2d.h" #include "saiga/v...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "NeuralPointCloudOpenGL.h" #include "saiga/core/imgui/imgui.h" using namespace Saiga; template <> void Saiga::VertexBuffer<PositionIndex>::setVertexAttributes() { glEnableVertexAttr...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/opengl/all.h" #include "rendering/NeuralPointCloud.h" class NeuralPointCloudOpenGL : public NeuralPointCloud { public: NeuralPointCloudOpenGL(const Saiga...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "RealTimeRenderer.h" #include "saiga/colorize.h" #include "saiga/opengl/imgui/imgui_opengl.h" RealTimeRenderer::Experiment::Experiment(std::string dir, std::string name, std::string...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/cuda/imgui_cuda.h" #include "saiga/cuda/interop.h" #include "saiga/opengl/all.h" #include "saiga/opengl/rendering/deferredRendering/tone_mapper.h" #include "saiga/o...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "SceneViewer.h" #include "saiga/colorize.h" #include "saiga/core/geometry/AccelerationStructure.h" #include "saiga/core/imgui/imgui.h" #include "saiga/core/model/model_from_shape.h" #...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/glfw/all.h" #include "config.h" #include "data/SceneData.h" #include "opengl/NeuralPointCloudOpenGL.h" #include "../config.h" using namespace Saiga; class ...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/vision/torch/TorchHelper.h" #include "config.h" #include "data/NeuralStructure.h" #include "data/SceneData.h" #include "data/Settings.h" class EnvironmentMapImpl : p...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/math/math.h" #include "saiga/core/sophus/Sophus.h" #include "config.h" #include "data/SceneData.h" using namespace Saiga; struct SAIGA_ALIGN(16) PositionIndex ...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "NeuralPointCloudCuda.h" #include "saiga/normal_packing.h" NeuralPointCloudCudaImpl::NeuralPointCloudCudaImpl(const UnifiedMesh& model) : NeuralPointCloud(model) { std::vector<ve...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/cuda/cuda.h" #include "saiga/cuda/thrust_helper.h" #include "saiga/normal_packing.h" #include "saiga/vision/torch/TorchHelper.h" #include "NeuralPointCloud.h" #in...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/cuda/imageProcessing/image.h" #include "saiga/cuda/imgui_cuda.h" #include "NeuralPointCloudCuda.h" #include "RenderInfo.h" #include "config.h" #include "data/Datas...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/vision/cameraModel/OCam.h" #include "saiga/vision/kernels/BA.h" #include "config.h" #include "data/Dataset.h" #include <ATen/ATen.h> #include <ATen/AccumulateTyp...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "RenderInfo.h" #include "PointRenderer.h" TORCH_LIBRARY(sdfgergsd, m) { std::cout << "register neural render info" << std::endl; m.class_<NeuralRenderInfo>("NeuralRenderInfo"...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/cuda/imageProcessing/image.h" #include "NeuralPointCloudCuda.h" #include "config.h" #include "data/SceneData.h" #include <torch/torch.h> struct TorchFrameData ...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #include "RenderModule.h" #include <torch/torch.h> PointRenderModuleImpl::PointRenderModuleImpl(std::shared_ptr<CombinedParams> params) : params(params), num_layers(params->net_params.num_inpu...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "PointRenderer.h" class PointRenderModuleImpl : public torch::nn::Module { public: PointRenderModuleImpl(std::shared_ptr<CombinedParams> params); // Renders t...
/* ======================================== * Acceleration - Acceleration.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H #include "Acceleration.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {...
/* ======================================== * Acceleration - Acceleration.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H #define __Acceleration_H #ifndef __audioeffect__ #include "au...
/* ======================================== * Acceleration - Acceleration.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H #include "Acceleration.h" #endif void Acceleration::processReplacing(float **inputs, float **outputs,...
/* ======================================== * Acceleration2 - Acceleration2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H #include "Acceleration2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaste...
/* ======================================== * Acceleration2 - Acceleration2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H #define __Acceleration2_H #ifndef __audioeffect__ #include...
/* ======================================== * Acceleration2 - Acceleration2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H #include "Acceleration2.h" #endif void Acceleration2::processReplacing(float **inputs, float **out...
/* ======================================== * ADClip7 - ADClip7.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H #include "ADClip7.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ADClip7(a...
/* ======================================== * ADClip7 - ADClip7.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H #define __ADClip7_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif...
/* ======================================== * ADClip7 - ADClip7.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H #include "ADClip7.h" #endif void ADClip7::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) ...
/* ======================================== * ADClip8 - ADClip8.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip8_H #include "ADClip8.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ADClip8(audioM...
/* ======================================== * ADClip8 - ADClip8.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip8_H #define __ADClip8_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * ADClip8 - ADClip8.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip8_H #include "ADClip8.h" #endif void ADClip8::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
/* ======================================== * ADT - ADT.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H #include "ADT.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new ADT(audioMaster);} ADT::...
/* ======================================== * ADT - ADT.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H #define __ADT_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set>...
/* ======================================== * ADT - ADT.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H #include "ADT.h" #endif void ADT::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in1 = ...
/* ======================================== * Air - Air.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H #include "Air.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Air(audioMaster);} Air::...
/* ======================================== * Air - Air.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H #define __Air_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set>...
/* ======================================== * Air - Air.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H #include "Air.h" #endif void Air::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in1 = ...
/* ======================================== * Air2 - Air2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H #include "Air2.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Air2(audioMaster);} ...
/* ======================================== * Air2 - Air2.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H #define __Air2_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * Air2 - Air2.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H #include "Air2.h" #endif void Air2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in...
/* ======================================== * Air3 - Air3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air3_H #include "Air3.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Air3(audioMaster);} Air3:...
/* ======================================== * Air3 - Air3.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air3_H #define __Air3_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #includ...
/* ======================================== * Air3 - Air3.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air3_H #include "Air3.h" #endif void Air3::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in1 = ...
/* ======================================== * Air4 - Air4.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air4_H #include "Air4.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Air4(audioMaster);} Air4:...
/* ======================================== * Air4 - Air4.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air4_H #define __Air4_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <set> #includ...
/* ======================================== * Air4 - Air4.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air4_H #include "Air4.h" #endif void Air4::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { float* in1 = ...
/* ======================================== * AngleEQ - AngleEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AngleEQ_H #include "AngleEQ.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new AngleEQ(audioM...
/* ======================================== * AngleEQ - AngleEQ.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AngleEQ_H #define __AngleEQ_H #ifndef __audioeffect__ #include "audioeffectx.h" #endif #include <...
/* ======================================== * AngleEQ - AngleEQ.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AngleEQ_H #include "AngleEQ.h" #endif void AngleEQ::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) { ...
/* ======================================== * AngleFilter - AngleFilter.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AngleFilter_H #include "AngleFilter.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return ne...
/* ======================================== * AngleFilter - AngleFilter.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AngleFilter_H #define __AngleFilter_H #ifndef __audioeffect__ #include "audioeffectx.h" #e...
/* ======================================== * AngleFilter - AngleFilter.h * Copyright (c) airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AngleFilter_H #include "AngleFilter.h" #endif void AngleFilter::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * Apicolypse - Apicolypse.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H #include "Apicolypse.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return n...
/* ======================================== * Apicolypse - Apicolypse.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H #define __Apicolypse_H #ifndef __audioeffect__ #include "audioeffec...
/* ======================================== * Apicolypse - Apicolypse.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H #include "Apicolypse.h" #endif void Apicolypse::processReplacing(float **inputs, float **outputs, VstInt32 ...
/* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H #include "AQuickVoiceClip.h" #endif AudioEffect* createEffectInstance(audioMasterCallback au...
/* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h * Created 8/12/11 by SPIAdmin * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H #define __AQuickVoiceClip_H #ifndef __audioeffect__ ...
/* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H #include "AQuickVoiceClip.h" #endif void AQuickVoiceClip::processReplacing(float **inputs, f...
/* ======================================== * AtmosphereBuss - AtmosphereBuss.h * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H #include "AtmosphereBuss.h" #endif AudioEffect* createEffectInstance(audioMasterCallback audioM...