Revisions of yoshimi
Edgar Aichinger (edogawa)
committed
(revision 23)
Edgar Aichinger (edogawa)
committed
(revision 22)
Edgar Aichinger (edogawa)
committed
(revision 21)
Edgar Aichinger (edogawa)
committed
(revision 20)
Edgar Aichinger (edogawa)
committed
(revision 19)
update to version 2.3.3
Edgar Aichinger (edogawa)
accepted
request 1148865
from
Edgar Aichinger (edogawa)
(revision 18)
upstream tarball fix
Edgar Aichinger (edogawa)
accepted
request 1148746
from
Edgar Aichinger (edogawa)
(revision 17)
- updated to version 2.3.2 * The Echo effect can now have separate left and right channel delay times. * Optimisations giving smaller code size and better efficiency. * Small corrections and updates in the User Guide. * Various bugfixes.
Edgar Aichinger (edogawa)
accepted
request 1130482
from
Edgar Aichinger (edogawa)
(revision 16)
- updated to version 2.3.1.3: * BugFix: Rather obscure build failure - not finding inline loadText() Only happens on a headless build. * Updated ParamCheck.cpp/.h copyrights. None of this code predates Kristian's work. * Spelling corrections in User Guide and Control Data - updated to version 2.3.1.2: * Removed errant CR from text, disrupting manual discovery. This was a minor nuisance as it means the check was done on every start not just when there was an actual change. * Commented out some canaries. - changes in version 2.3.1.1: * Revised HTML guide discovery. Also provides guide location to CLI. As this makes a quite detailed scan of the file system it's done in a separate thread so normal startup is not delayed. * Updated Control Data. Also filled in a number of missing entries. * Most of the bugs fixed are related to fairly recent changes. - updated to version 2.3.1: * BugFix: CLI not enabling scales but seeming to do so. * Add CLI warning when scales not enabled but scale action attempted. * Improved some CLI failure messages. * Added detail to CLI scales messages. * Updated docs. * Updated examples. - remove _constraints again as build issue obviously was unrelated - updated to version 2.3.0.3: * BugFix: Crash in legacy PadSynth 'apply' code. It seems that Pkitmode is not recognised at the point where this is tested (InterChange.cpp line 1535) and switching PadSynth on/off from the main Edit window *always* sets the kitnumber greater than the maximim, so testing this sees to be the simplest way of resoving the issue. * BugFix: Some Windows not recognised as from Yoshimi due to it not being in the window title. This has been added to all of them, and will be further improved. * New feature: If the virtual keboard is visible, using the mouse to select instruments from banks will pass computer key focus to the keyboard so that different sounds can be compared without having a MIDI keyboard attached. * Updated some docs. - add _constraints, reserve 16GB memory to ensure succeeding builds - updated to version 2.3.0.1: BugFix: Array bounds error in themes code and incorrect terminator type. - This has been replaced with simpler code and an extra test. * Changed Histories archive to ordinary directory. * Revised Util directory. * Updated some docs. - updated to version 2.3.0 - Painted Bunting * There's been a major overhaul of the graphics for better visibility. * We've added a very complete user-definable colour theme system. * There is indication when any rotary control or slider is not at its default. * Many controls are now high resolution yet both forward and backward compatible with older Yoshimi versions. * All the documentation has been revised. * Full details are in /doc/Yoshimi_2.3.0_features.txt - updated to version 2.2.3 * The Formant editor window has been made a bit more user friendly. * The Command line can now use Yoshimi's Copy/Paste feature and stored presets. * There are also minor bugfixs and general updates. - updated to version 2.2.2.1 - updated to version 2.2.2 - updated to version 2.2.1 (2.2.0 missed a .changes entry) - updated to version 2.1.2.2 - updated to version 2.1.2 - updated to version 2.1.1.1 (bugfix release) - updated to version 2.1.1 - updated to version 2.1.0 - updated to version 2.0.1 - updated to version 2.0 - updated to version 1.7.4 - updated to version 1.7.3 - updated to version 1.7.2 - updated to version 1.7.1 - updated to version 1.7.0 - updated to version 1.6.1 - updated to version 1.6.0.2 - updated to version 1.6.0 - updated to version 1.5.11.3 - updated to version 1.5.10.2 - updated to version 1.5.10.1 (fixes Fedora build problem) - updated to version 1.5.10 - updated to version 1.5.9 - updated to version 1.5.8.2 - updated to version 1.5.7 - updated to version 1.5.6 - updated to version 1.5.4.1 - updated to version 1.5.3 - updated to version 1.5.2 - updated to version 1.5.0 - removed obsolete ncurses patch - changed ncurses patch to a better (actually, a working) version from upstream for now, will be in next release - updated to version 1.4.1 - updated to version 1.4.0.1 - updated to version 1.4.0 - updated to version 1.3.7 - updated to version 1.3.6 - updated to version 1.3.5.1 - updated to version 1.3.4 - updated to version 1.3.3 - updated to version 1.3.1 - updated to version 1.3.0 - added yoshimi-lv2 subpackage - updated to version 1.2.5 - updated to version 1.2.4 - updated to version 1.1.0, fixed fedora build, moved changelog to yoshimi.changes - updated to version 1.0.0 - updated to version 0.060.10 - updated to version 0.060.7-2 (ADDsynth FM buffer fix) - updated to version 0.060.7-1 (tarball with larsl's fix) - updated to version 0.060.7-0 - included larsl's tuning fix patch - updated to version 0.060.1 - updated to version 0.058.1 - initial release (version 0.055.3)
Edgar Aichinger (edogawa)
accepted
request 1130260
from
Edgar Aichinger (edogawa)
(revision 15)
- updated to version 2.3.1.2: * This was a minor nusance as it mean the check was done on every start not just when there was an actual change. * Commented out some canaries. - changes in version 2.3.1.1: * As this makes a quite detailed scan of the file system it's done in a separate thread so normal startup is not delayed. * Updated Control Data. Also filled in a number of missing entries. * Most of the bugs fixed are related to fairly recent changes.
Edgar Aichinger (edogawa)
accepted
request 1114760
from
Edgar Aichinger (edogawa)
(revision 14)
- updated to version 2.3.1: * BugFix: CLI not enabling scales but seeming to do so. * Add CLI warning when scales not enabled but scale action attempted. * Improved some CLI failure messages. * Added detail to CLI scales messages. * Updated docs. * Updated examples.
Edgar Aichinger (edogawa)
accepted
request 1103687
from
Edgar Aichinger (edogawa)
(revision 13)
- remove _constraints again as build issue obviously was unrelated - updated to version 2.3.0.3: * BugFix: Crash in legacy PadSynth 'apply' code. It seems that Pkitmode is not recognised at the point where this is tested (InterChange.cpp line 1535) and switching PadSynth on/off from the main Edit window *always* sets the kitnumber greater than the maximim, so testing this sees to be the simplest way of resoving the issue. * BugFix: Some Windows not recognised as from Yoshimi due to it not being in the window title. This has been added to all of them, and will be further improved. * New feature: If the virtual keboard is visible, using the mouse to select instruments from banks will pass computer key focus to the keyboard so that different sounds can be compared without having a MIDI keyboard attached. * Updated some docs. - add _constraints, reserve 16GB memory to ensure succeeding builds - updated to version 2.3.0.1: BugFix: Array bounds error in themes code and incorrect terminator type. - This has been replaced with simpler code and an extra test. * Changed Histories archive to ordinary directory. * Revised Util directory. * Updated some docs. - updated to version 2.3.0 - Painted Bunting * There's been a major overhaul of the graphics for better visibility. * We've added a very complete user-definable colour theme system. * There is indication when any rotary control or slider is not at its default. * Many controls are now high resolution yet both forward and backward compatible with older Yoshimi versions. * All the documentation has been revised. * Full details are in /doc/Yoshimi_2.3.0_features.txt - updated to version 2.2.3 * The Formant editor window has been made a bit more user friendly. * The Command line can now use Yoshimi's Copy/Paste feature and stored presets. * There are also minor bugfixs and general updates. - updated to version 2.2.2.1 - updated to version 2.2.2 - updated to version 2.2.1 (2.2.0 missed a .changes entry) - updated to version 2.1.2.2 - updated to version 2.1.2 - updated to version 2.1.1.1 (bugfix release) - updated to version 2.1.1 - updated to version 2.1.0 - updated to version 2.0.1 - updated to version 2.0 - updated to version 1.7.4 - updated to version 1.7.3 - updated to version 1.7.2 - updated to version 1.7.1 - updated to version 1.7.0 - updated to version 1.6.1 - updated to version 1.6.0.2 - updated to version 1.6.0 - updated to version 1.5.11.3 - updated to version 1.5.10.2 - updated to version 1.5.10.1 (fixes Fedora build problem) - updated to version 1.5.10 - updated to version 1.5.9 - updated to version 1.5.8.2 - updated to version 1.5.7 - updated to version 1.5.6 - updated to version 1.5.4.1 - updated to version 1.5.3 - updated to version 1.5.2 - updated to version 1.5.0 - removed obsolete ncurses patch - changed ncurses patch to a better (actually, a working) version from upstream for now, will be in next release - updated to version 1.4.1 - updated to version 1.4.0.1 - updated to version 1.4.0 - updated to version 1.3.7 - updated to version 1.3.6 - updated to version 1.3.5.1 - updated to version 1.3.4 - updated to version 1.3.3 - updated to version 1.3.1 - updated to version 1.3.0 - added yoshimi-lv2 subpackage - updated to version 1.2.5 - updated to version 1.2.4 - updated to version 1.1.0, fixed fedora build, moved changelog to yoshimi.changes - updated to version 1.0.0 - updated to version 0.060.10 - updated to version 0.060.7-2 (ADDsynth FM buffer fix) - updated to version 0.060.7-1 (tarball with larsl's fix) - updated to version 0.060.7-0 - included larsl's tuning fix patch - updated to version 0.060.1 - updated to version 0.058.1 - initial release (version 0.055.3)
Edgar Aichinger (edogawa)
accepted
request 1102553
from
Edgar Aichinger (edogawa)
(revision 12)
- updated to version 2.3.0.3: * BugFix: Crash in legacy PadSynth 'apply' code. It seems that Pkitmode is not recognised at the point where this is tested (InterChange.cpp line 1535) and switching PadSynth on/off from the main Edit window *always* sets the kitnumber greater than the maximim, so testing this sees to be the simplest way of resoving the issue. * BugFix: Some Windows not recognised as from Yoshimi due to it not being in the window title. This has been added to all of them, and will be further improved. * New feature: If the virtual keboard is visible, using the mouse to select instruments from banks will pass computer key focus to the keyboard so that different sounds can be compared without having a MIDI keyboard attached. * Updated some docs.
Edgar Aichinger (edogawa)
accepted
request 1100025
from
Edgar Aichinger (edogawa)
(revision 11)
remove _constraints again, memory is not the cause of failure
Edgar Aichinger (edogawa)
committed
(revision 10)
Edgar Aichinger (edogawa)
committed
(revision 9)
Edgar Aichinger (edogawa)
accepted
request 1099497
from
Edgar Aichinger (edogawa)
(revision 8)
- truly reserve 16GB memory
Edgar Aichinger (edogawa)
accepted
request 1099479
from
Edgar Aichinger (edogawa)
(revision 7)
- add _constraints, reserve 16GB memory to ensure succeeding builds - updated to version 2.3.0.1: BugFix: Array bounds error in themes code and incorrect terminator type. - This has been replaced with simpler code and an extra test. * Changed Histories archive to ordinary directory. * Revised Util directory. * Updated some docs.
Edgar Aichinger (edogawa)
accepted
request 1089568
from
Edgar Aichinger (edogawa)
(revision 6)
- updated to version 2.3.0 - Painted Bunting * There's been a major overhaul of the graphics for better visibility. * We've added a very complete user-definable colour theme system. * There is indication when any rotary control or slider is not at its default. * Many controls are now high resolution yet both forward and backward compatible with older Yoshimi versions. * All the documentation has been revised. * Full details are in /doc/Yoshimi_2.3.0_features.txt
Edgar Aichinger (edogawa)
accepted
request 1065546
from
Edgar Aichinger (edogawa)
(revision 5)
- updated to version 2.2.3 * The Formant editor window has been made a bit more user friendly. * The Command line can now use Yoshimi's Copy/Paste feature and stored presets. * There are also minor bugfixs and general updates.
Edgar Aichinger (edogawa)
accepted
request 1046040
from
Edgar Aichinger (edogawa)
(revision 4)
- updated to version 2.2.2.1 - updated to version 2.2.2 - updated to version 2.2.1 (2.2.0 missed a .changes entry)
Displaying revisions 1 - 20 of 23