This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "patcher" : { | |
| "fileversion" : 1, | |
| "appversion" : { | |
| "major" : 8, | |
| "minor" : 1, | |
| "revision" : 2, | |
| "architecture" : "x64", | |
| "modernui" : 1 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Name": "COMPASS Decoder loudspeaker directions.", | |
| "Description": "This configuration file was created with the COMPASS Decoder v1.0.2 plug-in. 9 Feb 2019 3:50:12pm", | |
| "LoudspeakerLayout": { | |
| "Name": "Loudspeaker Directions", | |
| "Loudspeakers": [ | |
| { | |
| "Azimuth": 29.88, | |
| "Elevation": 23.58, | |
| "Radius": 2.825, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Process: REAPER [2654] | |
| Path: /Applications/REAPER64.app/Contents/MacOS/REAPER | |
| Identifier: com.cockos.reaper | |
| Version: 6.10.0 (6.10.0) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: REAPER [2654] | |
| User ID: 503 | |
| Date/Time: 2019-12-10 10:13:12.516 +0100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Process: REAPER [10992] | |
| Path: /Applications/REAPER64.app/Contents/MacOS/REAPER | |
| Identifier: com.cockos.reaper | |
| Version: 6.10.0 (6.10.0) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: REAPER [10992] | |
| User ID: 503 | |
| Date/Time: 2019-12-10 11:19:04.640 +0100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Process: REAPER [18783] | |
| Path: /Applications/Reaper 6 Beta/REAPER64.app/Contents/MacOS/REAPER | |
| Identifier: REAPER | |
| Version: 5.99.62 81dfce7 (5.99.62 81dfce7) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: REAPER [18783] | |
| User ID: 503 | |
| Date/Time: 2019-11-24 10:06:41.402 +0100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Process: REAPER [18783] | |
| Path: /Applications/Reaper 6 Beta/REAPER64.app/Contents/MacOS/REAPER | |
| Identifier: REAPER | |
| Version: 5.99.62 81dfce7 (5.99.62 81dfce7) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: REAPER [18783] | |
| User ID: 503 | |
| Date/Time: 2019-11-24 10:06:41.402 +0100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def get_post_start(post) | |
| content = post.compiled_content | |
| if /<!-- more -->/.match(content) | |
| content = content.partition('<!-- more -->').first + | |
| "<div class='read-more'><a href='#{post.path}'>Listen and continue reading ›</a></div>" | |
| end | |
| return content | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public void rms(int channel) { | |
| float[] samps = MSPBuffer.peek(bufname, channel); | |
| double total = 0; | |
| for (int i=0;i<samps.length;i++) { | |
| total += samps[i]*samps[i]; | |
| } | |
| outlet(0, Math.sqrt(total/samps.length)); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Trond:jamoma2 lossius$ mkdir build-xcode | |
| Trond:jamoma2 lossius$ cd build-xcode/ | |
| Trond:build-xcode lossius$ cmake -G Xcode .. | |
| -- The C compiler identification is AppleClang 7.3.0.7030031 | |
| -- The CXX compiler identification is AppleClang 7.3.0.7030031 | |
| -- Check for working C compiler using: Xcode | |
| -- Check for working C compiler using: Xcode -- works | |
| -- Detecting C compiler ABI info |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Process: Max [27681] | |
| Path: /Applications/Max.app/Contents/MacOS/Max | |
| Identifier: com.cycling74.Max | |
| Version: 7.0.6 [e494ac0] (7.0.6) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: Max [27681] | |
| User ID: 501 | |
| Date/Time: 2015-09-17 10:34:33.182 +0200 |
NewerOlder