]> git.0d.be Git - jack_mixer.git/history - jack_mixer.h
Set version to 14 in preparation for next release
[jack_mixer.git] / jack_mixer.h
2020-07-19 Daniel SheelerAdd K20 scale
2020-07-10 Christopher ArndtRemove remnants if previous Python bindings with Swig
2020-07-05 Daniel SheelerSerialize prefader button states
2020-07-03 Daniel SheelerAdd a prefader button to input channel control groups
2020-06-29 Daniel SheelerBalance uses pick up mode
2020-06-29 Daniel SheelerDo pick up mode properly for volume
2020-06-28 Daniel SheelerAdd midi behavior modes: "pick up" and "jump to value"
2020-06-25 Christopher ArndtAllow manual setting of MIDI control change numbers...
2020-06-18 Daniel SheelerMerge pull request #7 from synthnassizer/mergebranch
2020-06-18 Athanasios Silismany memleak errors
2020-06-13 Athanasios SilisMerge branch 'master' into mergebranch
2020-06-11 Athanasios Silisadded reporting of the current volume through sigusr1...
2020-06-11 Athanasios Silisadded scale.h and split scale function declarations...
2020-05-04 Daniel SheelerMake 'solo all' midi controlable
2020-05-04 Daniel SheelerAdd a 'solo all' button
2020-05-03 Daniel SheelerShore up sensing midi cc
2020-04-29 Daniel SheelerAdd midi control for mute-all button
2020-04-27 Daniel SheelerRemove main mix channel
2020-04-27 Daniel SheelerMake midi channel 0 work
2020-04-25 Daniel SheelerAdd per output channel mute button
2012-12-30 Sarah MischkeAdd a trayicon and minimize to tray feature (#2992)
2011-07-13 Frédéric PétersAdd possibility for main to be mono
2011-07-12 Frédéric PétersRename midi_got_events to midi_in_got_events
2010-02-09 Frédéric PétersBack to polling for MIDI events, to avoid the need...
2009-12-12 Frédéric PétersHarmonise function declaration style
2009-12-11 Frédéric PétersAdd possibility to have output channels mixing channels...
2009-12-11 Frédéric PétersAdd methods to know if a channel has been muted/soloed
2009-11-07 Frédéric PétersRewrote handling of solo/mute to support any output...
2009-10-29 Frédéric PétersOnly set MIDI CC automatically when a channel is added...
2009-10-25 Frédéric PétersAdd postfade outputs to every input channels
2009-10-23 Frédéric PétersPossibility to change CC attribution dynamically
2009-10-22 Frédéric PétersRewrote the way MIDI control change events attribution...
2009-10-21 Frédéric PétersAdd a last_midi_channel attribute to mixer
2009-10-20 Frédéric PétersRewrote Python binding to jack_mixer.c
2007-05-16 Nedko ArnaudovUse slider scale as for MIDI CC -> volume scaling
2007-05-16 Nedko ArnaudovCleanup scale code by removing threshold objects in...
2007-05-16 Nedko Arnaudov * Move scales to C
2007-05-07 Nedko Arnaudov * Reflect changes caused by MIDI CCs in UI (move slide...
2007-05-05 Nedko ArnaudovRefactor engine interface and remove global mixer engin...
2007-05-05 Nedko Arnaudov * Use bool type for stereo parameter of add_channel.
2007-05-01 Nedko ArnaudovStart using stdbool.h (C99)
2006-12-17 Nedko ArnaudovMove code to separate dirctory - dont intermix it with...