Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XPolyMonk.lv2 #1000

Closed
Baggypants opened this issue Jan 22, 2020 · 8 comments
Closed

XPolyMonk.lv2 #1000

Baggypants opened this issue Jan 22, 2020 · 8 comments
Assignees
Labels
Enhancement New feature or request Rejected This will not be worked on

Comments

@Baggypants
Copy link

Is your feature request related to a problem? Please describe.
Add XPolyMonk.lv2 to list of synth engines.

Describe the solution you'd like
Include this install script as /zynthian/zynthian-sys/scripts/recipes/install_XPolyMonk.sh

#!/bin/bash

cd $ZYNTHIAN_PLUGINS_SRC_DIR
if [ -d "XPolyMonk.lv2" ]; then
        rm -rf "XPolyMonk.lv2"
fi
apt install -y libcairo2-dev libx11-dev
git clone --recursive https://github.com/brummer10/XPolyMonk.lv2.git
cd XPolyMonk.lv2
make
make install INSTALL_DIR=$ZYNTHIAN_PLUGINS_DIR/lv2
make clean
cd ..
rm -rf "XPolyMonk.lv2"
@jofemodo
Copy link
Member

Would you like to create a pull request to zynthian-sys repo? ;-)

@jofemodo jofemodo transferred this issue from zynthian/zynthian-issue-tracking Jan 22, 2020
@jofemodo jofemodo added the Enhancement New feature or request label Jan 22, 2020
@Baggypants
Copy link
Author

@jofemodo
Copy link
Member

Curiously, it's classified as a "Generator", when it should be a Synthesizer ....

@jofemodo jofemodo reopened this Jan 22, 2020
@jofemodo
Copy link
Member

jofemodo commented Jan 22, 2020

CPU load is huge ....

@Baggypants
Copy link
Author

Yes it is. There are some notes about that here: https://linuxmusicians.com/viewtopic.php?f=24&t=20920#p113885

@Baggypants
Copy link
Author

That's also why it's categorised as 'generator'. It generates heat.

@jofemodo
Copy link
Member

;-DDD

@riban-bw riban-bw transferred this issue from zynthian/zynthian-sys Mar 12, 2024
@riban-bw riban-bw added the Rejected This will not be worked on label Mar 12, 2024
@riban-bw
Copy link

Rejecting this issue. We don't need more heat generators. This plugin fails the cost / benefit analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Rejected This will not be worked on
Projects
Zynthian Tracker
  
Testing
Development

No branches or pull requests

3 participants