Skip to content

Commit

Permalink
Misc image updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abrolag committed Apr 20, 2017
1 parent 8511964 commit 0221738
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Changelog
Expand Up @@ -4,6 +4,7 @@ yoshimi 1.5.1.1
* Improved handling of Vectors in state load
* Loading large Midi-learn lists was overloading Gui
so reduced Gui update rate.
* Misc image updates.

2017-4-18 Will
* Corrected AddSynth sound/noise display.
Expand Down
Binary file modified Miscellany/Images/AddSynth.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Miscellany/Images/AddSynthVoiceList.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miscellany/Images/AddVoice.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miscellany/Images/Bank.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Miscellany/Images/Collage.png
Binary file not shown.
Binary file modified Miscellany/Images/Front.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miscellany/Images/Instrument.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miscellany/Images/Keyboard.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miscellany/Images/Kit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Miscellany/Images/MidiLearn.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miscellany/Images/PadSynth.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miscellany/Images/Panel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miscellany/Images/SubSynth.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Miscellany/Images/Vectors.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Misc/ConfBuild.cpp
Expand Up @@ -3,4 +3,4 @@
*/

#define BUILD_NUMBER 1014
#define BUILD_NUMBER 1015
8 changes: 4 additions & 4 deletions src/Misc/Config.cpp
Expand Up @@ -737,18 +737,18 @@ bool Config::restoreSessionData(string sessionfile, bool startup)
{
ok = extractConfigData(xml); // this still needs improving
if (ok)
{
{ // mark as soon as anything changes
synth->getRuntime().stateChanged = true;
for (int npart = 0; npart < NUM_MIDI_PARTS; ++ npart)
{
//synth->part[npart]->defaults();
synth->part[npart]->defaults();
synth->part[npart]->Prcvchn = npart % NUM_MIDI_CHANNELS;
}
ok = synth->getfromXML(xml);
if (ok)
{
xml->endbranch();
xml->endbranch(); // we shouldn't need this here
synth->setAllPartMaps();
synth->getRuntime().stateChanged = true;
}
bool oklearn = synth->midilearn.extractMidiListData(true, xml);
if (oklearn)
Expand Down

0 comments on commit 0221738

Please sign in to comment.