Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
okyeron committed Mar 25, 2022
2 parents 6e5af20 + 0f05441 commit 820de90
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 95 deletions.
4 changes: 0 additions & 4 deletions jack-cpu-capture/Makefile

This file was deleted.

80 changes: 0 additions & 80 deletions jack-cpu-capture/main.c

This file was deleted.

9 changes: 0 additions & 9 deletions jack-cpu-capture/readme.md

This file was deleted.

4 changes: 4 additions & 0 deletions sc/engines/Engine_PolyPerc.sc
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@ Engine_PolyPerc : CroneEngine {
pan = msg[1];
});
}

free {
pg.free;
}
}
2 changes: 2 additions & 0 deletions sc/engines/Engine_PolySub.sc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ Engine_PolySub : CroneEngine {
free {
gr.free;
ctlBus.do({ arg bus, i; bus.free; });
mixBus.do({ arg bus, i; bus.free; });

}

} // class
7 changes: 7 additions & 0 deletions update/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- FIX softcut initialization glitch @catfact
- FIX compilation optimization flags @catfact
- NEW system log export @tehn
- FIX polysub/polysub memleaks @catfact

# maiden 1.1.6

- FIX content type so .sc files can be edited in maiden once again (#219)
@ngwese
- FIX address linting errors (#216) @midouest


# 220306
Expand Down
4 changes: 2 additions & 2 deletions update/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ fi;
# basic repo updates
sudo rm -rf /home/we/norns
cp -a norns /home/we/
#sudo rm -rf /home/we/maiden
#cp -a maiden /home/we/
sudo rm -rf /home/we/maiden
cp -a maiden /home/we/

# version/changelog
cp version.txt /home/we/
Expand Down

0 comments on commit 820de90

Please sign in to comment.