]> git.0d.be Git - jack_mixer.git/log
jack_mixer.git
16 years ago * Disable -Werror in release tarball release-4
Nedko Arnaudov [Thu, 17 May 2007 10:44:05 +0000 (10:44 +0000)]
 * Disable -Werror in release tarball
 * Switch version to 3 in autotools
 * Add info about changes between version 3 and version 4

git-svn-id: svn://svn.gna.org/svn/jackmixer/tags/release-4@72 330dde89-2920-0410-a79a-889b863ea5ce

16 years agorelease version 4
Nedko Arnaudov [Wed, 16 May 2007 23:13:35 +0000 (23:13 +0000)]
release version 4

git-svn-id: svn://svn.gna.org/svn/jackmixer/tags/release-4@71 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoAdd info about MIDI CC control
Nedko Arnaudov [Wed, 16 May 2007 23:10:46 +0000 (23:10 +0000)]
Add info about MIDI CC control

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@70 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoMake JACK MIDI optional and autodetected
Nedko Arnaudov [Wed, 16 May 2007 23:00:25 +0000 (23:00 +0000)]
Make JACK MIDI optional and autodetected

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@69 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoRemove MIDI out port
Nedko Arnaudov [Wed, 16 May 2007 22:29:51 +0000 (22:29 +0000)]
Remove MIDI out port

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@68 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoUse slider scale as for MIDI CC -> volume scaling
Nedko Arnaudov [Wed, 16 May 2007 22:14:27 +0000 (22:14 +0000)]
Use slider scale as for MIDI CC -> volume scaling

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@67 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoCleanup scale code by removing threshold objects in python part (replaced with mark...
Nedko Arnaudov [Wed, 16 May 2007 21:43:44 +0000 (21:43 +0000)]
Cleanup scale code by removing threshold objects in python part (replaced with mark objects only for marks)

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@66 330dde89-2920-0410-a79a-889b863ea5ce

16 years ago * Move scales to C
Nedko Arnaudov [Wed, 16 May 2007 21:13:41 +0000 (21:13 +0000)]
 * Move scales to C
 * float->double at SWIG boundary (SWIG does not handle infinities stored in floats)

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@65 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoFix building against old jack midi api (Thanks Stefan Kost)
Nedko Arnaudov [Thu, 10 May 2007 13:21:03 +0000 (13:21 +0000)]
Fix building against old jack midi api (Thanks Stefan Kost)

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@64 330dde89-2920-0410-a79a-889b863ea5ce

16 years ago * Reflect changes caused by MIDI CCs in UI (move sliders, etc.)
Nedko Arnaudov [Mon, 7 May 2007 09:34:18 +0000 (09:34 +0000)]
 * Reflect changes caused by MIDI CCs in UI (move sliders, etc.)
 * Improve MIDI CCs mapping curve (still fixed)

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@63 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoBe sample accurate when handling jack midi events - no rounding their timings to...
Nedko Arnaudov [Sun, 6 May 2007 14:59:25 +0000 (14:59 +0000)]
Be sample accurate when handling jack midi events - no rounding their timings to begining of JACK period anymore

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@62 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoMove channel buffers from stack to structs so theyt can be reused when mixing with...
Nedko Arnaudov [Sun, 6 May 2007 14:25:15 +0000 (14:25 +0000)]
Move channel buffers from stack to structs so theyt can be reused when mixing with different parameters during one JACK processing period

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@61 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoAdd per-engine mutex for ensuring thread safety between main UI thread and JACK realt...
Nedko Arnaudov [Sun, 6 May 2007 12:46:40 +0000 (12:46 +0000)]
Add per-engine mutex for ensuring thread safety between main UI thread and JACK realtime thread.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@60 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoMap MIDI CCs to both volume and balance.
Nedko Arnaudov [Sat, 5 May 2007 20:02:00 +0000 (20:02 +0000)]
Map MIDI CCs to both volume and balance.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@59 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoInitial MIDI decoding (main volume is at CC#7)
Nedko Arnaudov [Sat, 5 May 2007 17:29:18 +0000 (17:29 +0000)]
Initial MIDI decoding (main volume is at CC#7)

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@58 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoAdd MIDI ports
Nedko Arnaudov [Sat, 5 May 2007 11:16:11 +0000 (11:16 +0000)]
Add MIDI ports

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@57 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoRefactor engine interface and remove global mixer engine variable.
Nedko Arnaudov [Sat, 5 May 2007 10:32:03 +0000 (10:32 +0000)]
Refactor engine interface and remove global mixer engine variable.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@56 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoMinimize references to global mixer variable by having pointer to mixer structure...
Nedko Arnaudov [Sat, 5 May 2007 09:46:54 +0000 (09:46 +0000)]
Minimize references to global mixer variable by having pointer to mixer structure in channel structure.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@55 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoUse recently imported log subsystem instead of using [f]prinf() directly.
Nedko Arnaudov [Sat, 5 May 2007 09:12:21 +0000 (09:12 +0000)]
Use recently imported log subsystem instead of using [f]prinf() directly.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@54 330dde89-2920-0410-a79a-889b863ea5ce

16 years ago * Use bool type for stereo parameter of add_channel.
Nedko Arnaudov [Sat, 5 May 2007 08:45:54 +0000 (08:45 +0000)]
 * Use bool type for stereo parameter of add_channel.
 * Add -fno-strict-aliasing to CFLAGS, swig generated wrapper uses aliasing at least for bools.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@53 330dde89-2920-0410-a79a-889b863ea5ce

16 years ago * Don't use the global mixer pointer variable in jack process callback, use callback...
Nedko Arnaudov [Fri, 4 May 2007 23:54:54 +0000 (23:54 +0000)]
 * Don't use the global mixer pointer variable in jack process callback, use callback argument instead.
 * Fix bugs caused by uninitialized values (apeared in recent commit).

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@52 330dde89-2920-0410-a79a-889b863ea5ce

16 years agosvn:ignore gdb history file
Nedko Arnaudov [Fri, 4 May 2007 23:44:20 +0000 (23:44 +0000)]
svn:ignore gdb history file

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@51 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoMove all globals into one struct.
Nedko Arnaudov [Fri, 4 May 2007 23:43:28 +0000 (23:43 +0000)]
Move all globals into one struct.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@50 330dde89-2920-0410-a79a-889b863ea5ce

16 years ago * Allow enforcing thread safety
Nedko Arnaudov [Tue, 1 May 2007 22:31:43 +0000 (22:31 +0000)]
 * Allow enforcing thread safety
 * Cleanup
 * Documentation improvements

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@49 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoImport some code (atomic memory allocate and log subsystem)
Nedko Arnaudov [Tue, 1 May 2007 20:14:01 +0000 (20:14 +0000)]
Import some code (atomic memory allocate and log subsystem)

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@48 330dde89-2920-0410-a79a-889b863ea5ce

16 years agoStart using stdbool.h (C99)
Nedko Arnaudov [Tue, 1 May 2007 14:27:40 +0000 (14:27 +0000)]
Start using stdbool.h (C99)

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@47 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoUpdate installation instructions (autotools are here!)
Nedko Arnaudov [Sun, 22 Apr 2007 11:31:31 +0000 (11:31 +0000)]
Update installation instructions (autotools are here!)

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@46 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoMake SWIG required only when building svn version. Building from distribution tarball...
Nedko Arnaudov [Sun, 22 Apr 2007 11:20:42 +0000 (11:20 +0000)]
Make SWIG required only when building svn version. Building from distribution tarball does not need SWIG anymore. SWIG generated files are produced when distribution tarball is being created.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@45 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoProperly check for python modules required runtime.
Nedko Arnaudov [Sun, 22 Apr 2007 10:37:51 +0000 (10:37 +0000)]
Properly check for python modules required runtime.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@44 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoProperly check for python modules required runtime.
Nedko Arnaudov [Sun, 22 Apr 2007 10:34:09 +0000 (10:34 +0000)]
Properly check for python modules required runtime.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@43 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoImprove autotools gconf handling
Nedko Arnaudov [Sun, 22 Apr 2007 00:20:01 +0000 (00:20 +0000)]
Improve autotools gconf handling

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@42 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoAutotools fixes
Nedko Arnaudov [Thu, 19 Apr 2007 16:20:10 +0000 (16:20 +0000)]
Autotools fixes

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@36 330dde89-2920-0410-a79a-889b863ea5ce

17 years agodistribute jack_mixer.py (Thanks blackpenguin)
Nedko Arnaudov [Sun, 15 Apr 2007 17:36:54 +0000 (17:36 +0000)]
distribute jack_mixer.py (Thanks blackpenguin)

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@35 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoswitch to autotools and prepare for midi
Nedko Arnaudov [Sat, 14 Apr 2007 14:29:07 +0000 (14:29 +0000)]
switch to autotools and prepare for midi

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@34 330dde89-2920-0410-a79a-889b863ea5ce

17 years agomake test working again
Nedko Arnaudov [Sat, 14 Apr 2007 14:28:12 +0000 (14:28 +0000)]
make test working again

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@33 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoFix bug and disable warning.
Nedko Arnaudov [Fri, 13 Apr 2007 23:00:18 +0000 (23:00 +0000)]
Fix bug and disable warning.

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@32 330dde89-2920-0410-a79a-889b863ea5ce

17 years ago * Detect NaNs
Nedko Arnaudov [Mon, 9 Apr 2007 20:26:17 +0000 (20:26 +0000)]
 * Detect NaNs
 * Dont mix nan sample and next samples in current jack frame (only messed channel)
 * Show NaNs to user (abspeak goes red and shows NaN)
 * Reset channel NaN status on abspeak reset

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@29 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoUpdate info in README
Nedko Arnaudov [Sun, 8 Apr 2007 19:26:39 +0000 (19:26 +0000)]
Update info in README

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@23 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoIgnore generated files
Nedko Arnaudov [Tue, 27 Feb 2007 17:00:08 +0000 (17:00 +0000)]
Ignore generated files

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@20 330dde89-2920-0410-a79a-889b863ea5ce

17 years agofix offsetof definition search
Nedko Arnaudov [Mon, 8 Jan 2007 12:29:03 +0000 (12:29 +0000)]
fix offsetof definition search

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@14 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoAdd hints for Ubuntu users
Nedko Arnaudov [Fri, 22 Dec 2006 20:16:24 +0000 (20:16 +0000)]
Add hints for Ubuntu users

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@13 330dde89-2920-0410-a79a-889b863ea5ce

17 years agoMove code to separate dirctory - dont intermix it with website stuff
Nedko Arnaudov [Sun, 17 Dec 2006 17:42:04 +0000 (17:42 +0000)]
Move code to separate dirctory - dont intermix it with website stuff

git-svn-id: svn://svn.gna.org/svn/jackmixer/code@12 330dde89-2920-0410-a79a-889b863ea5ce