Skip to content

Commit

Permalink
Try to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Aug 31, 2023
1 parent 09a297b commit ada7334
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 46 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ plugins: libs

ifneq ($(CROSS_COMPILING),true)
gen: plugins dpf/utils/lv2_ttl_generator
@./dpf/utils/generate-ttl.sh
ifeq ($(MACOS),true)
@./dpf/utils/generate-vst-bundles.sh
endif
$(CURDIR)/dpf/utils/generate-ttl.sh

dpf/utils/lv2_ttl_generator:
$(MAKE) -C dpf/utils/lv2-ttl-generator
Expand Down
Binary file added NeuralCapture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

A Neural Capture plug to make the process of cloning external soft/hardware a bit more comfortable

![NeuralCapture](https://github.com/brummer10/neuralcapture/blob/main/NeuralCapture.png?raw=true)


## Formats

Neural Capture come in the following plug-in formats:
Expand Down
41 changes: 0 additions & 41 deletions plugins/NeuralCapture/CParamSmooth.hpp

This file was deleted.

1 change: 0 additions & 1 deletion plugins/NeuralCapture/PluginNeuralCapture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#define PLUGIN_NEURALCAPTURE_H

#include "DistrhoPlugin.hpp"
#include "CParamSmooth.hpp"
#include "profiler.h"

START_NAMESPACE_DISTRHO
Expand Down

0 comments on commit ada7334

Please sign in to comment.