Skip to content

Commit 1d675e8

Browse files
committed
Merge branch 'development' into adding_lfp_filtering
2 parents 0301a58 + 79488fc commit 1d675e8

10 files changed

Lines changed: 19 additions & 17 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cd Resources/Scripts
2626
sudo ./install_linux_dependencies.sh
2727
cd ../../Build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
28-
make all
28+
make -j4
2929
# - name: test
3030
# run: cd build && ctest
3131
- name: deploy_dev

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd Build
2828
cmake -G "Visual Studio 16 2019" -A x64 ..
2929
- name: Add msbuild to PATH
30-
uses: microsoft/setup-msbuild@v1.0.2
30+
uses: microsoft/setup-msbuild@v1.1
3131
- name: build
3232
run: |
3333
msbuild Build/ALL_BUILD.vcxproj -p:Configuration=Release -p:Platform=x64

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Open Ephys GUI main build file
22
cmake_minimum_required(VERSION 3.15)
33

4-
set(GUI_VERSION 0.6.3)
4+
set(GUI_VERSION 0.6.4)
55

66
string(REGEX MATCHALL "[0-9]+" VERSION_LIST ${GUI_VERSION})
77
set(GUI_VERSION_HEX "0x")
@@ -12,7 +12,7 @@ foreach(_v ${VERSION_LIST})
1212
endforeach()
1313
string(REPLACE "." "," GUI_VERSION_COMMA ${GUI_VERSION})
1414

15-
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
15+
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version" FORCE)
1616
set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architecture for Mac OS X" FORCE)
1717
set(CMAKE_OSX_SYSROOT "")
1818
if ((NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/Build ) AND (NOT OE_DONT_CHECK_BUILD_PATH))

JuceLibraryCode/modules/juce_audio_utils/native/juce_mac_BluetoothMidiDevicePairingDialogue.mm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,15 @@ static void receivedWindowWillClose (id self, SEL, NSNotification*)
161161
bool BluetoothMidiDevicePairingDialogue::open (ModalComponentManager::Callback* exitCallback,
162162
Rectangle<int>* bounds)
163163
{
164-
new BluetoothMidiSelectorWindowHelper (exitCallback, bounds);
165-
return true;
164+
// new BluetoothMidiSelectorWindowHelper (exitCallback, bounds);
165+
std::unique_ptr<ModalComponentManager::Callback> cb (exitCallback);
166+
jassertfalse;
167+
return false;
166168
}
167169

168170
bool BluetoothMidiDevicePairingDialogue::isAvailable()
169171
{
170-
return true;
172+
return false;
171173
}
172174

173175
#else

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Our primary user base is scientists performing electrophysiology experiments wit
3333

3434
The easiest way to get started is to download the installer for your platform of choice:
3535

36-
- [Windows](https://openephysgui.jfrog.io/artifactory/Release-Installer/windows/Install-Open-Ephys-GUI-v0.6.3.exe)
37-
- [Ubuntu/Debian](https://openephysgui.jfrog.io/artifactory/Release-Installer/linux/open-ephys-gui-v0.6.3.deb)
38-
- [macOS](https://openephysgui.jfrog.io/artifactory/Release-Installer/mac/Open_Ephys_GUI_v0.6.3.dmg)
36+
- [Windows](https://openephysgui.jfrog.io/artifactory/Release-Installer/windows/Install-Open-Ephys-GUI-v0.6.4.exe)
37+
- [Ubuntu/Debian](https://openephysgui.jfrog.io/artifactory/Release-Installer/linux/open-ephys-gui-v0.6.4.deb)
38+
- [macOS](https://openephysgui.jfrog.io/artifactory/Release-Installer/mac/Open_Ephys_GUI_v0.6.4.dmg)
3939

40-
It’s also possible to obtain the binaries as a .zip file for [Windows](https://openephysgui.jfrog.io/artifactory/Release/windows/open-ephys-v0.6.3-windows.zip), [Linux](https://openephysgui.jfrog.io/artifactory/Release/linux/open-ephys-v0.6.3-linux.zip), or [Mac](https://openephysgui.jfrog.io/artifactory/Release/mac/open-ephys-v0.6.3-mac.zip).
40+
It’s also possible to obtain the binaries as a .zip file for [Windows](https://openephysgui.jfrog.io/artifactory/Release/windows/open-ephys-v0.6.4-windows.zip), [Linux](https://openephysgui.jfrog.io/artifactory/Release/linux/open-ephys-v0.6.4-linux.zip), or [Mac](https://openephysgui.jfrog.io/artifactory/Release/mac/open-ephys-v0.6.4-mac.zip).
4141

4242
Detailed installation instructions can be found [here](https://open-ephys.github.io/gui-docs/User-Manual/Installing-the-GUI.html).
4343

Resources/Configs/acq_board_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<SETTINGS>
44
<INFO>
5-
<VERSION>0.6.3</VERSION>
5+
<VERSION>0.6.4</VERSION>
66
<PLUGIN_API_VERSION>8</PLUGIN_API_VERSION>
77
<DATE>unknown</DATE>
88
<OS>Windows, Linux, or macOS</OS>

Resources/Configs/file_reader_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<SETTINGS>
44
<INFO>
5-
<VERSION>0.6.3</VERSION>
5+
<VERSION>0.6.4</VERSION>
66
<PLUGIN_API_VERSION>8</PLUGIN_API_VERSION>
77
<DATE>unknown</DATE>
88
<OS>Windows, Linux, or macOS</OS>

Resources/Configs/neuropixels_pxi_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<SETTINGS>
44
<INFO>
5-
<VERSION>0.6.3</VERSION>
5+
<VERSION>0.6.4</VERSION>
66
<PLUGIN_API_VERSION>8</PLUGIN_API_VERSION>
77
<DATE>unknown</DATE>
88
<OS>Windows</OS>

Resources/Installers/Linux/Open-Ephys_Installer/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: open-ephys
2-
Version: 0.6.3
2+
Version: 0.6.4
33
Architecture: amd64
44
Installed-Size: 18644
55
Section: science

Resources/Installers/Windows/windows_installer_script.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Setup]
22
AppName=Open Ephys
3-
AppVersion=0.6.3
4-
AppVerName=Open Ephys 0.6.3
3+
AppVersion=0.6.4
4+
AppVerName=Open Ephys 0.6.4
55
AppCopyright=Copyright (C) 2010-2022, Open Ephys & Contributors
66
AppPublisher=open-ephys.org
77
AppPublisherURL=https://open-ephys.org/gui

0 commit comments

Comments
 (0)