Skip to content

Commit

Permalink
v0.2.3-beta. Master bus modulation, updates
Browse files Browse the repository at this point in the history
o-s-c
- Bumped version to 1.27.2. This no allows fullscreen and prevents editing of the interface
- updated master bus fx modulation gui
- Reorganised ‘reset’ page

Pd
- added master bus fx modulation functionality to rollingfreezer and digitaliser.
- fixed reset/default values issue with seqcycle and seqtimebasemultiply gui messages
- fixed issue with sending reset message to pow object
- removed unused outlet~ objects on master bus
- created new f.d and f.util.modclear abstractions.

python
- increased length of “channels” drop down menu widget.

other
- removed unused icons (these were used instead of native widgets in the first app)
- updated formuls_image_2.png to reflect updates in interface

Signed-off-by: James Dooley <info@formuls.co.uk>
  • Loading branch information
jrdooley committed Jan 21, 2025
1 parent 803b153 commit 5e0c563
Show file tree
Hide file tree
Showing 20 changed files with 2,521 additions and 750 deletions.
18 changes: 9 additions & 9 deletions build-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cp -r src/gui build/gui
cp -r src/icons build/icons
cp -r src/pd build/pd
mkdir build/pd/externals
cp src/python/formuls-0.2.2-beta.py build/formuls-0.2.2-beta.py
cp src/python/formuls-0.2.3-beta.py build/formuls-0.2.3-beta.py
cp src/python/pyinstaller.py build/pyinstaller.py

# build faust pd externals
Expand All @@ -27,9 +27,9 @@ mv abl_link~.pd_darwin ../../../../build/pd/externals

# download open stage control and nodejs
cd ../../../gui
wget https://github.com/jean-emmanuel/open-stage-control/releases/download/v1.27.0/open-stage-control_1.27.0_node.zip
unzip open-stage-control_1.27.0_node.zip
cp -r open-stage-control_1.27.0_node ../../build/gui/open-stage-control
wget https://github.com/jean-emmanuel/open-stage-control/releases/download/v1.27.2/open-stage-control_1.27.2_node.zip
unzip open-stage-control_1.27.2_node.zip
cp -r open-stage-control_1.27.2_node ../../build/gui/open-stage-control

wget https://nodejs.org/dist/v18.12.1/node-v18.12.1-darwin-arm64.tar.gz
tar -xf node-v18.12.1-darwin-arm64.tar.gz
Expand All @@ -43,9 +43,9 @@ make
cd ../build
python3 pyinstaller.py

cp -r icons dist/formuls-0.2.2-beta/_internal/icons
cp -r pd dist/formuls-0.2.2-beta/_internal/pd
cp -r gui dist/formuls-0.2.2-beta/_internal/gui
cp -r libs dist/formuls-0.2.2-beta/_internal/libs
cp -r icons dist/formuls-0.2.3-beta/_internal/icons
cp -r pd dist/formuls-0.2.3-beta/_internal/pd
cp -r gui dist/formuls-0.2.3-beta/_internal/gui
cp -r libs dist/formuls-0.2.3-beta/_internal/libs

cp -r dist/formuls-0.2.2-beta ../formuls-0.2.2-beta.app
cp -r dist/formuls-0.2.3-beta ../formuls-0.2.3-beta.app
18 changes: 9 additions & 9 deletions build-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cp -r src/gui build/gui
cp -r src/icons build/icons
cp -r src/pd build/pd
mkdir build/pd/externals
cp src/python/formuls-0.2.2-beta.py build/formuls-0.2.2-beta.py
cp src/python/formuls-0.2.3-beta.py build/formuls-0.2.3-beta.py
cp src/python/pyinstaller.py build/pyinstaller.py

# build faust pd externals
Expand All @@ -26,9 +26,9 @@ mv abl_link~.pd_darwin ../../../../build/pd/externals

# download open stage control and nodejs
cd ../../../gui
wget https://github.com/jean-emmanuel/open-stage-control/releases/download/v1.27.0/open-stage-control_1.27.0_node.zip
unzip open-stage-control_1.27.0_node.zip
cp -r open-stage-control_1.27.0_node ../../build/gui/open-stage-control
wget https://github.com/jean-emmanuel/open-stage-control/releases/download/v1.27.2/open-stage-control_1.27.2_node.zip
unzip open-stage-control_1.27.2_node.zip
cp -r open-stage-control_1.27.2_node ../../build/gui/open-stage-control

wget https://nodejs.org/dist/v18.12.1/node-v18.12.1-darwin-x64.tar.gz
tar -xf node-v18.12.1-darwin-x64.tar.gz
Expand All @@ -42,9 +42,9 @@ make
cd ../build
python3 pyinstaller.py

cp -r icons dist/formuls-0.2.2-beta/_internal/icons
cp -r pd dist/formuls-0.2.2-beta/_internal/pd
cp -r gui dist/formuls-0.2.2-beta/_internal/gui
cp -r libs dist/formuls-0.2.2-beta/_internal/libs
cp -r icons dist/formuls-0.2.3-beta/_internal/icons
cp -r pd dist/formuls-0.2.3-beta/_internal/pd
cp -r gui dist/formuls-0.2.3-beta/_internal/gui
cp -r libs dist/formuls-0.2.3-beta/_internal/libs

cp -r dist/formuls-0.2.2-beta ../formuls-0.2.2-beta.app
cp -r dist/formuls-0.2.3-beta ../formuls-0.2.3-beta.app
Binary file modified formuls_image_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5e0c563

Please sign in to comment.