Work-in-progress repo for ambisonics extensions for OM-SoX
Alexander Nguyen
4 hours ago d6bb375789821f4e4e175465f50e77e8a6b1aaf7
commit | author | age
92c40d 1 **OM-SoX 1.0.1**
AN 2 ---------------
3 Copyright © 2011-2016, Marlon Schumacher
4
5 ----------
6 OM-SoX is an open-source, cross-platform library for symbolic multichannel audio manipulation and batch processing in [OpenMusic][1]. It presents a symbolic audio editing suite with graphical editors and functional & object-oriented programming features.
7
8
9 OM-SoX uses [SOundeXchange][2] as dsp engine. 
10 © 1998−2013 Chris Bagwell and SoX Contributors. 
11 © 1991 Lance Norskog and Sundry Contributors.
12
13 My thanks go to Jean Bresson and Bertrand Scherrer for feedback & help, also to Anders Vinjar and Dave Philips for their advice on adapting OM-SoX for Linux.
14
15 OM-SoX has been tested with sox14.4.1 and OM6.6-10 on MacOS10.7-11.
16
17 Known issues:
18
19  - There's currently a problem in sox (14.4.1) for MacOS coreaudio for using audio devices other than the  system device. 
20  - There seems to be an issue with sox (14.4.1) for MacOS with decoding of .ogg files
21  - *sox-splice* is experimental and shall be updated in a future release.
22  - *sox-analysis* reading errors for certain statistics when used with multi-channel audio. 
23
24 OM-SoX user mailing list:
25 omsox-users[at]lists[dot]sourceforge[dot]net
26
27 For feature-requests/issues please use the ticket system on sourceforge:
28 https://sourceforge.net/p/omsox/tickets
29
30
31 ----------
32
33
34 *OM-SoX is developed and maintained by myself alone on a volunteer basis. Please consider making this world a better place by supporting free & open-source software with a donation. Any amount is appreciated. https://sourceforge.net/p/omsox/donate*
35
36 "Open Source software developers and projects are well-known for providing their source code and applications free-of-charge. These teams and individuals rely on donations to help offset development costs, hardware purchases, and other expenses (like travel to conferences) in support of ongoing development of the software." (sourceforge.net)
37
38 -----------------------------------------------
39
40 Copyright (c) 2011-2016, Marlon Schumacher. 
41 All rights reserved.
42
43 Redistributions in binary or source form must reproduce the above copyright notices and credits, and the following disclaimer in the documentation and/or other materials provided with the distribution.
44
45 DISCLAIMER:
46
47 This program is free software; you can redistribute it and/or
48 modify it under the terms of the GNU General Public License
49 as published by the Free Software Foundation; either version 2
50 of the License, or (at your option) any later version.
51
52 See file LICENSE for further informations on licensing terms.
53
54 This program is distributed in the hope that it will be useful,
55 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57 GNU General Public License for more details.
58
59 You should have received a copy of the GNU General Public License
60 along with this program; if not, write to the Free Software
61 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,10 USA.
62
63
64 ----------
65
66
67 Installation: 
68 Drag folder "OM-SoX 1.0" anywhere on your drive.
69 Load into OpenMusic as an external library.
70 Import tutorial patches via OpenMusic's *Help* menu.
71
72 ************************************************
73 Release notes 
74
75 Release version : 1.0.1
76 Release Date    : 2016/11/10
77
78 -hotfix for startup error due to a function 
79 being redefined
80 ------------------------------------------------
81 Release version : 1.0.0-b8
82 Release Date    : 2014/10/22
83
84  - Updated for compatibility with OM6.9
85  
86 ------------------------------------------------
87 Release version : 1.0.0-b7
88 Release Date    : 2014/06/13
89
90  - Added sox-plot function
91  - Added new input combiner for multiplying signals (sox-multiply)
92  - Improved *sox-convolve* function: Automatically compensates for FIR-delay and gain
93
94
95   [1]: http://repmus.ircam.fr/openmusic/home "OpenMusic"
96   [2]: https://sourceforge.net/projects/sox/ "SOundeXchange"