]> git.0d.be Git - jack_mixer.git/history - jack_mixer.c
Set version to 14 in preparation for next release
[jack_mixer.git] / jack_mixer.c
2020-07-19 Daniel SheelerAdd K20 scale
2020-07-19 Daniel SheelerFix mono in to stereo out, AGAIN
2020-07-10 Christopher ArndtFix 'unused variable' compiler warning
2020-07-09 Daniel SheelerImproved, logorithmic ramping
2020-07-05 Daniel SheelerSerialize prefader button states
2020-07-04 Christopher ArndtChange log level of some debug messages in C code
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 Silisminor fix to report jack name along with volumes
2020-06-18 Athanasios Silismany memleak errors
2020-06-18 Athanasios Silisvarious warning fixes
2020-06-13 Athanasios SilisMerge branch 'master' into mergebranch
2020-06-13 Athanasios Silisadded inits for frames
2020-06-12 Daniel SheelerFix mono input to stereo output
2020-06-11 Athanasios Silisadded reporting of the current volume through sigusr1...
2020-06-11 Athanasios Silisfixed mono operation segfault
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-29 Daniel SheelerAdd mute-all button to input channels
2020-04-27 Daniel SheelerRemove main mix channel
2020-04-27 Daniel SheelerReduce volume ramp time to 0.01 seconds
2020-04-27 Daniel SheelerMake midi channel 0 work
2020-04-25 Daniel SheelerAdd per output channel mute button
2020-04-02 Daniel Sheelerensure transition has at least 1 step
2020-04-02 Daniel SheelerSpecify volume transition in seconds
2020-04-02 Daniel Sheelercleanup unused calc_channel_volumes funcs
2020-04-02 Daniel SheelerImproved ramping over an arbitrary time,
2020-03-29 Daniel SheelerFixed pop when balance crosses zero.
2020-03-29 Daniel Sheelerde-zipper panning and volume changes
2012-12-30 Sarah MischkeAdd a trayicon and minimize to tray feature (#2992)
2012-01-16 Nedko Arnaudovfix crash when midi scale is not set
2011-07-13 Frédéric PétersAdd possibility for main to be mono
2011-07-12 Frédéric PétersDo not feed balance control changes to MIDI
2011-07-12 Frédéric PétersSend MIDI control change events
2011-07-12 Frédéric PétersAdd a midi out port
2011-07-12 Frédéric PétersRename midi_got_events to midi_in_got_events
2010-05-05 Arnout EngelenRemove bad crackling when changing the volume through...
2010-02-09 Frédéric PétersBack to polling for MIDI events, to avoid the need...
2010-02-09 Frédéric Pétersfixed stderr variable name
2010-01-19 Arnout Engelendon't call calloc() while handling process()
2009-12-15 Frédéric PétersHandle post fader outputs for input channels from Pytho...
2009-12-12 Frédéric PétersCall update_channel_buffers() after input channels...
2009-12-12 Frédéric PétersFix indentation of prefader check
2009-12-12 Frédéric PétersHarmonise function declaration style
2009-12-12 Frédéric PétersRemove references to deleted input channel from all...
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-12-09 Frédéric PétersCreate post fader outputs as system outputs
2009-12-06 Frédéric PétersUse jack_client_open instead of deprecated jack_client_new
2009-12-05 Nedko Arnaudovfix use of uninitialized variable
2009-11-28 Arnout EngelenRemove output ports for input channels when the input...
2009-11-28 Arnout EngelenFix crash when using mono channels
2009-11-07 Frédéric PétersCalculate input channel frames only once per frame
2009-11-07 Frédéric PétersRewrote handling of solo/mute to support any output...
2009-11-02 Frédéric PétersFixed handling of mono output channels
2009-10-29 Frédéric PétersOnly set MIDI CC automatically when a channel is added...
2009-10-29 Frédéric PétersDo not automatically map output channels to midi CC
2009-10-25 Frédéric PétersAdd postfade outputs to every input channels
2009-10-25 Frédéric PétersLink against glib, and use GSList for channels_list
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
2008-05-03 Nedko ArnaudovApply (slightly modified) patch from Krzysztof Foltman...
2007-05-17 Nedko ArnaudovFix jack compatibility (should work with not svn jack...
2007-05-16 Nedko ArnaudovMake JACK MIDI optional and autodetected
2007-05-16 Nedko ArnaudovRemove MIDI out port
2007-05-16 Nedko ArnaudovUse slider scale as for MIDI CC -> volume scaling
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-06 Nedko ArnaudovBe sample accurate when handling jack midi events ...
2007-05-06 Nedko ArnaudovMove channel buffers from stack to structs so theyt...
2007-05-06 Nedko ArnaudovAdd per-engine mutex for ensuring thread safety between...
2007-05-05 Nedko ArnaudovMap MIDI CCs to both volume and balance.
2007-05-05 Nedko ArnaudovInitial MIDI decoding (main volume is at CC#7)
2007-05-05 Nedko ArnaudovAdd MIDI ports
2007-05-05 Nedko ArnaudovRefactor engine interface and remove global mixer engin...
2007-05-05 Nedko ArnaudovMinimize references to global mixer variable by having...
2007-05-05 Nedko ArnaudovUse recently imported log subsystem instead of using...
2007-05-05 Nedko Arnaudov * Use bool type for stereo parameter of add_channel.
2007-05-04 Nedko Arnaudov * Don't use the global mixer pointer variable in jack...
2007-05-04 Nedko ArnaudovMove all globals into one struct.
2007-05-01 Nedko ArnaudovStart using stdbool.h (C99)
2007-04-13 Nedko ArnaudovFix bug and disable warning.
2007-04-09 Nedko Arnaudov * Detect NaNs
2006-12-17 Nedko ArnaudovMove code to separate dirctory - dont intermix it with...