summaryrefslogtreecommitdiff
path: root/muse2/muse/plugin.cpp
AgeCommit message (Collapse)Author
2013-05-08Yet another MAJOR audio engine and plugin/synth process chain re-write. Tim E. Real
And much more, see ChangeLog, May 8 2013.
2012-12-16Fix some Release build warnings. Several more to do.Tim E. Real
2012-12-11Fix native vst path (VST_NATIVE_PATH, VST_PATH, then preset). Tim E. Real
Also ladspa, dssi paths. Added -help text.
2012-12-07Feature: Native VST instruments support. PLEASE SEE ChangeLog.Tim E. Real
2012-11-17Improved: Deicsonze soft synthesizer: Fixed crash, bugs, added ladspa plugins. Tim E. Real
TODO: No plugin control automation. Log slider/entry ranges. Add delay wet/dry?
2012-09-02plugins can now be groupedFlorian Jung
2012-07-01final mergeFlorian Jung
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-01-03merged with release_2_0Florian Jung
2011-12-21merged againFlorian Jung
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-10-13namespace fixOrcan Ogetbil
2011-10-07clean residual namespace work. fix python control build.Orcan Ogetbil
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-10-03Fixed HUGE massive memory leaks in all things using CItemList, Tim E. Real
and SndFile, dssi, fluidsynth and other huge leaks. Large song with several dssi, vst, fluidsynths leaked 100's of MB, now only ~2MB.
2011-09-17Fixed errors when ladspa plugins not found while loading. Tim E. Real
Fixed forgotten bool to pointer conversion in some calls to song::addTrack, createSynthI.
2011-09-14The sizeHint of Slider is respected, and the plugin window now has a ↵Orcan Ogetbil
reasonable width. Scale support commented out in Slider.
2011-09-12Improvements in rounding corners of meters, sliders; plus some other ↵Orcan Ogetbil
updates. See ChangeLog.
2011-09-10Slight fix: Plugin controls update arranger.Tim E. Real
2011-09-10Removed more namespace artifacts.Tim E. Real
2011-09-10Removed more namespace artifacts. Searched on "MusEGlobal "MusEConfig etc.Tim E. Real
2011-09-10colorful sliders for the pluginsOrcan Ogetbil
2011-09-10namespace fixes and cleanupsOrcan Ogetbil
2011-09-09namespace work (part deux)Orcan Ogetbil
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-09-01Fixed tough old skeleton: Selecting 'previous/next event' in ↵Tim E. Real
Song::execAutomationCtlPopup now moves cursor with exact frame resolution. Reverted controls to full speed (again): Removed too-cautious msgSetVolume, msgSetPan, msgSetPluginCtrlVal. Reviewing some other possibly unneeded too-cautious msgXXX audio messages :) TODO: Fix current automation values (the 'off' value). Removed unused PanKnob from mixer CMakeLists.
2011-08-29Fixed audio automation graph editing. And now 'snaps' to discrete integer or ↵Tim E. Real
bool types. All control movements should update display now. Also slightly changed behaviour of Ctrl class. TODO: Fix some painting corruption, improve discrete display, add transparency etc. etc. Applied compilation patch to rhythmbase.ui by Jean-Damien Durand.
2011-05-10Added general settings audio item: Minimum control process periodTim E. Real
Added Yamaha Mo6 instrument file by Geoff King
2011-05-05Fixed regression: Plugins would not restore saved control state when loading ↵Tim E. Real
song.
2011-05-04feedback display fixRobert Jonsson
2011-05-02More fixes, improvements to ladspa and dssi processing, control responsiveness.Tim E. Real
2011-04-28Small scoreedit and dssi controls out fix. More separation of Alsa/Jack midi ↵Tim E. Real
processing - as a possible fix for crash report by Geoff B. Please see ChangeLog
2011-04-27feedback parametersRobert Jonsson
2011-04-25Overhaul plugin module and add variable run-length ladspa + dssi processing. ↵Tim E. Real
Please see ChangeLog.
2011-04-14Another fix for FLAM GUI controls - 300ms delay before sending control ↵Tim E. Real
values in PluginI::oscUpdate()
2011-04-12Possible fix for FLAM GUI controls - send current control values in ↵Tim E. Real
PluginI::oscUpdate()
2011-04-10Please see ChangeLogTim E. Real
2011-04-01Fixed custom LADSPA DSSI GUI support. Tested OK with FLAM.Tim E. Real
2011-04-01Initial support for custom LADSPA DSSI GUIs, such as those generated by FLAM.Tim E. Real
2011-02-28Added some missing Qt headers.Tim E. Real
2011-02-09Mini MIDI overhaul. Please see ChangeLog.Tim E. Real
2010-12-15Major cleanup in the #includes. Moved the contents of all.h into individal ↵Orcan Ogetbil
files.
2010-12-12Translations are now handled by cmake. Updated the Russian translation. ↵Orcan Ogetbil
Added -l flag to override system locale.
2010-12-10Fixes in plugin and save dialogs. Please see the ChangeLog.Orcan Ogetbil
2010-12-09Converted Qt3 methods to Qt4. Ported song.cppOrcan Ogetbil
2010-12-07Converted all latin1() instances. Ported Qt3 methods to Qt4.Orcan Ogetbil
2010-12-07converted Qt3 methods to Qt4. Cleaned up app.* includes a bit.Orcan Ogetbil
2010-12-06Qt4 ports. Please see the ChangeLog.Orcan Ogetbil