Skip to content

Releases: Qirky/FoxDot

Added "stretch"

14 Aug 12:15
Compare
Choose a tag to compare

Added stretch synth for timestretching samples, similar to loop but better and only plays the whole file. Stretches the audio's duration to the sus attribute without affecting pitch and does not require the tempo to be known.

# Stretches the audio to 4 beats without affecting pitch
p1 >> stretch("Basic_Rock_135", dur=4)

Fix PGroup concat method

09 Aug 09:24
Compare
Choose a tag to compare
0.7.40

Update .version

Fix PlayerKey PGroup `eq` behaviour

07 Aug 09:49
Compare
Choose a tag to compare
0.7.39

Update .version

Updated indenting in Parp.py

07 Aug 08:23
Compare
Choose a tag to compare
0.7.38

Update version and README

Add true full screen support

05 Aug 10:50
Compare
Choose a tag to compare
0.7.36

Add true full screen ability

Fix PGroup concat method

03 Aug 07:09
Compare
Choose a tag to compare
0.7.35

Add LICENSE to setup.py and  fix PGroup concat method

Added LICENSE to PyPi

30 Jul 10:53
Compare
Choose a tag to compare
0.7.34

Add license to setup.py

Update

30 Jul 10:43
721e646
Compare
Choose a tag to compare
Merge pull request #186 from CrashServer/patch-2

Add .unison() attribute

Clock accuracy improvement

08 Jan 15:34
Compare
Choose a tag to compare
0.7.16

Update changelog

0.7.1

24 Aug 09:08
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

v0.7.1 fixes and updates

  • Improved PlayerKey.map method e.g. p1.pitch to only return one value instead of a Pattern
  • Improved Clock.clear to make sure Players don't reset and continue playing, which sometimes happened
  • Use float instead of Fraction for timing to reduce computation time in the main clock loop. So far this hasn't had any impact on timing but please get in contact if it does. It has improved performance on low spec machines such as a Raspberry Pi.
  • Improve bracket finding in the main interface so it only checks visible portion of the screen so it no longer lags if there is a large amount of text in the editor.
  • Added the VRender extension, thanks to mathigatti, that allows users to add synthesised vocals. Requires Python modules MIDIUtil and urllib and musescore (Linux/Mac only). See the README for more information.