SA_BOTAGE

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: SA_BOTAGE

Post by skei »

tavasti wrote: Wed Jan 04, 2023 11:18 am

Clicking anything on terminal doesn't do a thing :-P

hehe.. :)
if you only have a terminal available, you can't run a daw or this plugin anyway..
but.. just for testing, i opened a terminal, went into the "build/codeblocks" folder, and entered:

Code: Select all

g++ -Wall -std=c++11 -Wl,--as-needed -Wno-unknown-pragmas -fPIC -g -rdynamic -Wl,-Bsymbolic -static -DMIP_PLUGIN -DMIP_DEBUG -I../../include -I../../include/extern/vst3/vst3sdk -c /DISKS/sda2/code/git/MIP/build/build.cpp -o obj/debug/build/build.o
g++ -shared  obj/debug/build/build.o  -o ../../bin/build_linux_debug.clap -Wl,--as-needed -fPIE  -lpthread -lX11 -lX11-xcb -lxcb -lxcb-util -lxcb-image -lxcb-cursor -lxkbcommon -lxcb-keysyms -lGL -lGLU -lGLX -ldl -lrt

and it dropped a .clap file in the /bin directory..

tavasti
Established Member
Posts: 2047
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 369 times
Been thanked: 208 times
Contact:

Re: SA_BOTAGE

Post by tavasti »

skei wrote: Wed Jan 04, 2023 11:25 am
tavasti wrote: Wed Jan 04, 2023 11:18 am

Clicking anything on terminal doesn't do a thing :-P

hehe.. :)
if you only have a terminal available, you can't run a daw or this plugin anyway..

It is not that I don't have anything else than terminal, but not using any filemanagers other than mc. And sure, even with filemanager, without codeblocks installed it sure would not help.

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

User avatar
Largos
Established Member
Posts: 616
Joined: Mon Oct 05, 2020 12:21 pm
Has thanked: 70 times
Been thanked: 179 times

Re: SA_BOTAGE

Post by Largos »

I'm happy to give feedback and I have done but i am not signing up to a discord server just to download a binary. If you want people to help you, don't make hoops to jump through.

User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: SA_BOTAGE

Post by skei »

v0.1.10a
stability improvements
initial effect section
preliminary vst2/vst3 wrappers

User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: SA_BOTAGE

Post by skei »

in case anybody is interested: posted a bunch of new binaries in the discord channel, v0.3.1, clap/vst3, linux/windows, plugins, effects, wrappers, note effects, a bunch of ported ones.. currently preparing an "introduction"/walkthrough video thingie..

Post Reply