Releases: billorcutt/Cracked
Version 0.2.20
Latest changes
Version 0.2.19
Upgrade electron to most recent compatible version
Version 0.2.18
Remove all the documents/cracked folder code, address an electron issue w/ contextIsolation. Fix package.json formatting.
Version 0.2.17
Fix permissions issue on initial startup
Version 0.2.16
Upgrade to latest Electron & node. Now notarized for your protection.
Version 0.2.15
Upgrade to Electron 10.1.3
Version 0.2.14
Update Cracked library to latest, adds a sequencing class for long running sequences & a new synth plugin. Make text in the editor user sizable. Support opening files by dragging files onto the application icon.
NOTE: Catalina (or later) users will have to follow the instructions here for "How to open an app that hasn’t been notarized or is from an unidentified developer" to enable the app to run: https://support.apple.com/en-us/HT202491. Will fix this eventually, but for now this is only way to run Cracked on Mac OS Catalina (or later).
Version 0.2.13
Update cracked lib to latest, modify loop so that step size is configured automatically by data length, add 2 new setters to handle fade in & out, add a new utility to convert frequency to pitch. Upgrade Electron to latest version 8.01
Version 0.2.12
Update cracked lib to latest, adds a getter to retrieve audio node values. Some changes to sampler start & end points. Update electron to latest version, 4.0.1. Fix sampler bug introduced in 0.2.10 & 11.
Version 0.1.10
Multichannel support - billorcutt/i_dropped_my_phone_the_screen_cracked#39
Revert temp fix for this issue - billorcutt/i_dropped_my_phone_the_screen_cracked#32
Better support for multiple code windows.
Keyboard and mouse event listeners.