Changelog for
grandorgue-demo-3.13.3-lp155.1.55.noarch.rpm :
* Wed Mar 06 2024 dliwAATTposteo.net- Update to version 3.13.3:
* Release 3.13.3 (#1764)
* Updated visible copyright year in preparation for a new release.
* Fixed not loading a pipe if some loop was not suitable for crossfade https://github.com/GrandOrgue/grandorgue/issues/1724 (#1763)
* Encapsulated types into GOSoundProviderWave (#1761)
* Fixed a wrong .wav filename in the log message window https://github.com/GrandOrgue/grandorgue/issues/1724 (#1755)
* Increased the maximum allowed number of tremulants to 999. (#1757)
* Moved some files to the loader/cache subdirectory (#1759)
* Renamed some methods added the const qualifier and added some comments (#1751)
* Fixed setting a reverb file name by default to the current directory https://github.com/GrandOrgue/grandorgue/issues/1741 (#1744)
* Fixed crash on enabling convolution reverb https://github.com/GrandOrgue/grandorgue/issues/1741 (#1743)
* Eliminated a lot of copying wxString instances when reading setting files (#1742)
* Fixed hang on Panic button press on MacOs https://github.com/GrandOrgue/grandorgue/issues/1726 (#1736)
* Fixed crash on switching divisionals when a bidirectional devisional coupler was engaged https://github.com/GrandOrgue/grandorgue/issues/1725 (#1737)
* Fixed mutex locker usage (#1739)
* Preparing for a new release (#1729)
* Wed Jan 03 2024 dliwAATTposteo.net- Update to version 3.13.2:
* Release 3.13.2 (#1720)
* Fixed some spelling errors https://github.com/GrandOrgue/grandorgue/issues/1716 (#1718)
* Fixed loading an organ when some configuration entry is out of range https://github.com/GrandOrgue/grandorgue/issues/1696 (#1707)
* Fixed wrong help image https://github.com/GrandOrgue/grandorgue/issues/1674 (#1711)
* Switched to RtAudio 6.0 (#1713)
* Fixed crash when trying to load a sample set with a truncated wave file https://github.com/GrandOrgue/grandorgue/discussions/370 (#1706)
* Fixed crash on closing an organ https://github.com/GrandOrgue/grandorgue/issues/1678 (#1717)
* Preparing for a next release (#1710)
* Tue Nov 07 2023 dliwAATTposteo.net- Update to version 3.13.1:
* Release 3.13.1 (#1702)
* Fixed the maximal value of the \"SYSEX Hauptwerk 32 Byte LCD\" midi send events https://github.com/GrandOrgue/grandorgue/issues/1686 (#1708)
* Switched windows build to wx 3.2.3 https://github.com/GrandOrgue/grandorgue/issues/1600 (#1709)
* Fixed discard in the Organ Settings dialog when multiple objects are selected https://github.com/GrandOrgue/grandorgue/issues/1674 (#1701)
* Moved all Organ Settings dialog buttons to the single button row https://github.com/GrandOrgue/grandorgue/issues/1674 (#1697)
* Fixed pre-commit formatting (#1703)
* Decreased number of decimal digits in the Organ Settings dialog https://github.com/GrandOrgue/grandorgue/issues/1627 (#1695)
* Added a confirmation box when restoring Organ Settings to default https://github.com/GrandOrgue/grandorgue/issues/1674 (#1693)
* Replaced the Cancel and OK buttons in the Organ Settings dialog with the single Close button https://github.com/GrandOrgue/grandorgue/issues/1674 (#1692)
* Fixed change tracking and enabling/disabling the Discard and Apply buttons in the Organ Settings dialog https://github.com/GrandOrgue/grandorgue/issues/1674 (#1689)
* Renamed GOOrganDialog to GOOrganSettingsDialog (#1691)
* Adopted the build instruction and the build scripts to new ubuntu versions https://github.com/GrandOrgue/grandorgue/issues/1673 (#1688)
* Replaced usage of core/atomic.h in favor to std::atomic (#1694)
* Improve concurrency handling (#1685)
* Added deregistering organs in the temporary directory that do not more exist https://github.com/GrandOrgue/grandorgue/issues/1660 (#1682)
* Fixed error messages after multiple runs of GrandOrgue ftom Appimage with a demo organ https://github.com/GrandOrgue/grandorgue/issues/1660 (#1681)
* Preparing for a new release (#1680)
* Sat Oct 28 2023 dliwAATTposteo.net- Update to version 3.13.0:
* Release 3.13.0 (#1669)
* Added const keyword to getting function
* Added note off choice to comparison for event pattern.
* Added capability of control buttons with Control Change MIDI events with different keys but same values using \"Bx Ctrl Change Fixed On Value Toggle\" and \"Bx Ctrl Change Fixed Off Value Toggle\" https://github.com/GrandOrgue/grandorgue/issues/1392 (#1667)
* Changes according to comments on the PR.
* Extracted enums to separate header files (#1664)
* Clarified code of GOMidiEventRecvTab (#1654)
* Added saving dialog positions and sizes https://github.com/GrandOrgue/grandorgue/issues/1035 (#1646)
* Added a changelog entry.
* Fix code formatting.
* Implemented choice of sending Note Off as 0x80 or 0x90 with velocity 0.
* Fix code formatting.
* Implemented choice of sending Note Off as 0x80 or 0x90 with velocity 0.
* Fixed installing dependencies for libwxgtk3-dev (#1652)
* Renamed midi_message_type to GOMidiEvent::MidiType (#1647)
* Moved a common code to the GOMidiConfigurator::ShowConfigDialog (#1641)
* Renamed GOPanelView to GOGUIPanelView and moved to the gui directory (#1636)
* Increased the maximum value of Pipe999LoopCrossfadeLength and Pipe999ReleaseCrossfadeLength. Now they are 3000 https://github.com/GrandOrgue/grandorgue/issues/1612 (#1619)
* Preparing for a new release (#1634)
* Release 3.12.3 (#1632)
* Fixed saving manual switches as global in yaml https://github.com/GrandOrgue/grandorgue/issues/1599 (#1630)
* Extracted saving panel size and position code into the separate class GOGUISizeKeeper (#1625)
* Fixed convolution enabling warrning in the Settings dialog https://github.com/GrandOrgue/grandorgue/issues/1617 (#1621)
* Added associating of a switch with a manual https://github.com/GrandOrgue/grandorgue/issues/1599 (#1618)
* Fixed \"Release Length is not valid\" error when applying changes for several Organ Settings objects at once https://github.com/GrandOrgue/grandorgue/issues/1601 (#1620)
* Fixed saving all combinations as full (#1614)
* Fix GCC 12 compiler warnings (#1606)
* Passing GOManual instead of manualNumber into GOCombinationDefinition::InitDivisional (#1615)
* Preparing for a new release (#1609)
* GOProgressDialog: set icon (#1608)
* Release 3.12.2 (#1598)
* Fixed size of the Organ Settings Dialog https://github.com/GrandOrgue/grandorgue/issues/1415 (#1594)
* Fixed some rpmlint warnings (#1597)
* Removed usages of GOOrganController from model (#1595)
* Correct window icon (#1587)
* Removed usage of GOOrganController from GOManual (#1592)
* Fixed absence of the Help button on the Organ Setting dialog https://github.com/GrandOrgue/grandorgue/issues/1416 (#1591)
* Fixed displaying buttons if the manual is not visible https://github.com/GrandOrgue/grandorgue/issues/1566 (#1590)
* Added the global function get_go_icon (#1589)
* Removed usage of GOOrganController from combinations/control (#1586)
* Made GODialog as a class template https://github.com/GrandOrgue/grandorgue/issues/1416 (#1585)
* Moved Initialisation of General and Divisional templates from GOOrganController to GOOrganModel (#1582)
* Extracted GOVirtualCouplerController from GOGUICouplerPanel (#1580)
* Eliminated multiple gettings MidiMap in GOManual (#1574)
* Extracted abstraction of GOCombinationController from GOSetter (#1573)
* Fixed capability of running on MacOs 11.3 (#1575)
* Extracted GODialog from GOTabbedDialog (#1572)
* Fixed \"The devive does not support requested channel count\" error when using an USB audio card on MacOS https://github.com/GrandOrgue/grandorgue/issues/1550 (#1569)
* Preparing for a new release (#1567)
* Tue Jun 20 2023 dliwAATTposteo.net- Update to version 3.12.1:
* Release 3.12.1 (#1565)
* - Fixed not storing switch state in combinations in organs with panels of the new style https://github.com/GrandOrgue/grandorgue/issues/1498 (#1564)
* Extracted a common code of calculating m_IsToStoreInDivisional and m_IsToStoreInGeneral to GODrawstop::SetupIsToStoreInCmb https://github.com/GrandOrgue/grandorgue/issues/1498 (#1562)
* Extracted a common code from GOGUIPanel::Load (#1561)
* Renamed GODrawStop::StoreInDivisional to IsToStoreInDivisional, GODrawStop::StoreInGeneral to IsToStoreInGeneral https://github.com/GrandOrgue/grandorgue/issues/1498 (#1560)
* Fixed displaying light of various combination buttons https://githubcom/GrandOrgue/grandorgue/issues/1536 (#1558)
* Fixed saving empty and scoped combinations to yaml https://github.com/GrandOrgue/grandorgue/issues/1531 (#1547)
* Moved GOOrganController::MarkSectionInUse to GOConfigReader (#1543)
* Fixed bug of GC not working on manual with only a single stop https://github.com/GrandOrgue/grandorgue/issues/1556
* Preparing a new release (#1546)
* Fixed installation on linux with another yaml-cpp version than 6.2 https://github.com/GrandOrgue/grandorgue/issues/1548 (#1551)
* Release 3.12.0 (#1541)
* Removed using of GOOrganController in GOWindchest (#1539)
* Removed unnecessary inclusion of GOOrganModel from some model files (#1537)
* Added GrandOrgueTool and GrandOrguePerfTest man pages for linux https://github.com/GrandOrgue/grandorgue/issues/1419 (#1535)
* Reverted default display of GeneralPrev and GeneralNext.
* Fixed installing dependencies for osx and windows (#1529)
* Removed usage of GOOrganController from combinations/model (#1527)
* Updated appdata file with new license header and correct homepage address.
* Fixed compilation errors (#1526)
* Removed usage of GOOrganController from GOButtonControl and derivatives (#1517)
* Moving controlling buttons from GOCombination::Push derivatives to GOSetter (#1519)
* Fixed warning \"temperament would retune pipe by more than 600 cents\" for retuned pipes https://github.com/GrandOrgue/ODFEdit/discussions/11#discussioncomment-5877020 (#1524)
* Increased the maximum value of Enclosures from 50 to 999 https://github.com/GrandOrgue/grandorgue/issues/1484 (#1521)
* Added a new set of manual key bitmaps and one new bitmap for drawstops.
* Preparing for the new release (#1518)
* Release 3.11.2 (#1515)
* Removed usage of GOOrganController from GOEnclosure (#1516)
* Fixed some warnings when compiling with GCC 13 (#1514)
* Fixed some rpmlint errors https://github.com/GrandOrgue/grandorgue/issues/1419 (#1503)
* Added r_MidiMap and r_setter member variables in some classes (#1511)
* Preparing for a new release (#1509)
* Fixed crash on loading organ with general of divisional buttons https://github.com/GrandOrgue/grandorgue/issues/1512 (#1513)
* Removed usage of GOOrganController in GOMidiShortcutReceiver (#1510)
* Renamed some GOPipe methods (#1505)
* Removed dependency on GOOrganController from GORank (#1504)
* Renamed and moved GOKey classes (#1502)
* Release 3.11.1 (#1497)
* Fixed processing yaml combinations on organs with invisible couplers https://github.com/GrandOrgue/grandorgue/issues/1489 (#1492)
* Added passing the new button state to GOButtonCallback::ButtonStateChanged and GOElementCreator::ButtonStateChanged (#1494)
* Fixed build for macos (#1496)
* Moved CmbProperties from GOOrganController to GOOrganModel (#1495)
* Renamed CouplerID to CouplerIndexInDest (#1493)
* Fixed uncompatibility with recent linux distros https://github.com/GrandOrgue/grandorgue/issues/1480 (#1491)
* Added support of negative y-axis adjustment of manual keys https://github.com/GrandOrgue/grandorgue/issues/1485 (#1488)
* Fixed opening an organ with more than 50 windchest groups https://github.com/GrandOrgue/grandorgue/issues/1484 (#1487)
* Removed usage of GOOrganController from GOMidiSender (#1479)
* Update Hungarian translation (#1483)
* Updated Swedish translation
* Preparing for a next release (#1481)
* Release 3.11.0 (#1476)
* Added capability of nanigating over, loading and saving the YAML combinations files on the Combination Setter panel https://github.com/GrandOrgue/grandorgue/issues/1196 (#1475)
* Reworked marking the current organ as changed (#1469)
* Added capability of specifying a size of the label (#1468)
* Moved notification on combination change from combinations to the controls and the setters (#1467)
* Added the filename to an error message when the file not found (#1460)
* Added forgotten changelog entry about https://github.com/GrandOrgue/grandorgue/issues/1195 (#1466)
* Used the GOModificationProxy abstraction (#1455)
* Reimplementing GOMidiSenderEventPatternList and GOMidiSenderEventPatternList with a template GOMidiEventPatternList (#1456)
* Added capability of redefining GOGUILabel font properties (#1463)
* Added new larger label images
* Added capability of using GOLogicalColour constants outside the config (#1464)
* Moved GOBitmap, GODC and GOFont to the gui/primitives subdirectory (#1462)
* Added capability of importing yaml combinations https://github.com/GrandOrgue/grandorgue/issues/1195 (#1458)
* Added saving info to the combination yaml https://github.com/GrandOrgue/grandorgue/issues/1195 (#1450)
* Renamed GOCombinationDefinition inner types fields an methods (#1452)
* Added FindXXXByName methods for all objects used in combinations (#1451)
* Renamed combination fields in GODivisionalButtonControl and GOGeneralButtonControl (#1449)
* Added using yaml-cpp in GrandOrgue Builds https://github.com/GrandOrgue/grandorgue/issues/1195 (#1447)
* Removed GODocument::ImportCombination (#1445)
* Fix compile-time errors with GCC 13 https://github.com/GrandOrgue/grandorgue/discussions/1434
* Removed support of old linux distros (with libc6 versions before 2.31) https://github.com/GrandOrgue/grandorgue/discussions/1334 (#1446)
* Bugfix/build on osx (#1437)
* Removed old cmake files (#1436)
* Got rid of dependency on GOOrganController of GOSoundingPipe (#1435)
* Removed extra includes from GOSettingDialogs (#1433)
* Unified build scripts for windows (#1432)
* Refactored preparing OS scripts for linux (#1430)
* Removed dependency on GOOrganController from GOCombinationDefinition (#1441)
* Removed dependency on GOOrganController from GOMidiReceiver (#1427)
* Using soundEngine throught GOSoundStateHandler instance instead of GOOrganController (#1420)
* Fixed the translation of the desktop icon on Linux https://github.com/GrandOrgue/grandorgue/issues/1429 (#1431)
* Beautified GORank::SetKey and renamed GORank (#1424)
* Moved GOEventDistributor::ControlChanged to GOEventHandlerList::SendControlChanged (#1421)
* Fixed copyright in cmake files (#1414)
* Updates copyright headers (#1409)
* Removed GOSoundStateHandler::StartPlaybook() (#1412)
* Default implementation of GOSoundStateHandler::AbortPlaybook and GOSoundStateHandler::PrepareRecording (#1411)
* Declared GODocument::ShowMIDIEventDialog to a separate class GOMidiDialogCreator (#1410)
* Simplified code of GOSoundingPipe (#1406)
* Added support of labels without background image by specifying DispImageNum=0 https://github.com/GrandOrgue/grandorgue/issues/1386 (#1402)
* Added capability of overriding wav MIDIPitchFraction with the Pipe999MIDIPitchFraction key https://github.com/GrandOrgue/grandorgue/issues/1378 (#1396)
* Renamed class GOPlaybackStateHandler to GOSoundStateHandler and moved to sound (#1403)
* Preparing for a new release (#1408)
* Sun Feb 26 2023 dliwAATTposteo.net- Update to version 3.10.1:
* Release 3.10.1 (#1405)
* Fixed crash on loading an incorrect organ (#1401)
* Moved GOCoupler and GODivisionalCoupler and GODrawStop to the model subdirectory (#1400)
* Preparing for a new release (#1393)
* Release 3.10.0 (#1389)
* Added storing the GrandOrgueVersion key in the Organ Settings file https://github.com/GrandOrgue/grandorgue/issues/1375 (#1388)
* Added capability of redefining ReleaseLength and IgnorePitch on each level of Organ Settings (#1380)
* Changed defaults for the General Setter elements to Piston https://github.com/GrandOrgue/grandorgue/issues/1360 (#1382)
* Introduced the WX_ORGAN constant for avoiding multiple char-to-wxstring conversions in GOOrganController (#1384)
* Splitted Tuning Organ Settings to ManualTuning and AutoTuningCorrection https://github.com/GrandOrgue/grandorgue/issues/1333 (#1370)
* Fixed duplicating packaged organs in the organ list https://github.com/GrandOrgue/grandorgue/issues/1367 (#1377)
* Fixed displaying a popup window when a cache had been created with another GO version https://github.com/GrandOrgue/grandorgue/issues/1363 (#1376)
* Fixed not saving midi settings of divisional buttons https://github.com/GrandOrgue/grandorgue/issues/1350 (#1371)
* Added PitchCorrection for organs and windchest. Pipe999PitchCorrection became additive to PitchCorrection of the rank, of the windchest and of the organ https://github.com/GrandOrgue/grandorgue/issues/1351 (#1366)
* Renamed OriginalTuning to PitchTuning in fields and methods names (#1362)
* Added full support of \'/\' as the directory sepearator in ODF unless \"CheckODF for HW1-compatibility\" is set https://github.com/GrandOrgue/grandorgue/issues/827 (#1361)
* Added support of ODF comments from \';\' at any position to the end of line https://github.com/GrandOrgue/grandorgue/issues/828 (#1359)
* Moved ReleaseTail to GOPipeConfig (#1340)
* Fixed changing .htb files on each build (#1358)
* Preparing for a new release. (#1355)
* Moved several methods of loading an organ from GODocument to GOFrame::LoadOrgan (#1352)
* Release 3.9.5 (#1353)
* Fixed saving position when some panel is outside the screen area https://github.com/GrandOrgue/grandorgue/issues/1271 (#1342)
* Refactor/goframe controller (#1347)
* Renamed class GOReleaseAlignTable to GOSoundReleaseAlignTable (#1344)
* Fixed playing release samples for very short notes https://github.com/GrandOrgue/grandorgue/issues/1222 (#1343)
* Refactored temperament tuning (#1341)
* Renamed GOOrganController::m_PipeConfig to m_RootPipeConfigNode and moved to GOOrganModel (#1332)
* Fixed help: the wrong panal positioning on wayland was documented https://github.com/GrandOrgue/grandorgue/issues/1271 (#1331)
* Moved IgnorePitch from GOOrganController to GOPipeConfig (#1330)
* Restored capability of logging all file-not-existing errors while loading samples (#1329)
* Help: fixed errors, typos and some inconsistencies (#1322)
* Fixed typo in an error message (#1326)
* Renamed an moved some files (#1320)
* Switched GOSOundingPipe from using GOOrganController::GetSettings to GOOrganModel::GetConfig (#1321)
* Moved usages of GOFileStore from GOLoaderFilename::Assign to GOLoaderFilename::Open (#1319)
* Fixed continuing loading an organ after an exception in one thread (#1318)
* Fixed error message of loading an object without the name of this object (#1316)
* Fixed size of text fields in the Organ Settings dialog on OsX https://github.com/GrandOrgue/grandorgue/issues/1315 (#1317)
* Preparing for a new release (#1314)
* Tue Dec 13 2022 dliwAATTposteo.net- Update to version 3.9.4:
* Release 3.9.4 (#1313)
* Fixed starting 3.9.3 on Windows https://github.com/GrandOrgue/grandorgue/issues/1311 (#1312)
* Preparing for a new release (#1310)
* Fixed an old version number in the gnome application metadata https://github.com/GrandOrgue/grandorgue/issues/1304 (#1309)
* Fixed switching off generals when using crescendo in not override mode https://github.com/GrandOrgue/grandorgue/issues/1299 (#1308)
* Release 3.9.3 (#1307)
* Fixed incorrect error messages of GrandOrguePerf https://github.com/GrandOrgue/grandorgue/issues/1280 (#1306)
* Fixed exit from GrandOrgue with an unhandled exception occurred on loading an organ (#1305)
* Added resource directory to GOFileStore (#1303)
* Added capability of using filestore at GOCachedObject::LoadData (#1302)
* Replace using of loop_load_info with GOWaveLoop (#1300)
* Extracted the file-finding logic from GOOrganController to the new class GOFileStore (#1301)
* Fixed displaying output volume indicators on OSx https://github.com/GrandOrgue/grandorgue/issues/1255 (#1296)
* Fixed sending midi-off events from generals and another pushbuttons https://github.com/GrandOrgue/grandorgue/issues/1291 (#1295)
* Fixed crashing on exit in some cases (#1294)
* Extracted GO_WAVE_LOOP from GOWave to a separate file and renamed to GOWaveLoop (#1293)
* Moved checking of HW1-compatibility filenames from GOLoaderFilename::Asign to the new method GOConfigReader::ReadFileName (#1292)
* Preparing for a new release (#1288)
* Moved GOFilename to the loader/GOLoaderFilename (#1289)
* Release 3.9.2 (#1282)
* Fixed sending incorrect midi values from an enclosure https://github.com/GrandOrgue/grandorgue/issues/1267 (#1281)
* Fixed not sending midi events from pushbuttons, including GC https://github.com/GrandOrgue/grandorgue/issues/1220 (#1279)
* Fixed sending a midi event from an enclosure when it\'s value is not changed https://github.com/GrandOrgue/grandorgue/issues/1206 (#1276)
* Renamed some GOMidiEventXXX classes (#1274)
* Removed GOOrganController references from model/pipe-config (#1273)
* Fixed processing enclosures with high value is less than low value https://github.com/GrandOrgue/grandorgue/issues/1266 (#1270)
* Renamed GOModel to GOOrganModel (#1269)
* Got rid dependency on GOOrganController from GOPipeConfig (#1264)
* Renamed GOSoundingPipe::m_PipeConfig to m_PipeConfigNode for matching with the class name (#1261)
* Added config to GOModel (#1262)
* Moved PipeConfig-related classes to the model/pipe-config subdirectory (#1260)
* Moved usage of GOMemoryPool from constructors to the LoadXXX methods (#1259)
* Removed usage of GOOrganController from GOPipe (#1258)
* Extracted model-related part from GOEventDistributor to GOEventHandlerList (#1257)
* Refactored work distribution code on loading organ in parallel threads (#1256)
* Preparing for a new release (#1254)
* Renamed GODefinitionFile to GOOrganController (#1251)
* Sat Nov 19 2022 dliwAATTposteo.net- Update to version 3.9.1:
* Release 3.9.1 (#1250)
* Fixed crash on loading an organ without a pedal https://github.com/GrandOrgue/grandorgue/issues/1249 (#1252)
* Fixed SYSEX Hauptwerk max. length in MIDI event editor https://github.com/GrandOrgue/grandorgue/issues/1207 (#1246)
* Removed extra class GOGUIMessageStataTracker (#1248)
* Bugfix/GitHub actions (#1247)
* Removed the old thread synchronisation code (without GO_STD_MUTEX) (#1245)
* Fixed enclosure value calculation https://github.com/GrandOrgue/grandorgue/issues/1203 (#1244)
* Moved organ model source files to the model subdirectory (#1243)
* Renamed some midi-related classes and moved to separate files https://github.com/GrandOrgue/grandorgue/issues/1203 (#1241)
* Fixed controlling stops with a touchscreen on Raspberry Pi https://github.com/GrandOrgue/grandorgue/issues/1208 (#1240)
* Preparing for the new release (#1238)
* Release 3.9.0 (#1226)
* Fixed playing multitrack midi files with changes of tempo https://github.com/GrandOrgue/grandorgue/discussions/1225 (#1232)
* Fixed displaying audio ports on OSx https://github.com/GrandOrgue/grandorgue/issues/1216 (#1230)
* Added divisional combination banks https://github.com/GrandOrgue/grandorgue/issues/708 (#1211)
* Correct spell errors (#1227)
* Renamed audio ports: Pa to PortAudio and Rt to RtAudio https://github.com/GrandOrgue/grandorgue/issues/1216 (#1223)
* Fixed size of the Organ Selection Dialog https://github.com/GrandOrgue/grandorgue/issues/1215 (#1221)
* Fixed generals buttons behaviour with the crescendo in add mode https://github.com/GrandOrgue/grandorgue/issues/1209 (#1219)
* Fixed an empty stop set to a general combination https://github.com/GrandOrgue/grandorgue/issues/1212 (#1214)
* Fixed \"Invalid format specifier error\" when reading a setting file (#1210)
* Moved and renamed combination-related classes to the combination dirs, GUI control classes to the control dir (#1197)
* Preparing for the new release (#1201)
* Use CMAKE_INSTALL_LIBDIR to specify LIBINSTDIR on Linux (#1155)
* Fix various typos (#1204)
* Fri Oct 28 2022 dliwAATTposteo.net- Update to version 3.8.0:
* Release 3.8.0 (#1191)
* Fixed setting an empty stop set to a divisional combination https://github.com/GrandOrgue/grandorgue/issues/1068 (#1190)
* Added capability of switching between the Add and the Override crescendo mode https://github.com/GrandOrgue/grandorgue/issues/1170 (#1187)
* Fixed an incorrect link in the help file https://github.com/GrandOrgue/grandorgue/issues/1184 (#1188)
* Fixed rebuilding cache every time upon the appimage start https://github.com/GrandOrgue/grandorgue/issues/1174 (#1185)
* Correct Hungarian translation (#1181)
* Fixed building appimage in an ubuntu container (#1179)
* Prepare for the new release. (#1175)
* Release 3.7.1 (#1169)
* Fixed translation of temperaments\' names https://github.com/GrandOrgue/grandorgue/issues/1104 (#1164)
* Fixed saving ReleaseTail https://github.com/GrandOrgue/grandorgue/issues/1161 (#1165)
* Moved build for OsX to OsX 11 (#1163) https://github.com/GrandOrgue/grandorgue/discussions/1149
* Preparing for the new release (#1160)
* Fixed a wrong release header (#1157)
* Release 3.7.0
* Fixed packaging for OSx https://github.com/GrandOrgue/grandorgue/issues/1135 (#1151)
* Change GO_USE_JACK usage and link golib to jack (#1154)
* Enhanced German translation (#1117)
* Reorganised the Organs tab of the Settings dialog https://github.com/GrandOrgue/grandorgue/issues/1119
* Fixed build for windows on github (#1146)
* Added capability of restoring organ settings values for all subobjects https://github.com/GrandOrgue/grandorgue/issues/1129 (#1132)
* Preparing for a new release (#1130)
* Release 3.6.7 (#1128)
* Added publishing debug symbols on windows builds https://github.com/GrandOrgue/grandorgue/issues/853 (#1127)
* Preparing for a new release (#1125)
* Release 3.6.6
* Fixed help issues https://github.com/GrandOrgue/grandorgue/issues/1066 (#1115)
* Fixed saving organ settings on closing an organ or on finishing GrandOrgue https://github.com/GrandOrgue/grandorgue/issues/1069 (#1112)
* Renamed close-related methods of GOFrame https://github.com/GrandOrgue/grandorgue/issues/1069 (#1111)
* Fixed setting up output midi events for all devices https://github.com/GrandOrgue/grandorgue/issues/1097 (#1110)
* Preparing for the new release (#1108)
* Release 3.6.5 (#1107)
* Fixed not saving the main window position and size in organ settings https://github.com/GrandOrgue/grandorgue/issues/1093 (#1106)
* Fixed sound distortion while a reveberation is active https://github.com/GrandOrgue/grandorgue/issues/983 (#1105)
* Fixed hang on reopening sound device (exit from settings, Panic) while a reveberation is active https://github.com/GrandOrgue/grandorgue/issues/983 (#1101)
* Add missing strings to the Hungarian translation (#1102)
* Introduce USE_INTERNAL_ZITACONVOLVER (#1099)
* Preparing for the new release (#1098)
* GrandOrguePerfTest needs to be linked against libjackd when GO uses Jack (#1094)
* Sat Mar 26 2022 dliwAATTposteo.net- Update to version 3.6.4:
* Release 3.6.4 (#1088)
* Updated copyright (#1085)
* Added submodule ZitaConvolver (#1084)
* Added distribution of GrandOrguePerfTest and test files in the GrandOrgue package https://github.com/GrandOrgue/grandorgue/issues/868 (#1076)
* Added the image file name to messages on loading this image https://github.com/GrandOrgue/grandorgue/issues/1063 (#1070)
* Fixed limits for PGM numbers of the Cx Program Change Range midi event https://github.com/GrandOrgue/grandorgue/issues/1058 (#1071)
* Fixed allowing to select disabled devices in the Midi Event Dialog https://github.com/GrandOrgue/grandorgue/issues/1044 (#1072)
* Clarified the guide how to obtain submodule sources manually in the BUILD.md https://github.com/GrandOrgue/grandorgue/issues/1062 (#1065)
* Preparing for 3.6.4 (#1064)
* Release 3.6.3 (#1061)
* Added the wave file name to an error message related to a certain sample file https://github.com/GrandOrgue/grandorgue/discussions/1055
* Fixed console output of GrandOrgueTool under windows https://github.com/GrandOrgue/grandorgue/issues/949
* Moved some files from core to grandorgue (#1053)
* Feature/midi event help (#1052)
* Updated the Hungarian translation
* Moved some GUI files from core to grandorgue
* Fixed building help files for windows on a minimal linux systems
* Rewrote GOSettingsDialog to use wxWidget intended style of data transfer https://github.com/GrandOrgue/grandorgue/issues/1001
* Bugfix/help overlapped (#1039)
* Bugfix/settings audio scroll (#1038)
* - Fixed navigation from the Setting dialog pages to help with non-english language https://github.com/GrandOrgue/grandorgue/issues/1003 (#1033)
* Fixed segfault on exit GrandOrgue (#1037)
* Added GODialogCloser and rewrote GOSPlash (#1031)
* Prepared for the new version (#1024)
* Feature/restructure dialogs p1 (#1022)
* Release 3.6.2 (#1020)
* Fixed \"Copy current receive event\" (#1008)
* Fixed automatic opening the Reverb settings page when there were no active midi devices https://github.com/GrandOrgue/grandorgue/issues/1002 (#1012)
* Preparing for 3.6.2. (#1015)
* Fixed matching midi events with midi devices https://github.com/GrandOrgue/grandorgue/issues/1000 (#1007)
* Prepared for fixing MidiSendDialog https://github.com/GrandOrgue/grandorgue/issues/985
* Release 3.6.1
* Fixed a compilation issue of RtMidi 5.0
* Switched to RtMidi 5.0.0
* Updating French translation https://github.com/GrandOrgue/grandorgue/discussions/934
* Updated the Swedish translation
* Switched to RtAudio 5.2.0
* Updating Spanish translation https://github.com/GrandOrgue/grandorgue/discussions/934
* Update pl.po
* Update po/pl.po Co-authored-by: Paweł Szajna
* Updating Polish translation https://github.com/GrandOrgue/grandorgue/discussions/934
* Update de.po
* Update de.po
* Update de.po
* Update de.po
* Update de.po
* Update de.po
* Update de.po
* Prepared for the German translation
* Fixed processing of debounce time for Bx Controller events https://github.com/GrandOrgue/grandorgue/issues/967
* Fixed navigating to help from the Settings dialog
* Fixed size of the Load organ dialog https://github.com/GrandOrgue/grandorgue/issues/963
* Preparing for new release
* Update CHANGELOG.md
* Update fr.po
* Update fr.po
* Release 3.6.0
* Renamed \"Initial MIDI Setup\" to \"Initial MIDI\"
* Fixed the bracket style https://github.com/GrandOrgue/grandorgue/issues/966
* Fixed crash under OSx when closing a MIDI event dialog opened from a Settings window https://github.com/GrandOrgue/grandorgue/issues/966
* Corrected wrong linkend identifier
* Fixed alignment of the Reason button in the Settings dialog
* Updated help of Settings https://github.com/GrandOrgue/grandorgue/issues/948
* Fixed layout on the Reverb tab https://github.com/GrandOrgue/grandorgue/issues/948
* Fixed alignment on the Options tab https://github.com/GrandOrgue/grandorgue/issues/948
* Merged Organs and Organ Packages https://github.com/GrandOrgue/grandorgue/issues/948
* Renamed GOSettingsOrgan to GOSettingOrgans
* Changed settings tab order https://github.com/GrandOrgue/grandorgue/issues/948
* Fixed sizing of the Audio tab https://github.com/GrandOrgue/grandorgue/issues/948
* Removed AudioGroups tab https://github.com/GrandOrgue/grandorgue/issues/948
* Added AudioGroup controls to the Audio tab https://github.com/GrandOrgue/grandorgue/issues/948
* Fixed formatting https://github.com/GrandOrgue/grandorgue/issues/948
* Added Audio Group box to the Audio Tab https://github.com/GrandOrgue/grandorgue/issues/948
* Fixed formatting https://github.com/GrandOrgue/grandorgue/discussions/934
* Processed renaming https://github.com/GrandOrgue/grandorgue/issues/948
* Renamed GOSettingsAudioOutput to GOSettingsAudio https://github.com/GrandOrgue/grandorgue/issues/948
* Added changelog and renamed GOStdPath::GetGrandOrgueDir to GetGrandOrgueSubdir https://github.com/GrandOrgue/grandorgue/discussions/934
* Changed default organ cache and organ settings directories to ones inside the GrandOrgue directory https://github.com/GrandOrgue/grandorgue/discussions/934
* Changed default organ cache and organ settings directories to ones inside the GrandOrgue directory https://github.com/GrandOrgue/grandorgue/discussions/934
* Redesigned the Paths settings tab https://github.com/GrandOrgue/grandorgue/issues/948
* Fixed formattings https://github.com/GrandOrgue/grandorgue/issues/948
* Fixed formatting https://github.com/GrandOrgue/grandorgue/issues/948
* Renamed Defaults to Paths https://github.com/GrandOrgue/grandorgue/issues/948
* Renamed files Defaults to Paths https://github.com/GrandOrgue/grandorgue/issues/948
* Simplified Paths settings https://github.com/GrandOrgue/grandorgue/issues/948
* Processed renaming files GOSettingsOption to GOSettingsOptions https://github.com/GrandOrgue/grandorgue/issues/948
* Renamed files GOSettingsOption to GOSettingsOptions https://github.com/GrandOrgue/grandorgue/issues/948
* Renamed class GOSettingsOption to GOSettingsOptions https://github.com/GrandOrgue/grandorgue/issues/948
* [IMP] pre-commit: Add PenaltyReturnTypeOnItsOwnLine
* [IMP] pre-commit: Keep only non default clang settings
* [IMP] pre-commit: Change Init indent to 2
* [IMP] pre-commit: Use pre-commit repo instead
* [IMP] pre-commit: Use all Google style defaults
* [IMP] pre-commit: Specify to use config file for formatting
* [IMP] CHANGELOG.md: Add clang-format support
* [IMP] pre-commit: format using clang
* [IMP] pre-commit: Add clang options
* [IMP] pre-commit: Use only clang
* [IMP] pre-commit: Use formatting
* Renamed m_Settings and m_settings variables to m_config
* Renamed classes Settings to GOSettings
* Renamed class GOSettings to GOConfig
* Fixed include
* Renamed and moved settings files
* Preparing for the new release
* Release 3.5.0
* Fixed comments and formattings
* Fixed typo in CHANGELOG.md
* Added default regexe patterns for matching MIDI devices with alsa, jack and winmm https://github.com/GrandOrgue/grandorgue/issues/885
* Some corrections according to the CR comments: https://github.com/GrandOrgue/grandorgue/issues/885
* Added validation of regex existance when the logical and the physical midi device names differ https://github.com/GrandOrgue/grandorgue/issues/885
* Added the changelog entry https://github.com/GrandOrgue/grandorgue/issues/885
* Added help on midi matching https://github.com/GrandOrgue/grandorgue/issues/885
* Removing unlisted midi devices with duplicate logical names https://github.com/GrandOrgue/grandorgue/issues/885
* Added the Matching button https://github.com/GrandOrgue/grandorgue/issues/885
* Renamed GOMidiDeviceConfig::List to GOMidiDeviceConfig::RefVector https://github.com/GrandOrgue/grandorgue/issues/885
* Separated file GOSettingsMidiDeviceList https://github.com/GrandOrgue/grandorgue/issues/885
* Added capability of removing midi devices with duplicate logical names https://github.com/GrandOrgue/grandorgue/issues/885
* Added typedef GOMidiDeviceConfig::List https://github.com/GrandOrgue/grandorgue/issues/885
* Fixed not saving midi device regex https://github.com/GrandOrgue/grandorgue/issues/885
* Added capability of erasing an element from ptr_vector https://github.com/GrandOrgue/grandorgue/issues/885
* Fixed bug in midi device config list iterator https://github.com/GrandOrgue/grandorgue/issues/885
* Add support for building against system-wide RtAudio and RtMidi libraries
* Fixed tabs
* Changed formatting https://github.com/GrandOrgue/grandorgue/issues/885
* Added MidiDeviceConfig object https://github.com/GrandOrgue/grandorgue/issues/885
* Changed formatting according to the CR https://github.com/GrandOrgue/grandorgue/issues/885
* Unified lists of MidiIn and MidiOut devices https://github.com/GrandOrgue/grandorgue/issues/885
* Fixed formatting
* Fixed formatting
* Fixed closing midi on opening the Settings dialog https://github.com/GrandOrgue/grandorgue/issues/796
* Applied suggested changes from the CR
* Modified help for the MIDI device settings page
* Added a setting option whether to check for existence of active midi devices on startup https://github.com/GrandOrgue/grandorgue/issues/796
* Added capability of switching automatic adding new midi devices https://github.com/GrandOrgue/grandorgue/issues/703
* Added capability of enabling and disabling particular MIDI APIs https://github.com/GrandOrgue/grandorgue/issues/703
* Adding new controls to the MIDI settings https://github.com/GrandOrgue/grandorgue/issues/703
* Separated constructing controls and filling with values https://github.com/GrandOrgue/grandorgue/issues/703
* Added additional midi settings https://github.com/GrandOrgue/grandorgue/issues/703
* Eliminated extra include https://github.com/GrandOrgue/grandorgue/issues/703
* Extracted GOSettingsPorts from SettingsAudioOutput https://github.com/GrandOrgue/grandorgue/issues/703
* GOMidiPortsFactory started inheritance from GOPortFactory https://github.com/GrandOrgue/grandorgue/issues/703
* Added the GOPortFactory and GOSoundPortFactory classes and extracted a part from GOSoundPort there https://github.com/GrandOrgue/grandorgue/issues/703
* Added the copyright headers to GOPortsConfig https://github.com/GrandOrgue/grandorgue/issues/703
* Renaming classes according to the new filenames https://github.com/GrandOrgue/grandorgue/issues/703
* Fixed compiling with the renamed files https://github.com/GrandOrgue/grandorgue/issues/703
* Renamed and moved some files: preparing for using GOPortsConfig with both sound and midi https://github.com/GrandOrgue/grandorgue/issues/703
* Preparing for a new release
* Release 3.4.4
* Added clearing pending sound on closing an organ https://github.com/GrandOrgue/grandorgue/issues/707
* Fixed crash after loading an organ several times https://github.com/GrandOrgue/grandorgue/issues/707
* Preparing for the new release
* Fixed compilation issues after moving files https://github.com/GrandOrgue/grandorgue/issues/703
* Moved GOMidiMeggers and GOMidiPlayerContent from core to grandorgue https://github.com/GrandOrgue/grandorgue/issues/703
* Renamed GOMidiMerger to GOMidiInputMerger https://github.com/GrandOrgue/grandorgue/issues/703
* Incapsulated MidiPort abstraction https://github.com/GrandOrgue/grandorgue/issues/703
* Updated the release date
* Added class GOMidiPort https://github.com/GrandOrgue/grandorgue/issues/703
* Fixed some typos in INSTALL.md
* Release 3.4.3
* Renamed GO_SOUND_OUTPUT to GoSoundOutput https://github.com/GrandOrgue/grandorgue/issues/701
* Fixed hang after changing the audio device https://github.com/GrandOrgue/grandorgue/issues/701
* Renamed class GO_SAMPLER to GOSoundSampler
* More accurate code https://github.com/GrandOrgue/grandorgue/issues/847
* Fixed changelog https://github.com/GrandOrgue/grandorgue/issues/847
* Fixed crash when playing with a shared pipe https://github.com/GrandOrgue/grandorgue/issues/847
* Preparing for the new release
* Release 3.4.2
* Fixed build directory in the netbeans config
* Fixed build after moving SplashScreen
* SplashScreen source files have ben renamed to GOSplash and moved from core to grandorgue
* - Moved the ASIO image down - Displaying ASIO copyright only on windows - ASIO version updated to 2.3.3
* Fixed displaying ASIO image on non-windows systems
* [IMP] ASIO: Use global variable to display icon or not
* [IMP] Add ASIO Image to Splash Screen
* Moved sound/scheduler source files from core to grandorgue
* Fixed compiling PortAudio
* Added the changelog entry https://github.com/GrandOrgue/grandorgue/issues/834
* Fixed build on windows https://github.com/GrandOrgue/grandorgue/issues/834
* Fixed paths to files https://github.com/GrandOrgue/grandorgue/issues/834
* Reorganized source code directories https://github.com/GrandOrgue/grandorgue/issues/834
* [IMP] Build: Change to \'build\' directory
* [IMP] .gitignore: Ignore build directory on root
* Rename in the new mutex implementation https://github.com/GrandOrgue/grandorgue/issues/816
* Fixed windows build https://github.com/GrandOrgue/grandorgue/issues/816
* Rename GOrgue files https://github.com/GrandOrgue/grandorgue/issues/816
* Added implementation of the threading primitives with standard C++11 ones https://github.com/GrandOrgue/grandorgue/issues/817
* Preparing for the new release https://github.com/GrandOrgue/grandorgue/milestone/4
* Release 3.4.1
* [IMP] README.md: Add ASIO image
* Prompt for confirmation only if the ChurchName differs.
* Use message box to ask for confirmation before import if combination file differs from odf
* Changed log error to warning when importing combinations.
* Eased restrictions on importing .cmb settings
* Renamed GOGUIPanel::ReadFromCfg to GOGUIPanel::ReadSizeInfoFromCfg https://github.com/GrandOrgue/grandorgue/pull/815#issuecomment-955595704
* Fixed restoring the size and the position of panels when they did not fit their displays https://github.com/GrandOrgue/grandorgue/issues/787
* Remove CHANGELOG entry
* Fixed a bug in .cmb reading from an organ in a package
* Do not try searching in an archive if an archive is not used.
* Altered Case of \"PortAudio\" to \"portaudio\" in src/portaudio/CMakeLists.txt, to match submodules/cMake
* Attempt to Correct PortAudio Directory Pointer.
* Edited src/portaudio/CMakeLists to prepend all directory paths with \"src/\"
* Removed translation of GrandOrgue midi ports https://github.com/GrandOrgue/grandorgue/issues/791
* Switched the build for windows to use wxWidgets 3.1.5 https://github.com/GrandOrgue/grandorgue/issues/792
* Fixed phrasing in help. Changed check for a settins file with .cmb extension.
* Added entry to CHANGELOG
* Add documentation of bundling a settings file to the help
* Add handling of bundled settings file in orgue package
* As default, read a settings file with same name as odf if present in same directory
* Changed NetBeans12 Configuration File Instances of src/portaudio to submodules/PortAudio
* Corrected PortAudio Case Sensitivity Issue in CMakeLists.txt
* Converted Upgraded PortAudio Library (v19.7.0) to a Submodule
* Ensure that exported settings file have .cmb extension.
* Upgraded PortAudio Library to v19.7.0
* Prepared for the new release https://github.com/GrandOrgue/grandorgue/milestone/3
* Applied changes from the Code Review
* Release 3.4.0
* Fixed polish translation https://github.com/GrandOrgue/grandorgue/pull/744
* Added changelog https://github.com/GrandOrgue/grandorgue/issues/28
* Eliminated using opensuse repositories when building for windows on ubuntu https://github.com/GrandOrgue/grandorgue/issues/28
* Fixed confusion between the mutex is not locked and it is locked by unknown locker https://github.com/GrandOrgue/grandorgue/pull/784
* Added logging the mutex and the condition address in the diagnostic warnings https://github.com/GrandOrgue/grandorgue/pull/784
* Added logging the mutex and the condition address in the diagnostic warnings https://github.com/GrandOrgue/grandorgue/pull/784
* Added changes suggested in the Code Review https://github.com/GrandOrgue/grandorgue/pull/784
* Made GOSoundOutputWorkItem breakable https://github.com/GrandOrgue/grandorgue/issues/762
* GOSoundOutputWorkItem: Renamed a parameter https://github.com/GrandOrgue/grandorgue/issues/762
* Make GOSOundBufferItem::Finish breakable https://github.com/GrandOrgue/grandorgue/issues/762
* Using breakable synch primitives https://github.com/GrandOrgue/grandorgue/issues/762
* Attempt to make threading primitives breakable https://github.com/GrandOrgue/grandorgue/issues/762
* Reflect changes to Options > Paths settings to CHANGELOG.md
* Update help image options_tab.png
* Make the Paths settings in the Options tab expandable
* Fix id/linkend typo in help file
* Made GOSoundThread breakable https://github.com/GrandOrgue/grandorgue/issues/762
* Moving the netbeans project to ide-projects/NetBeans12 https://github.com/GrandOrgue/grandorgue/discussions/771
* Support of stopping the thread in GOSoundWorkItem::Run https://github.com/GrandOrgue/grandorgue/issues/762
* Fixed some config https://github.com/GrandOrgue/grandorgue/discussions/771
* Moving the netbeans project to ides/NetBeans12 https://github.com/GrandOrgue/grandorgue/discussions/771
* Hide Jack port subsystem if GO_USE_JACK is OFF
* Document appimage build process
* Fixed folder naming in build script. Removed not needed instructional step.
* Correct wording to past tense
* Resolve Olegs comments on the PR
* Document bugfix in CHANGELOG.md
* Fix bug of missing if defined for function getName()
* Fix bug of missing if defined for function getName()
* Remove jack support from appimage and add documentation
* Improve appimage system compatibility
* Add AppImage build [issue 698]
* Fixed typo https://github.com/GrandOrgue/grandorgue/issues/762
* Added copyright headers https://github.com/GrandOrgue/grandorgue/issues/762
* Moved implementation of GOWaitWueue to the cpp file
* Workaround of error when compiling for windows
* Beautified thread-related source files
* Prepare for the new release https://github.com/GrandOrgue/grandorgue/milestone/2
* Release 3.3.0
* Fixed uploading linux packages to the `zero` intermediate github build https://github.com/GrandOrgue/grandorgue/issues/8
* Fixed uploading linux packages to the `zero` intermediate github build https://github.com/GrandOrgue/grandorgue/issues/8
* Fixed uploading linux packages to the `zero` intermediate github build https://github.com/GrandOrgue/grandorgue/issues/8
* Fixed release without RELNOTES.md https://github.com/GrandOrgue/grandorgue/issues/711
* Fixed workflow https://github.com/GrandOrgue/grandorgue/issues/711
* Added restriction on tagging in master and release branches https://github.com/GrandOrgue/grandorgue/issues/711
* Added automated release tagging on GitHub https://github.com/GrandOrgue/grandorgue/issues/711
* Removed unused files
* Added capability of selecting polish language with Settings
* Fixed processing of pl.po
* Apply suggestions from code review
* Update CHANGELOG.md
* Apply suggestions from code review
* Added upgrade and uninstall guide to INSTALL.md https://github.com/GrandOrgue/grandorgue/issues/720
* Revert adding SetSizeHints
* Update po/pl.po
* Added SetSizeHints to honor min size
* Update po/pl.po
* Add entry in CHANGELOG
* Add missing include
* - Got rid of separate linux packages grandorgue-resources and grandorgue-demo https://github.com/GrandOrgue/grandorgue/issues/741
* Fix scrolling in Organsettins dialog [issue735]
* Create pl.po
* Preparing for the new release
* Update GrandOrgue.appdata.xml to match latest release
* Update CHANGELOG with release header
* [IMP] Update all copyright headers to 2021
* [IMP] AUTHORS: Add last contributors
* [IMP] Add \'or later\' to license headers
* [IMP] LICENSE: Format first part and reword
* [IMP] LICENSE: Change to short one
* [IMP] LICENSE: Add former part
* Changed local build version to `0.local` by default
* Removed version from NetBeans config because it is substituted automatically
* Renewed a default GO version during cmake build https://github.com/GrandOrgue/grandorgue/issues/14
* Make Panel menu behave consistently at open and close
* Fix Panel menu sizing [issue712]
* Fixed hyperlinks to the GO distribution in INSTALL.md
* Updated default_and_initial_settings image
* Make wxDirPickerCtrls fill up all available space
* Updated phrasing
* Added entry to changelog
* Fix size increase as needed [issue 713]
* [IMP] Change license header format to short one
* [IMP] Add LICENSE to CMakeLists
* [IMP] Improve licensing root files
* Increasing the limit of number of ranks from 400 to 999 https://github.com/GrandOrgue/grandorgue/discussions/680
* Fixed build for windows on github https://github.com/GrandOrgue/grandorgue/issues/29
* Fixed build for windows on github https://github.com/GrandOrgue/grandorgue/issues/29
* Release 0.3.1.2342
* Fixed crash on OSx when opening some pannels https://github.com/oleg68/GrandOrgue/issues/94
* Update CHANGELOG.md
* Updated help
* Add files via upload
* Removed scripts for parsing svn history
* Fixed a hyperlink in README
* Update GrandOrgueFrame.cpp
* [IMP] README.md: Add GPL v2 label
* Update README.md
* Fixed typo
* Changed .md files according to the new official repository https://github.com/GrandOrgue/grandorgue/issues/9
* Update BUILD.md
* Fixed ignoring error of zypper on the build for windows https://github.com/GrandOrgue/grandorgue/issues/5
* Release 0.3.1.2341-15.os
* Fixed incorrect ``Apply changes first`` in the Organ Settings dialog on OSX https://github.com/oleg68/GrandOrgue/issues/87
* Fixed size of the Organ Selection dialog https://github.com/oleg68/GrandOrgue/issues/85
* Fixed racing in loading organ and opening a setting dialog
* Settings Reason shown twice on Windows
* Restart after change of language
* Changed the event model of opening and closing the Settings Dialog https://github.com/oleg68/GrandOrgue/issues/66
* Added displaying a reason of entering to the settings on GO startup https://github.com/oleg68/GrandOrgue/issues/66
* Added displaying a reason of entering to the settings on GO startup https://github.com/oleg68/GrandOrgue/issues/66
* Release 0.3.1.2341-14.os
* Simplified code of sizing of the setting dialog https://github.com/oleg68/GrandOrgue/issues/77
* Fixed sizing of the setting dialog https://github.com/oleg68/GrandOrgue/issues/77
* Fixed sizing of the setting dialog https://github.com/oleg68/GrandOrgue/issues/77
* Setting dialog was too large https://github.com/oleg68/GrandOrgue/issues/77
* Fixed moving and resizing the setting dialog https://github.com/oleg68/GrandOrgue/issues/77
* - `Sample Rate`` and ``Sample Per Buffer`` settings have been moved to the ``Audio Output`` tab
* Release 0.3.1.2341-13.os
* Main window was too small after loading an organ https://github.com/oleg68/GrandOrgue/issues/71
* Fixed crash on OSx when GrandOrgue was exiting https://github.com/oleg68/GrandOrgue/issues/68
* - Main windows was too small when compiled with wx-gtk2 and running with wx 3.1 https://github.com/oleg68/GrandOrgue/issues/71 - Fixed crash on OSx when exiting GrandOrgue https://github.com/oleg68/GrandOrgue/issues/68
* Removed obsolete and unused files from the source code
* Deleted obsolete file GOrgueRtHelpers
* Release 0.3.1.2341-12.os
* Added new files to the netbeans config https://github.com/oleg68/GrandOrgue/issues/59
* Described the change https://github.com/oleg68/GrandOrgue/issues/59
* Made GOrgueSound to contain GOrgueMidi https://github.com/oleg68/GrandOrgue/issues/59
* First attempt to make midi client cache https://github.com/oleg68/GrandOrgue/issues/59
* Release 0.3.1.2341-11.os
* Modified Changelog
* Switched to releases of RtAudio and RtMidi
* Switched to external RtMidi
* Fixed name of arm64 architecture for the debian package https://github.com/oleg68/GrandOrgue/issues/63
* Release 0.3.1.2341-10.os
* Displaying the full build version in the title and in the About window https://github.com/oleg68/GrandOrgue/issues/61
* Converted ``Index has bad magic - bypassing index`` errors to warnings https://github.com/oleg68/GrandOrgue/issues/58
* Release 0.3.1.2342-9.os
* - Fixed ``A device wants different samples per buffer: 15`` on OSx with RtAudio
* Displaying actual error text instead of ``Internal Portaudio Error`` https://github.com/oleg68/GrandOrgue/issues/52
* Changelog https://github.com/oleg68/GrandOrgue/issues/48
* Fixed not playing after startup before first settings https://github.com/oleg68/GrandOrgue/issues/48
* New netbeans config
* Fixed proposing to leave disabled device https://github.com/oleg68/GrandOrgue/issues/48
* Opening and probing only devices not disabled in portsconfig https://github.com/oleg68/GrandOrgue/issues/48
* Some renaming https://github.com/oleg68/GrandOrgue/issues/48
* Editing and saving portsconfig https://github.com/oleg68/GrandOrgue/issues/48
* Renamed settings
* Added sound port settings model https://github.com/oleg68/GrandOrgue/issues/48
* Added enumerating sound subsystems and API\'s https://github.com/oleg68/GrandOrgue/issues/48
* Eliminate the double opening souncard on startup https://github.com/oleg68/GrandOrgue/issues/48
* Probing device list only on adding or changing audio device https://github.com/oleg68/GrandOrgue/issues/48
* Eliminated probing of all devices on startup https://github.com/oleg68/GrandOrgue/issues/48
* Optimised usage of RtAudio instances
* Using standard RTAudio API\'s names https://github.com/oleg68/GrandOrgue/issues/48
* Lazy PortAudio Initialisation https://github.com/oleg68/GrandOrgue/issues/48
* Smart Opening: RtAudio stopped probing devices in other audio APIs https://github.com/oleg68/GrandOrgue/issues/48
* Smart opening device: not to probe other audio subsystems https://github.com/oleg68/GrandOrgue/issues/48
* Changed the sound device name format to ``Subsys: Api: Device`` https://github.com/oleg68/GrandOrgue/issues/48
* 0.3.1.2341-8.os
* Moved Language selection on top of the first setting page
* Fixed hang after opening the About window on OsX https://github.com/oleg68/GrandOrgue/issues/25
* 0.3.1.2341-7.os
* Fixed german translation
* \"Audio/Midi &Settings\" menu item has been renamed to \"Settings\" and has been moved to the File menu
* Added capability of setting the UI language https://github.com/oleg68/GrandOrgue/issues/45
* Fixed formatting of .md files
* Fixed formatting of .md files
* Release 0.3.1.2341-6.os
* Changed the application icons. Now they are generated from a single svg file during the build https://github.com/oleg68/GrandOrgue/issues/20
* Use GrandOrgue.svg to generate .ico file used by Windows and GO source code
* Generate GOIcon.ico that is converted into .cpp and also used as Windows application icon
* Fix icons directory name for iconutil
* Delete resources/GrandOrgue.icns
* Fix a typo in iconutil
* Fix case of ImageMagick_convert_EXECUTABLE variable
* Generate .icns for MacOS from .svg
* Remove resources/GrandOrgue.png
* Add setup of ImageMagick to build-scripts
* Generate icons for linux from svg
* Release 0.3.1.2341-5.os
* Building for Windows with GO_USES_JACK=ON https://github.com/oleg68/GrandOrgue/issues/7
* README.md has been splitted to three separates files: README.md, INSTALL.md and BUILD.md
* Release 0.3.1.2341-4.os
* Hiding dependency on libgcc-s1 for all cpu architectures
* Could not install on ubuntu 18.04 and debian 9 caused by unsatisfied dependency on libgcc-s1
* Switched RTAudio from the local copy to the git submodule https://github.com/thestk/rtaudio
* Replaced RtAsio with the last one from https://github.com/thestk/rtaudio
* Removed an extra settings line from the prepare script for win64
* Added ASIO support to windows build on github.
* Add entry to CHANGELOG.md
* Rename README.MD to README.md
* Format almost the while README.MD except building with Windows
* Format \'Installation\' section in README.MD
* Add badges in README.MD
* README -> README.MD, do some formatting
* Release 0.3.1.2341-2-os
* Release 0.3.1.2341-1.os
* prepare-debian-ubuntu.sh -> prepare-ubuntu-18.sh
* Use ubuntu-18.04 for arm builds but change dependency of the result .deb [4]
* Use ubuntu-18.04 for arm builds but change dependency of the result .deb [3]
* Use ubuntu-18.04 for arm builds but change dependency of the result .deb [2]
* Use ubuntu-18.04 for arm builds but change dependency of the result .deb
* Use ubuntu-16.04 for building for arm
* Push to trigger workflow run
* Add builds for armhf and aarch64
* Increased the limit of PitchTuning and PitchCorrection up from 1200 to 1800 cents https://github.com/oleg68/GrandOrgue/issues/33
* Increase builtin button font size (0.3.1.2341)
* Ensure fixed font sizes (0.3.1.2340)
* Fixed execution path in Netbeans Config
* Revert layout destroying resizing
* Fixed building issue for Windows introduced with 82d4d4f8
* Netbeans config
* Removed target_link_directories from cmake for building on an old linux
* Closing unnecessary midi ports
* Fixed references to SourceForge issues from changelog
* Fixed references to GitHub issues from CHANGELOG.md
* 0.3.1.2338-6.os
* Typo in changelog
* Added changelog
* JAck native client name was renamed to GrandOrgueAudio
* Changed jack native output client name from GrandOrgue to GrandOrgueOut
* Fixed encoding of non ascii jack client names
* Fixed compiling on fedora 34
* Revert \"Debugging build for osx\"
* Compilation errors
* Fixed crash on OSX when PanicSound
* Fixed crash when exiting GO on OSX
* Fixed compilation warnings
* Fixed crash on exiting GrandOrgue on OSX
* Disabled stripping some debug info from osx executables
* Fixed crash on osx 11.x on the progress bar.
* Fixed crash on OSX 11.x
* Assertion failed in ScaleBMP
* Assertion Failed on opening Settings dialog with wx 3.1
* Syntax error
* Debugging build for osx
* Not striping binary when debugging
* matrix build on github
* New version of upload action
* Updated upload action name
* Uploading artifacts to github with flying-ufo/action-upload-artifacts-and-release
* Updated AppData file
* Updated icon installation path
* Updated installation doc
* Added uploading deb artifacts
* Added building of deb packages
* Fixed path to the source rpm
* Fixed path for win64
* Added building source rpm on github
* Adopted for generating source RPM
* Fixed rpm filenames to upload
* Upload rpms
* Netbeans config
* Fixed RPM Descriptions
* Fixed generating package for osx
* Generates RPM Issues 1. Generating DMG for osx is broken 2. No Rpm source package yet
* cmake version 3.10 for ubuntu 16.04
* netbeans build in the separate subdirectory
* demo
* resources
* selecting resources rpm
* CMAKE_SYSTEM_PROCESSOR for windows
* Fixed script names
* Artifact names
* Fixed filenames
* Fixed job names
* Changed asset names. Published releases
* Removed extra file
* Update build.yml
* Fixed syntax error
* 1. Preparing for release 2. Fixed parameters
* Fetch tags for version
* Version number from git tags
* #4 Capability of passing -DVERSION and -DVERSION_BUILD to CMake
* svn#2338 Remove old limits
* #2 Updated README for building with scripts
* #2 Added building help for osx
* #2 Fixed path to win64 build directory
* #2 Fixed path to osx build scripts
* #2 Switched Github build to the build scripts
* Build for Linux and mac with scripts #2 Provide scripts
* Removed unnecessary github build file
* Added prepare script for cross-compiling for windows on opensuse Added cross-compiling for windows on linux using build scripts
* Avoiding random \'Error: Process completed with exit code 105\'
* Attempt to eliminate nsis conversion problem
* Troubleshooting ndis errors
* Splited zypper steps
* Added verbosity of zypper
* Update build.yml
* Update build.yml
* Build for windows on github
* Fixed compiling with mingw
* MacOS build
* fixed jack include directories on mac os
* fixed jack include directories on mac os
* fixed jack include directories on mac os
* mac os build: add path to jack
* nb config
* GO_USE_JACK ON by default
* Fixed usage of env var
* Build Version to the enviroment variable
* build-linux
* add building rpm
* Add deploy to github
* Add build dependencies
* Add build dependencies
* cmake.yml for github
* cmake.yml for github
* Allowed importing combination after moving a stop to another manual or deleting a stop in ODF
* Ignoring netbeans configuration
* Capability of scaling out GrandOrgue Pannels over theit initial size
* Added capability of specifying debounce time for BxController midi events
* Netbeans - add GO_USE_JACK=ON
* Added native support of Jack Audio Connection Kit
* Build with Netbeans
* Wed Dec 23 2020 dliwAATTposteo.net- Update to version 0.3.1.2337:
* Added settings for font sizes in buttons and labels of built-in panels
* Auto down-sizing of large panels and improved panel scaling
* Corrected number of allowed BitmapCount for enclosures from 127 to 128
* Support sequencer label on new style pannels
* Sat Jan 18 2020 dliwAATTposteo.net- Update to version 0.3.1.2333:
* Move memory into thread pool
* Store negative window coordinates
* Build arch using wxgtk3
* Suggest wxWidgets translation
* Compress settings
* Update HU translation
* Fix enclosure bug (#61)
* Sat Jul 13 2019 dliwAATTposteo.net- initial package