Skip to content

Commit

Permalink
Preparation for 2.5.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Apr 24, 2022
1 parent 706666f commit 6368cdc
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ set ( FAUSTLIVE_SRC ${FAUSTLIVE_SRC} ${AUDIO_SRC})
set ( FAUSTLIVE_HEADERS ${FAUSTLIVE_HEADERS} ${AUDIO_HEADERS})

set (INCLUDE_DIRS ${FAUSTLIVE_INCLUDE_DIRS} ${QTINCDIRS} ${FAUST_INCLUDE_DIRS})
set (FAUSTLIVE_DEFINITIONS ${FAUSTLIVE_DEFINITIONS} -DVERSION="${VERSION}" -DAPP_VERSION="2.2" -DHTTPCTRL -DQRCODECTRL ${LLVM_DEFINES})
set (FAUSTLIVE_DEFINITIONS ${FAUSTLIVE_DEFINITIONS} -DVERSION="${VERSION}" -DAPP_VERSION="2.3" -DHTTPCTRL -DQRCODECTRL ${LLVM_DEFINES})
set (FAUSTLIVE_LIBRARIES ${FAUSTLIVE_LIBRARIES} ${FAUST_LIBRARIES} ${QTLIBS} ${LLVM_LIBRARIES} ${LIBMICROHPPTD_LIBRARIES})
#message ("FAUSTLIVE_LIBRARIES ${FAUSTLIVE_LIBRARIES}")

Expand Down
18 changes: 16 additions & 2 deletions Build/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,18 @@
### Limitations and known bugs

- crashes on Windows when compiling a dsp with input signals, on a machine without input audio device
- may crash on startup due to incorrect cache. In this case, find the `FaustLive-CurrentSession-2.0` folder in your home folder, remove it and restart. On Unix like stations (Linux, MacOS), this folder is hidden and located at `$HOME/.FaustLive-CurrentSession-2.0`
- may crash on startup due to incorrect cache. In this case, find the `FaustLive-CurrentSession-2.XX` folder in your home folder, remove it and restart. On Unix like stations (Linux, MacOS), this folder is hidden and located at `$HOME/.FaustLive-CurrentSession-2.XX`

## Building

To build the FaustLive project, go to the `build` folder and start with the README file.
### Versionning

- use the *version* script to raise the version number, like `./version 2.5.8`.
- manually raise the `APP_VERSION` flag in Build/CMakeLists.txt (line 213)

### Application building

To build the FaustLive project, go to the `Build` folder and start with the README file.

<!--p align="center">
<img width="70" src="./Resources/FaustLiveIcon.png"> <br />
Expand All @@ -44,6 +51,13 @@
<br /><br />
###Change log

----------------------------------------------------
03/23/2022: version 2.5.9

- integrates Faust compiler version 2.40.4
- based on LLVM 14.0.1 on and OS X and 10.0.0 on Windows
- latest version of the Faust libraries

----------------------------------------------------
03/22/2022: version 2.5.8

Expand Down
8 changes: 4 additions & 4 deletions Build/rsrc/FaustLive.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,5,8,0
PRODUCTVERSION 2,5,8,0
FILEVERSION 2,5,9,0
PRODUCTVERSION 2,5,9,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -67,12 +67,12 @@ BEGIN
BLOCK "040c04b0"
BEGIN
VALUE "FileDescription", "Faust Live Environment"
VALUE "FileVersion", "2, 5, 8, 0"
VALUE "FileVersion", "2, 5, 9, 0"
VALUE "InternalName", "FaustLive"
VALUE "LegalCopyright", "Copyright (C) 2009-2021 - Grame"
VALUE "OriginalFilename", "FaustLive.exe"
VALUE "ProductName", "FaustLive"
VALUE "ProductVersion", "2, 5, 8, 0"
VALUE "ProductVersion", "2, 5, 9, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Build/rsrc/FaustLiveInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<key>CFBundleLongVersionString</key>
<string></string>
<key>CFBundleShortVersionString</key>
<string>2.5.8</string>
<string>2.5.9</string>
<key>CFBundleVersion</key>
<string>2.5.8</string>
<string>2.5.9</string>
<key>NSMicrophoneUsageDescription</key>
<string>FaustLive input signal</string>
<key>NSHumanReadableCopyright</key>
Expand Down
9 changes: 8 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
GRAME - Centre National de Creation Musicale
http://www.grame.fr
====================================================
Copyright GRAME (c) 2014-2021
Copyright GRAME (c) 2014-2022

----------------------------------------------------
03/23/2022: version 2.5.9

- integrates Faust compiler version 2.40.4
- based on LLVM 14.0.1 on and OS X and 10.0.0 on Windows
- latest version of the Faust libraries

----------------------------------------------------
03/22/2022: version 2.5.8
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.8
2.5.9

0 comments on commit 6368cdc

Please sign in to comment.