Autodafe
Autodafe copied to clipboard
Plugins do not make on OSX
plugin->name = "Autodafe";
~~~~~~ ^
src/Autodafe.cpp:13:10: error: no member named 'homepageUrl' in 'rack::Plugin'
plugin->homepageUrl = "https://www.autodafe.net";
~~~~~~ ^
src/Autodafe.cpp:14:3: error: no matching function for call to 'createModel'
createModel<LFOWidget>(plugin, "LFO", "LFO");
^~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:15:3: error: no matching function for call to 'createModel'
createModel<ClockDividerWidget>(plugin, "Clock Divider", "Clock Divider");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:16:3: error: no matching function for call to 'createModel'
createModel<Multiple18Widget>(plugin, "Multiple 1x8", "Multiple 1x8");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:17:3: error: no matching function for call to 'createModel'
createModel<Multiple28Widget>(plugin, "Multiple 2x8", "Multiple 2x8");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:18:3: error: no matching function for call to 'createModel'
createModel<SEQ8Widget>(plugin, "8-Steps Sequencer", "8-Steps Sequencer");
^~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:19:3: error: no matching function for call to 'createModel'
createModel<SEQ16Widget>(plugin, "16-Steps Sequencer", "16-Steps Sequencer");
^~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:20:3: error: no matching function for call to 'createModel'
createModel<TriggerSeqWidget>(plugin, "8x16 Trigger Sequencer", "8x16 Trigger Sequencer");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:21:3: error: no matching function for call to 'createModel'
createModel<FixedFilterWidget>(plugin, "Fixed Filter Bank", "Fixed Filter Bank");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:22:3: error: no matching function for call to 'createModel'
createModel<MultiModeFilterWidget>(plugin, "MultiMode Filter", "MultiMode Filter ");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:23:3: error: no matching function for call to 'createModel'
createModel<FormantFilterWidget>(plugin, "Formant Filter", "Formant Filter");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:24:3: error: no matching function for call to 'createModel'
createModel<FoldBackWidget>(plugin, "Foldback Distortion", "Foldback Distortion");
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:25:3: error: no matching function for call to 'createModel'
createModel<BitCrusherWidget>(plugin, "BitCrusher", "BitCrusher");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
src/Autodafe.cpp:26:3: error: no matching function for call to 'createModel'
createModel<PhaserFxWidget>(plugin, "Phaser", "Phaser");
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/rack.hpp:22:8: note: candidate function not viable: no known conversion from 'rack::Plugin *' to 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') for 1st argument
Model *createModel(std::string manufacturer, std::string slug, std::string name, Tags... tags) {
^
15 errors generated.
make: *** [build/src/Autodafe.cpp.o] Error 1
I am sorry there is a huge mess in this repo. I need to delete everrything and re-upload the code...sorry for being late