V1.6plus -------- + Added: Enter Key now Selects the Machine and Instrument under the cursor. + Added: Loop Setting in wave Editor. Ctrl+Left Click = Start . Ctrl+Rigth Click = End. + Added: Right Clicking in the Wave Ed does Zoom in if selection and Zoom Out if no selection. + Added: Added shortcut Ctrl+P to show up the Presets dialog. + Added: Sampler Retrig Command ( 15xy ) + Added: Saving a song now also adds it to the recent songs Popup. + Added: New compiled M3, AS2f and JMDrum Machines. M3: ported again (and better?) AS2f: Random mode made like ABass (noise) JMDrum : Some voice allocation changes (no more crashes?) + Added: New "toy" : PluckedString.dll from Druttis * Change: Parameter windows now are showed centered on the screen. * Change: Machine box created also centered on the mouse * Change: WaveEd shortcutkey for amplify is now Ctrl+M and Ctrl+A is select all (Del is Delete) * Change: Now the "autosave.psy"'s are created ALWAYS on your songs Root Directory. * Change: Due to a previous fix, you couldn't change the BPM nor the TPB when a song was playing. now this is possible again. * Change: To select a machine in the Machine view now you have to press Control Key. Previus method used to cause troubles when tweaking effects. ! bug: Sequence selection was not correcly updated when stopping sometimes. ! bug: Note entering with MIDI keyboards didn't enter the velocity as previous versions did. V1.6 ---- + Added Song Autosave. Each 10 minutes, a file named "autosave.psy" is saved with your current data. + Added a confirmation dialog when pressing the Save Button. (As it seems, some people press it by mistake) + Added : "Arguru Bass", "Arguru Synth", "Arguru Synth 2" and "ASynth21" are replaced by "Argury Synth 2f" when loading songs that used those old plugins. + Added Dll Name in the "New Machine" dialog and posibility to show Dll name instead of name. + Added : Now machine Dialogs' title indicate the machine number too. + Added Feature: Clicking on a machine selects it in the combobox. + Added : Option in Master Dialog to autoDecrease Master volume when clipping (Note: like all other machine's _dialog_ boxes, the slidebar is not updated till you reopen it) + Added "Shift+Mouse Move" to move the knobs of parameters in steps of 1. + Added back Space Bar -> Stop Song. To enable it, go to Keyboard Configuration and Make sure that the checkbox named "Right CTRL stop / Space play" is active. + Shift+Note (add note and jump to the next track) works again. Also, modified Pattern Step 0 to do this as well. + Added Feature: Player now remembers the last machine used in each track. + Added Mcm Command. Replaces the VST's 10xx Command which did the same thing. - twf Command removed. Now you can do the same with the twk command (old songs will STILL show twf). - Removed code that makes a sampler machine change the polyphony to 8 when loading a song where it is 2. This was needed for old (<1.1) songs. * GUI Improved: Little placement changes, new combobox and a new internal logic to update automatically these comboboxes when needed. * Set "Use Gfx Double buffer" On by default (It has been proved enough, and it's better) * Changed : Effect Machines are now numbered from 40(hex) to 7F(hex) * CTRL+X does not Unselect now. * Doubleclick on the sequencer now sets that position to the first not used pattern. * "Insert" on the sequencer now inserts the first not used in that position and increases Length. * Little changes in the Native Machine interface made by pooplog. This improves the visuals. * Changes in the MachineInterface.h definition file. (made by pooplog) This causes all older machines to cease function.This concretely means that M3, AS2.1 and Guru6 work no more (They were considered "Old/buggy" machines anyway). Note: We have the sources of the M3 Buzz machine, so soon we will have a Psycle version of it again. * New Machine Dialog (Plugin Browser) now supports up to 512 Plugins (256 was the limit before) * Changed the function which obtains the name of the VST plugins. You should Refresh the machine list. (thanks to Destroy FX ( http://www.smartelectronix.com/~destroyfx ) for making us notice this) Note: ZR-1 shows up as "flp" (which was the old name). * Modified also the way to get the Version Number. Most of the time you will get "0" now. Don't know what is worse... * Playing engine Changes. Now it executes tracker (Fxxx) and twk/Mcm commands before than notes. * Set default Amplitude for sampler to Minimum (So that it acts like being disabled) ! Fixed: Starting Psycle, needed to swap to the pattern view to have MIDI In working. ! Fixed crash while playing MIDI and then loading a song. ! Fixed crash when loading an invalid (non existant) wave file. ! Fixed bug where you could no longer play samples if you loaded a sample and pressed OK/Cancel while it was still playing (prelistening) (Reported by alk) ! Fixed some playback Issues with the sampler in other sampleRate than 44100Hz ! Fixed the "New Machine" dialog resetting to "Sort by Type" each time. ! Fixed tweaks in some Internal Machines not working as expected. ! Fixed bug(crash, sometimes) when delete unexistent machine (dummy machine which came from loading a song and having a .dll missing) Entry on generators was not removed. ! Fixed "Arguru Synth"(all versions) not Stopping/noteoff right when using arpeggio. ! Fixed VST Flickering ocurring when a song was tweaking a _native_ plugin. ! Fixed: selecting a group of patterns in the sequencer and "playblock" looped at songlength if this was previous to the block end. ! Fixed Crash bug when not indicating the wire Index with the FCxx command ! F8 Should now Stop all notes started in the pattern. (EXCLUDING those started by MIDI commands if the plugin doesn't support "all notes off" event) ! Chords with VSTi's didn't work well if you did like : F-4 | A-4 | C-5 and in the next lines A-4 | C-5 | E-5 . It will STILL not work if you do: F-4 | A-4 | C-5 and A-4 | off | off. Can't fix it completely without recoding. ! Fixed bug: Entering "twk" or "twf" command in the pattern was innecessary executed. This could have caused many parameters to get changed without notice. ! Fixed graphical bug in selection where "ctrl+b , ctrl+e and Tab" sequence was made at the end of the pattern. (Wrong variable used). ! Fixed "Tracks" Combobox not being updated on open/import/new file. ! Fixed Scrolling bug. Shift+Tab on the first Track and pressing play showed that the "row" numbers got overwritten. ! Fixed Double Buffered Screen Resize problem (It really didn't resize) ! Fixed ENORMOUS GUI bug in the pattern editor when you used FExx command to change the TPB. Bugfix has consisted on changing the value only in the Player, not in the song.