Skip to content
Snippets Groups Projects
  1. Jan 25, 2023
  2. Jan 24, 2023
  3. Jan 21, 2023
  4. Jan 20, 2023
  5. Jan 19, 2023
  6. Jan 12, 2023
  7. Jan 03, 2023
  8. Dec 28, 2022
    • Albert Gräf's avatar
      Keep track of the actual device names in the audio prefs. · 1c978d89
      Albert Gräf authored
      This gives the same treatment to the audio devs as the previous commit
      does to the MIDI devices, adding new audioindevname and audiooutdevname
      keys to the preferences, which enables us to remap device indices on the
      fly at startup in case the device list has changed during invocations.
      1c978d89
    • Albert Gräf's avatar
      Keep track of the actual device names in the MIDI prefs. · ba3c76f9
      Albert Gräf authored
      This adds new midiindevname and midioutdevname keys to the preferences,
      which enables us to remap device indices on the fly at startup in case
      the device list has changed during invocations. (Which happens a lot, in
      particular, with the portmidi backend, due to MIDI devices being plugged
      and unplugged, change of virtual MIDI devices, etc.)
      
      Note that this doesn't provide hotplugging support, which is really what
      we'd like to have, but is currently impossible due to backend
      limitations. But at least Purr Data will not connect to the wrong
      devices on relaunch any more, which previously was a major annoyance.
      ba3c76f9
  9. Dec 26, 2022
  10. Dec 24, 2022
  11. Dec 16, 2022
Loading