=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== csoundqt-0.9.7/bin/build-deploy-csoundqt-osx.sh-59-# Check the background image DPI and convert it if it isn't 72x72 csoundqt-0.9.7/bin/build-deploy-csoundqt-osx.sh:60:_BACKGROUND_IMAGE_DPI_H=`sips -g dpiHeight ${DMG_BACKGROUND_IMG} | grep -Eo '[0-9]+\.[0-9]+'` csoundqt-0.9.7/bin/build-deploy-csoundqt-osx.sh:61:_BACKGROUND_IMAGE_DPI_W=`sips -g dpiWidth ${DMG_BACKGROUND_IMG} | grep -Eo '[0-9]+\.[0-9]+'` csoundqt-0.9.7/bin/build-deploy-csoundqt-osx.sh-62- ############################################## csoundqt-0.9.7/bin/build-deploy-csoundqt-osx.sh-100-# assumes our contents are at least 1M! csoundqt-0.9.7/bin/build-deploy-csoundqt-osx.sh:101:SIZE=`du -sh "${STAGING_DIR}" | sed 's/\([0-9\.]*\)M\(.*\)/\1/'` csoundqt-0.9.7/bin/build-deploy-csoundqt-osx.sh:102:SIZE=`echo "${SIZE} + 1.0" | bc | awk '{print int($1+0.5)}'` csoundqt-0.9.7/bin/build-deploy-csoundqt-osx.sh-103- ############################################## csoundqt-0.9.7/qcs.pro-139-pythonqt { csoundqt-0.9.7/qcs.pro:140: include ( $${PYTHONQT_SRC_DIR}/build/PythonQt.prf ) csoundqt-0.9.7/qcs.pro:141: include ( $${PYTHONQT_SRC_DIR}/build/PythonQt_QtAll.prf ) csoundqt-0.9.7/qcs.pro-142- # Note, this is Python, not PythonQt include dir! ############################################## csoundqt-0.9.7/release_notes/Release Notes 0.9.2.1.md-13- csoundqt-0.9.7/release_notes/Release Notes 0.9.2.1.md:14:> `$ make install` csoundqt-0.9.7/release_notes/Release Notes 0.9.2.1.md-15- ############################################## csoundqt-0.9.7/release_notes/Release notes 0.9.4.md-39- csoundqt-0.9.7/release_notes/Release notes 0.9.4.md:40:to configuration file `($HOME/.config/csound/qutecsound.conf)`. csoundqt-0.9.7/release_notes/Release notes 0.9.4.md-41- ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-957- try: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:958: (host, _, _) = socket.gethostbyaddr(host) csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-959- except socket.error: ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1335- csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:1336: def _searchHostAddr(self, host): csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1337- """Search the subscribed OSCTargets for (the first occurence of) given host. ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1399- if type(address) in types.StringTypes: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:1400: address = self._searchHostAddr(address) csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1401- ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1441- if type(address) in types.StringTypes: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:1442: address = self._searchHostAddr(address) csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1443- ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1459- if type(address) in types.StringTypes: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:1460: address = self._searchHostAddr(address) csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1461- ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1483- try: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:1484: (host, _, _) = socket.gethostbyaddr(host) csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1485- except socket.error: ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1497- if type(address) in types.StringTypes: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:1498: address = self._searchHostAddr(address) csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1499- ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1509- try: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:1510: (host, _, _) = socket.gethostbyaddr(host) csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-1511- except socket.error: ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-2100- All registerd handlers must accept these three arguments: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:2101: - addr (string): The OSC-address pattern of the received Message csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-2102- (the 'addr' string has already been matched against the handler's registerd OSC-address, ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-2119- All registerd handlers must accept these three arguments: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:2120: - addr (string): The OSC-address pattern of the received Message csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-2121- (the 'addr' string has already been matched against the handler's registerd OSC-address, ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-2141- All registerd handlers must accept these three arguments: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:2142: - addr (string): The OSC-address pattern of the received Message csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-2143- (the 'addr' string has already been matched against the handler's registerd OSC-address, ############################################## csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-2256- try: csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py:2257: (host, port) = self.client._searchHostAddr(host) csoundqt-0.9.7/src/Scripts/Useful/GoOSC/OSC.py-2258- except NotSubscribedError: ############################################## csoundqt-0.9.7/templates/csound+html-template.csd:1:; Template for Csound-wasm html file that runs also in CsoundQt, Csound For Android and elsewhere csoundqt-0.9.7/templates/csound+html-template.csd-2-; (c) Tarmo Johannes 2018