Releases: Qirky/FoxDot
Releases · Qirky/FoxDot
Added "stretch"
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
0.7.40 Update .version
Fix PlayerKey PGroup `eq` behaviour
0.7.39 Update .version
Updated indenting in Parp.py
0.7.38 Update version and README
Add true full screen support
0.7.36 Add true full screen ability
Fix PGroup concat method
0.7.35 Add LICENSE to setup.py and fix PGroup concat method
Added LICENSE to PyPi
0.7.34 Add license to setup.py
Update
Clock accuracy improvement
0.7.16 Update changelog
0.7.1
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 ofFraction
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.