Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - loganmcbroom

Pages: 1 2 [3] 4 5
31
General Board / Re: Creating Compound Textures?
« on: November 18, 2016, 09:50:02 PM »
I don't know of any way to do this entirely within the notedata file, although I don't claim to be an expert. (Self plug warning) You could try using my front-end for this if you're on windows, it was designed for more in depth programmatic tasks. It's hard to say exactly how without knowing exactly what you're looking to do, but either of the methods you mention would be well suited to it. Here is an example script for mixing tmotif textures:

Code: [Select]
--Utility for getting single channel from stereo input
getmetatable('').__index = function( str, i ) return housekeep_chans( 1, i, str ) end

ndbase = "60\
#4\
0 1 0 0 0\
1 1 0 0 0\
2 1 0 0 0\
3 1 0 0 0\
"
nd1 = ndbase .. "#6\
0.000 1 63 70 0.4\
0.167 1 62 65 0.3\
0.334 1 60 60 0.3\
0.500 1 62 65 0.4\
0.667 1 60 60 0.3\
0.834 1 59 55 0.3\
"
nd2 = ndbase .. "#6\
0.000 1 59 70 0.4\
0.167 1 60 65 0.3\
0.334 1 62 60 0.3\
0.500 1 60 65 0.4\
0.667 1 62 60 0.3\
0.834 1 63 55 0.3\
"

return
modify_loudness( 4, "-l.7",
submix_merge( "-s8",
texture_tmotifs( 5, {altar_text(nd1,nd2)}, 6, 1,
1, 1,
60, 60,
60, 84,
0, 0, 1, 0, 2,
1, 1,
f[1][1] )))

You could also write functions to generate the notedata strings. If you want more details I'll post more info. It's worth noting that it generates those textures in parallel, so it's especially fast in this kind of application.

32
General Board / Re: Cannot Open Output Errors
« on: October 24, 2016, 03:39:42 AM »
Using previous versions I was getting this error when using the correct file extension on the output file name, with 7.1 I get it using the incorrect file extension. Are you sure the process you're trying to use outputs the extension you're using?

33
General Board / Re: Modify Loudness Issue
« on: October 21, 2016, 07:21:05 PM »
Xenakios is correct as to the situation I'm in. There is a bit of a janky fix for now, I can force volume to some level outside the range the inputs should sit at and then force volume again to the correct level.

34
General Board / Modify Loudness Issue
« on: October 21, 2016, 01:34:36 AM »
Is there some way to force volume to a specific level regardless of it being at that level already? Sometimes I'll come back after ten minutes of processing with "ERROR: File is already at the specified level." from Modify Loudness in mode 4. Maybe there is a process I'm missing for this, or just some trick to get around it?

35
General Board / Re: Inconsistencies in Processes and Documentation
« on: October 07, 2016, 09:48:30 PM »
Out of the remaining errors ptobrk is the only one really bugging me since it's used for a lot of other things. Is this process working for other people?

36
General Board / Re: Expected output file was not found
« on: October 04, 2016, 05:05:08 PM »
I don't know this error specifically, but maybe try housekeep respec to a couple different rates? I'll test it out and see what I get.

Edit: Using different sample rates in the inputs I get:
    [CDP] ERROR: INVALID DATA
    ERROR: Incompatible original-sample-rate in input file C:\Users\Logan\Desktop\Altar\Altar1475597392231\3_altar.ana
So not quite right, but it leads me to think your files have different bit depths. I don't know off hand how to modify bit depth in CDP but if that is the issue I'm sure someone on here knows.

37
General Board / Re: Cannot Open Output Errors
« on: October 04, 2016, 03:52:08 AM »
I forgot to note, this went away with 7.1.

Edit: Oh nevermind I did note that already

38
General Board / Re: Google Chrome claims forum contains malware
« on: September 27, 2016, 03:24:48 AM »
Things are back to normal on my end, thanks Simon.

39
General Board / Re: Google Chrome claims forum contains malware
« on: September 22, 2016, 03:16:16 PM »
I am having this issue as well.

40
General Board / Re: Inconsistencies in Processes and Documentation
« on: September 05, 2016, 06:21:33 AM »
Whew, this is a lot to go through so I may do it a bit at a time. A lot of these were fixed by 7.1, rather than note them all I'll just delete them from the OP.

Edit: I am finished running back through and organizing/removing things.

Housekeep Copy 2
I'm leaving this one in the OP as for the most part multi out processes let you supply a base filename which lets my front end place them where appropriate. Because this processes does not have that option I can't use it.

Richard D's programs
I figured as much, I've so far gone the route of "Guess I don't need any of those that badly" though.

SNDINFO DIFF
The info for this is identically listed twice on the same page. If you scroll through the page you'll see what I mean.

Modify
I have no idea what this was but looking through all of the modify processes I see nothing missing.

SUBMIX INBETWEEN2
This was likely before I knew that error message generally means wrong number of channels.

ITERLINE
Well that makes it less mysterious. They may be listed as flags but they behave in every other way as parameters. I think it would be appropriate to notate them as such in the doc.
Inputs aside I still can't get this to work, only receiving this error:
ERROR: MEMORY ERROR
ERROR: INSUFFICIENT MEMORY to create sound buffers.

Madrid
This isn't listed in the a-z index and I can't find it again... So far all invalid data errors are gone for me as of 7.1 so it is likely fixed.

Shifter
This works now but the doc should mention it requires mono files

Isolate
this is working fine for me. Got silent second file on first try but doing some parameter adjustments got it working as written.

41
Announce / Re: Revised CDP Documentation Online
« on: September 05, 2016, 03:27:38 AM »
Ah, that's great. It may take me a while to sort through all of these answers, many were solved by the 7.1 update for me and I had yet to update that list. Thanks!

42
Announce / Re: Revised CDP Documentation Online
« on: August 29, 2016, 10:59:27 PM »
Great news! Any idea how the user submitted changes will work and when that will be available?

43
General Board / Re: Compression/Expansion
« on: August 24, 2016, 07:48:03 PM »
Great, just what I was looking for.

44
General Board / Compression/Expansion
« on: August 24, 2016, 01:23:40 AM »
Does the cdp contain some kind of automated dynamics processing? It seems like a fundamental utility so I am a little surprised to not see it anywhere.

45
General Board / Cannot Open Output Errors
« on: August 19, 2016, 01:10:08 AM »
Through many processes I am getting this error:
"[CDP] ERROR: INVALID DATA
ERROR: Cannot open output ___ file".

Does anyone know what that is about? I found workarounds for some of these but there are some important processes that seemingly can't be run because of this (repitch getpitch being one).

Edit: Whatever causes this was fixed in 7.1
Edit2: Might as well follow up with an entirely new error. psow ptobrk tells me how to use it no matter what is typed after ptobrk on the command line and I've tried a lot of things from perfectly reasonable to very silly.

Pages: 1 2 [3] 4 5