Hi all,
I have created a template to set up a DISTRHO Plugin Framework effect
plugin project quickly using the (Python) tool cookiecutter.
https://github.com/SpotlightKid/cookiecutter-dpf-effect
When you have installed cookiecutter, you create a new project with:
cookiecutter https://github.com/SpotlightKid/cookiecutter-dpf-effect
A directory named after the value you gave for repo_name (e.g.
"simplegain") will be created and initialized as a git repository and
DPF added as a git submodule.
Enter the directory and run make:
cd <repo_name>
make
The template compiles a simple gain plugin. Change the implementation in
plugins/<plugin_name>/Plugin<plugin_name>.cpp as needed.
Share & Enjoy!
Chris
Hi everyone
As some of you might know, part of the MOD Team is going to be at the Musikmesse from April 7th to 10th.
Unfortunately it clashes with the miniLAC so, differently from last year’s LAC, we won’t be present at the Conference with the entire team as we did last year.
For those who won’t be able to attend the miniLAC but can get a day trip, we have available some courtesy visitor one-day-passes to the Musikmesse. They are valid in any of the days form 7th to 10th.
If anyone is interested just let us know and we’ll manage a way to hand them over.
Best
Gianfranco Ceccolini
MOD Devices
+49 160 646 9313
gianfranco(a)moddevices.com
Dear miniLAC attendees,
we are very excited to announce our special guest for miniLAC2016:
Linus Torvalds, the creator of the Linux kernel and the awesome VCS git,
himself will attend to the weekend of workshops, lectures and hacking
sessions at c-base next weekend.
All the best and see you at the space station next week!
David
--
David Runge
Schreinerstraße 11
10247 Berlin
http://sleepmap.de
Hi everyone,
I'm looking to display a tracker item in another tracker listing.
eg, I have a "user" tracker named "customers", it contains phone numbers
for each user.
Each user can create items in another tracker named "announcements".
Both trackers have a "user" field.
Now I am using the plugin trackerlist to display an announcement, but for
each of them, how can I display the related "customer" tracker item ?
I was thinking of passing the "user" variable to another trackerlist plugin
as the "filtervalue" option, but can't seem to find a way.
I would be gratefull for any help accomplishing this!
olivier
jalv.select is a little (gtkmm2) GUI to select lv2 plugs from a list and
run them with jalv.
Features:
- select jalv interpreter from combo box,
- select LV2 plugin from list,
- select preset to load from menu
- search plugins by regex or plugin class,
- reload lilv world to catch new installed plugins or presets,
- load plugin with selected preset.
- minimize app to systray (global Hotkey SHIFT+ESCAPE)
- wake up app from systray (global Hotkey SHIFT+ESCAPE)
- left mouse click on systray to show or hide app
- right mouse click to show quit menu item
- command-line start-up options:
-s, --systray start minimized in systray
-H, --high=HIGH start with given high in pixel
- runtime options
echo 'quit' > /tmp/jalv.select.fifo$UID
echo 'show' > /tmp/jalv.select.fifo$UID
echo 'hide' > /tmp/jalv.select.fifo$UID
echo 'systray action' > /tmp/jalv.select.fifo$UID
- keyboard shortcuts
ALT+q or CTRL+q == quit
ALT+r or CTRL+r == refresh plugin list
ESCAPE == deselect preset menu
CTRL+w == hide (minimize to systray icon)
ENTER or SPACE == select
UP, DOWN == select plugin in list
PG_UP, PG_DOWN == scroll plugin list
Depends:
- lilv
- gtkmm-2.4
- Xlib
jalv.select is released into the public domain.
Thanks goes to Christopher Arndt for his continues feedback/suggestions.
So this release is about to archive a flawless desktop integration
within *any* desktop manager and making jalv.select accessible by
keyboard actions.
Check out Chris video here:
https://www.youtube.com/watch?v=RSRDbmTMA98
get the release tar ball here:
https://github.com/brummer10/jalv_select/releases/
get the development source here:
https://github.com/brummer10/jalv_select/tree/master