1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
|
[P]hase [H]armonic [A]dvanced [S]ynthesis [EX]permient
Changelog:
2009-09-22 William Weston <weston@sysex.net> - 0.12.0
* Rebuilt configure.ac (now uses autoconf and automake properly).
* Added --enable-32bit and --enable-cpu-power= options to configure.
* Enabled gcc version checking for selecting optimization flags.
* Updated phasex.desktop file and removed extra copy in phasex root.
* Updated phasex.spec.in to work with new changes.
* Added GTK engine detection and separated engine def from themes.
* Adjusted themes and table layouts to allow one-page on 1024x768.
* Added missing extern to variable prototypes in param.h.
* Re-Added patch menu and added bank mem mode to it.
* Moved MIDI channel from general section to patch box.
* Moved patch->midi_channel to setting_midi_channel.
* Added MIDI channel to command line options.
* Fixed all GTK errors and warnings in file dialogs.
* Added amp velocity control (yes, it's finally here).
* Fixed smoothing algorithm for aftertouch sensitivity.
* Changed default rt priorities for midi and engine to 89 and 88.
* Added realtime sched policy setting (choice of SCHED_FIFO or SCHED_RR).
* Fixed long-time-lurking patch name corruption bug.
* Added hidden maximize setting (remember window state).
* Fixed all phasex_shutdown() related segfaults.
* Increased buffer periods from 1 to 2 (hardwired).
* Fixed ringbuffer read in process_buffer() !!!
* Added extra child logic to widget_set_custom_font().
* Added extra child logic to widget_set_backing_store().
* Fixed layout of controller update window and settings window.
* Added support for patch names and program numbers on command line.
* Included full text of GPLv2 in licensing screen.
* Removed more depracated code bits.
* Cleaned up comments/style/whitespace all over.
2009-09-14 William Weston <weston@sysex.net> - 0.12.0-beta
* Fixed midimap load problem on startup.
* Added parameter locking.
* Updated per cpu-type compiler flags (fixes 64bit builds).
* Updated rpm spec (Fedora's changes for handling desktop file).
* Added memory locking to avoid page faults in rt.
* Changed mutexes for rt threads to PI mutexes.
* Added gtk theme support and initial phasex widget color theme.
* Fixed amp envelope curve.
* Reworked JACK connection code (watchdog loop instead of extra thread).
* Implemented global instance number tracking (used for ALSA and JACK).
* Changed ALSA client name to match JACK client name (with instance num).
* Added initial support for loading sampled oscillators.
* Fixed portamento calculations (nice and smooth again).
* Implemented portamento for poly keymode.
* Fixed problem with legato LFO retriggering in poly keymode.
* Added name, class, and role window manager hints.
* Added table rebuilds to handle on-the-fly tuning freq changes.
* Added sampled waveforms to the wave tables.
* Implemented hermite interpolation, now used in chorus.
* Renamed Chorus Phase Amount to Chorus Phase Balance.
* Retuned chorus delay, now based on the musical scale.
* Implemented decayed average smoothing for pitch bender.
* Cleaned up code and removed many deprecated code bits.
* Added PHASEX_CPU_POWER macro for cpu class tunings.
* Added handling of X_CFLAGS when running configure.
* Updated README, INSTALL, ROADMAP, and parameter help.
* Updated licensing, clarifying use of PHASEX, samples, and patches.
* Fixed bug with envelope recalculation while note is in play.
* Cleaned up many warnings for gcc-4.3.2.
* Changed patch bank size to 1024 and created PHASEX_BANK_SIZE macro.
* Removed gtk_widget_realize() calls from file select dialogs.
* Set page size for all GtkAdjustment objects to zero.
* Fixed file dialog hang problem (delete and re-add idle handler).
* Added pan, filter lfo resonance, osc fine tune, and fm fine params.
* Fixed font specification in theme gtkrc (default now "Sans 8").
* Added option to ignore MIDI when mapping knobs with sequencer running.
* Enabled setting of defaults for unreferenced params in patch loads.
* Added graceful handling of unknown params in patch loads.
* Added better folder/shortcut handling to patch file dialogs.
* Added patch directory list to use all dirs in patchbank as shortcuts.
* Optimized gtkknob expose events (moved math into adj handling).
* Added check for pthread_mutexattr_setprotocol() for older libpthread.
* Added --enable-arch=foo handling for more architectures.
* Changed max polyphony from a compile-time to a run-time setting.
* Fixed GtkKnob for GTK >= 2.16.
* Added user switchable themes and fonts.
* Added true fullscreen mode.
* Added velocity/aftertouch support for filter, oscs, and lfos.
* Fixed JACK and ALSA MIDI thread shutdown code.
* Added optimizations for Atom processors and k8 varieties w/ sse3.
* Reworked handling of compile-time optimization and debug flags.
* Implemented complete gtkui thread restart for GUI restarts.
* Fixed Load/Save button height expansion issue.
* Moved filter_q from part struct to engine stack.
* Reduced knob size to 32x28 in order to save space vertically.
2007-08-13 William Weston <weston@sysex.net> - 0.11.1
* Applied Adam Sampson's patch fixing clobbered delay size and segfault.
* Added extra logic to sample rate handler to catch rate of 0 from JACK.
* Cleaned up whitespace and error reporting in jack.c.
* Fixed lack of resonance problem for LP+HP filter mode.
* Removed unused filter_key from voice structure.
* Added help documentation for preferences, command line, and filter modes.
* Added new patches to default patchbank.
2007-08-07 William Weston <weston@sysex.net> - 0.11.0
* Added patch file overwrite checking.
* Changed current patch to a dynamic pointer.
* Separated table sizes for wavetable, env curves, and freq shifts.
* Decreased sizes of lookup tables for speed.
* Unified resolution for freq shifts, master tune, and filter.
* Updated patchbank to reference patches by filename.
* Changed combobox lists to detent knobs.
* Reworked lookup table generation for better accuracy.
* Modified envelope curve to prevent clicking and to sound more natural.
* Implemented on-the-fly switching for layout mode and thread priorities.
* Fixed bandlimiting and filter tuning by accounting for oversampling.
* Removed division from filter smoothing calculations.
* Reordered struct elements to be more compact with forced alignments.
* Added command line argument for changing base A4 tuning frequency.
* Implemented preloading of patches for patch bank.
* Added ability to load multiple patches into bank with a starting offset.
* Fixed bank memory mode behavior.
* Moved patch load/save dialog code from gtkui.c to bank.c.
* Removed JACK side blocking/waiting for audio ringbuffer.
* Added --enable-arch=foo handling for all x86 cpu types in gcc-4.1.2.
* Renumbered param definitions to start at 0 instead of 1.
* Reworked phasex.h for easier tweaking and fine-tuning.
* Removed most bits of dead code.
* Cleaned up style and whitespace in most files.
* Added GUI only (patchbank handling) parameters to the help system.
* Fixed an unitialized next pointer problem in open_alsa_midi_in().
* Changed knob middle-click centering from release to press response.
* Added scroll-wheel support in gtkknob.c.
* Added Pete Shorthose's patch to enable backing store for widgets.
* Added event boxes behind most widgets for faster expose.
* Added parameter locking capability.
* Added button press and scroll-wheel handling to detent labels.
* Fixed compile and layout issues for GTK versions < 2.6.
* Added scroll-wheel support for rate values.
* Cleaned up configure.ac for smoother builds.
* Added a using phasex section to the help system.
* Updated documentation in help system.
* Added tuning freq and backing store to settings.
* Modified widget packing and spacing slightly to use less space.
* Decreased max delay time from 8/1 to 1/1 to save memory.
* Updated system patches to work better with filter and env tweaks.
2007-05-23 William Weston <weston@sysex.net> - 0.10.3
* Removed install of phasex.desktop from Makefile.am.
* Fixed shutdown when initiated by JACK.
* Re-implemented menubar using a GtkItemFactory.
* Fixed menu slowness by not using GTK stock items.
* Fixed file dialog slowness by prebuilding file dialogs.
* Fixed race condition in threads by exiting vs. being cancelled.
2007-05-19 William Weston <weston@sysex.net> - 0.10.2
* Fixed typos and omissions in parameter help file.
* Improved error handling and reporting in jack.c.
* Fixed JACK thread shutdown.
* Fixed improper style handling in gtkknob.c (broke in older GTK versions).
* Fixed knob centering on middle click drag events.
* Added Peter Shorthose's patch for saving memory with a single knob anim.
* Cleaned up style and whitespace in gtkknob.c, added boilerplate.
* Added current midimap file to saved settings.
* Fixed build and runtime problems with GTK versions >= 2.4.x and < 2.8.x.
* Fixed invalid setting of patch modified flag on startup.
* Updated error message for unhandled ALSA MIDI errors.
* Fixed passing of debug flags in configure.ac.
* Fixed detection of functions in libm.
* Added install of phasex.desktop to Makefile.am.
* Fixed uninitiailized varibable warnings in midi.c.
* Fixed missed internal update on bool params first switching to zero.
* Removed dead update_widget_val() in callback.c.
* Disabled engine side of audio ringbuffer locking.
* Changed name of ALSA MIDI sequencer input port for readability.
* Added project roadmap.
2007-05-03 William Weston <weston@sysex.net> - 0.10.1
* Fixed delay buffer size crash bug.
* Rebuilt config.h from configure.ac (fixes undefined PHASEX_DIR).
* Added engine thread cancellation point.
* Changed order of setting up JACK callbacks
* Moved main sample rate init code from samplerate callback to jack thread.
* Fixed oversampling mode.
* Fixed type on bank.c.
* Disabled debug output in help.c.
* Added --enable-debug option to configure.ac.
* Fixed volume of bassy-plucked-lead and zeroed input boost on all patches.
|