Skip to content

Commit

Permalink
1) Corrected minor typo in header includes - detected by Linux build
Browse files Browse the repository at this point in the history
2) Added code to show profile list in audio mixer even if there is no config file
  • Loading branch information
hkbinaurics committed Sep 3, 2024
1 parent 81a52b5 commit f6d9727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __CJVXAUDIOWITHVIDEODEVICE_H__
#define __CJVXAUDIOWITHVIDEODEVICE_H__

#include "jvxAudiotechnologies/CjvxAudioDevice.h"
#include "jvxAudioTechnologies/CjvxAudioDevice.h"
#include "common/CjvxSingleInputConnector.h"
#include "common/CjvxSingleOutputConnector.h"
#include "common/CjvxSingleMaster.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ CjvxAuN2AudioMixer::activate()
reinterpret_cast<jvxHandle*>(this),
nullptr);

update_profile_list_properties();
}
return(res);
};
Expand Down

0 comments on commit f6d9727

Please sign in to comment.