Menu

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.

Show posts Menu

Messages - pmj

#1
Mac installation / Re: CDPv8 and M1
October 24, 2023, 01:36:17 PM
Hi Seán

I've had a look at 'ssfunc.h' and there's this section:

#define MSBFIRST        (1)
#define LSBFIRST        (1)
/* RWD extended set of symbols ! Now works for Mac universal Binary build */
#if defined(__I86__) || defined(_X86_) || defined(__x86_64) || defined(__i386__) || defined(__i486__) || defined(_IBMR2)
#undef MSBFIRST
#elif defined(M68000) || defined(__sgi) || defined (__POWERPC__)
#undef LSBFIRST
#else
#error  "Unknown byte order for this processor"
#endif

#if defined(MSBFIRST) && defined(LSBFIRST)
#error  "Internal: can't be both MSB and LSB"
#endif

What would I need to change that to (if that's the correct bit...?)

There is a homebrew for portaudio here:

https://formulae.brew.sh/formula/portaudio
#2
PC Installation / Re: Missing Folder - InvertPch?
October 02, 2023, 08:34:11 AM
Thanks for explaining that, Robert.  Much appreciated.
#3
PC Installation / Missing Folder - InvertPch?
October 01, 2023, 03:52:16 PM
I use the current version of SoundShaper (6.1 / Jan 2023) and noticed that if I try and run INVERT PITCH from the Spectral section of the REL8 menu that it tries to find the following map file:

c:\cdpr7\txt\InvertPch\map.txt

It doesn't look like I've ever had an InvertPch folder or that map.txt file, does anyone know which update or version it was in and where I can find it?
#4
Mac installation / Re: CDPv8 and M1
September 25, 2023, 08:37:53 AM
I had a stab at compiling CDPv8 on an M2 Mac Mini and got as far as the final "make" command without any problem but then got:

In file included from /Users/pmj/CDP8/dev/newsfsys/sfsys.c:157:
/Users/pmj/CDP8/dev/newsfsys/sffuncs.h:203:2: error: "Unknown byte order for this processor"
#error  "Unknown byte order for this processor"
^
/Users/pmj/CDP8/dev/newsfsys/sffuncs.h:207:2: error: "Internal: can't be both MSB and LSB"
#error  "Internal: can't be both MSB and LSB"
^
2 errors generated.
make[2]: *** [dev/newsfsys/CMakeFiles/sfsys.dir/sfsys.c.o] Error 1
make[1]: *** [dev/newsfsys/CMakeFiles/sfsys.dir/all] Error 2
make: *** [all] Error 2

If anyone knows how to get past this I'm happy to try again.
#5
General Board / Re: ProcessPack
September 24, 2023, 12:11:45 PM
Is ProcessPack available as a download somewhere?