Ticket #35 (closed task: fixed)

Opened 4 years ago

Last modified 4 years ago

Move winmm code out of gui.settingsDialogs

Reported by: jteh Owned by: jteh
Priority: minor Milestone: 2009.1
Component: Core Version: development
Keywords: Cc:
Operating system: Blocked by:
Blocking:

Description

Currently, there is code in gui.settingsDialogs.SynthesizerDialog to get the list of audio device names for display to the user. This code uses ctypes to retrieve this information using the winmm library. This code should be moved into a function in nvwave, which can then be called from gui.settingsDialogs.SynthesizerDialog. It may then also be called from elsewhere if required.

Change History

comment:1 Changed 4 years ago by jteh

  • Status changed from new to accepted

comment:2 Changed 4 years ago by jteh

  • Status changed from accepted to closed
  • Resolution set to fixed

Implemented in r2070.

Note: See TracTickets for help on using tickets.