Hi,
GIT repo:
https://github.com/fps/ladspamm
DOXYGEN docs (very minimal):
http://fps.github.com/ladspamm
For my own small side projects I needed a little c++ wrapper lib around LADSPA plugins. Since someone else might be interested in it, too, I put it on github.
ladspamm::world world;
ladspamm::plugin_instance instance(
world.libraries[0]->plugins[0], 48000
);
instance.activate();
instantiates and activates the first found plugin in the first found library..
This is version 0.0.1 so expect bugs and missing features..
Have fun,
Flo
--
Florian Paul Schmidt
http://fps.io
MusE 2.1 Jan 06, 2013
Happy new year everybody and happy new MusE release!
We've tried hard to break tradition and release somewhat quicker than
what we usually been able to.
So without further ado, here we are with a shiny 2.1 release.
Assortment of topics worked on this time around are:
* Native VST support, first drop: effect rack isn't supported yet and
some synths are misbehaving a bit but it should be usable.
* New type of drum track with easier instrument handling
* Improved Wave Editor.
* Improved midi import/export
* Longtime wierdness in MusE, song-type is finally removed
* Improved: Deicsonze soft synthesizer: Fixed crash, bugs, added ladspa plugins
* Added: Request from forums: Auto-start Jack upon MusE startup.
Command-line disable switch -J added
* Added aftertouch controller handling
* Piano KB and drum list show coloured dots when per-pitch controllers
exist or have data.
* Improved: Instrument Editor (controller tab): Redesigned. Fixed MANY bugs
* Improved: Midi controller graph 'Ctrl' popup menus now unified (cascading).
* Improved: built-in templates and removed lots of unneeded definitions
* Improved: Velocity graphs. Icon for showing per-note or all velocities
* Improved: Piano KB has current selected note (yellow). For
velocity/polyaftertouch/other per-note ctrls
* Added 'speaker' icon to drum edit. And drum list and piano keyboard
now obey the 'speaker' icon
* Improved: Multi-port (aka multi-channel) midi import and export
* Added Gain knob on channel strip for audio tracks
* Changed WaveTrack and AudioInput to create mono tracks instead of stereo
* Added: Informative text on Undo/Redo buttons/menu text/tooltips
("Undo AddTrack" etc).
* Fixed CR:3567893 Play Event on note creation
* Bug 3555569, 3555572: New informative ERROR, WARNING and HINT
messages in cmake build script.
* Bug 3555581: No synths listed in Edit menu: main.cpp: Move
initMidiSynth() ahead of MusE.
* Feature request 3565102: FLAC audio file import.
* Fix for forum topic "Ordering of simultaneous events".
* Summer sleep is over! plugins can now be grouped
* Finished the Sysex Editor in the Instrument Editor.
* increased zoom range in arranger, reversed zoom in wave editor
* Internal fluidsynth and simpledrums search project dir for missing
sounds to ease portability, and if no sounds are found a load file
dialog is shown
For more information and additional changes see the changelog:
http://lmuse.svn.sourceforge.net/viewvc/lmuse/trunk/muse2/ChangeLog?revisio…
Find the download at:
https://sourceforge.net/projects/lmuse/files/
MusE on!
The MusE Team
Hi,
I would like to present new simple, console (curses) Jack patch bay.
It's based on Nedko's naconnect, and can be treated as jack version.
It can manage either Jack Audio or Jack MIDI ports.
After each successful connection list selection is moved to next item, this
should speed up workflow. You can switch around all panels using TAB and BTAB
keys, but you can also use left/right arrows for jump to the left/right panels.
It also refresh lists dynamically by using jack graph change callback, so can
be used as simple connection monitor.
http://sourceforge.net/projects/njconnect/
Keep me informed if it useful or bugged (I guess it is) .. or unnecessary crap
;-)
.. and thanks for Nedko Arnaudov for his great piece of code !
BTW. will be nice if someone prominent could add this to Jack site.
Best Regards
Pawel