| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
and instead just have a singleton. On Windows I saw a situation where
the first instantiation would use ASIO and the second WASAPI, causing
all kinds of confusion.
|
|
|
|
|
|
|
|
|
|
Using wx_ptr in the wxApp object seems bad because in ~App wxWidgets
deletes all top-level windows in `DeleteAllTLWs` so if ~wx_ptr then
tries to destroy them we get a use-after-free.
|
|
Also remove the use of wxRIGHT as I don't think it was doing anything
before.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
creation (#1637).
|
|
|
|
|
|
|
|
least with RtAudio) does not seem to support > 2 channels.
|
|
|
|
|
|
(#1383).
|
|
|
|
|
|
|
|
|
|
|
|
the details and hopefully providing buttons to do what 99% of
users will want to do (#1003).
|
|
respect to problems when loading config.
|