Could you post a screenshot of the patch showing the error metric reading?
And are you on OSX or Windoze?
Search found 994 matches
- Wed Jul 27, 2016 4:45 am
- Forum: The Max/MSP + MsPinky = LUV Forum
- Topic: Absolute control mode does not work
- Replies: 1
- Views: 11566
- Fri Jun 17, 2016 1:08 am
- Forum: Pinky VST
- Topic: Pinky VST 2.2.4 for Windoze 7 - 10 x64
- Replies: 0
- Views: 29918
Pinky VST 2.2.4 for Windoze 7 - 10 x64
New build of Pinky VST version 2.2.4 has been uploaded. Compatible with 32- and 64-bit hosts. Windoze versions 7 - 10 x64. Should now be completely equal with OS X version.
- Wed Jun 24, 2015 6:05 pm
- Forum: General And Misc. Topics
- Topic: Serato SL2-MS Pinky Splatter
- Replies: 4
- Views: 10956
- Wed Jun 10, 2015 6:24 pm
- Forum: General And Misc. Topics
- Topic: Serato SL2-MS Pinky Splatter
- Replies: 4
- Views: 10956
- Thu May 07, 2015 7:39 pm
- Forum: General And Misc. Topics
- Topic: Ms Pinky SDK - OSX sample project is missing from download
- Replies: 11
- Views: 22210
Glad to hear there is progress! I think your choice of the JUCE framework is an excellent one. That way whatever application you create will automatically be cross-platform with Windoze. I use JUCE for the Pinky VST/AU. One thing to keep in mind is that the MPVT2_SetVinylGeneration() method should n...
- Tue May 05, 2015 8:28 pm
- Forum: General And Misc. Topics
- Topic: Ms Pinky SDK - OSX sample project is missing from download
- Replies: 11
- Views: 22210
- Tue May 05, 2015 7:03 pm
- Forum: General And Misc. Topics
- Topic: Ms Pinky SDK - OSX sample project is missing from download
- Replies: 11
- Views: 22210
The sample app is no longer supported. Sorry! But it's really very simple to use the SDK and I can provide some code snippets here: void *vinyl_tracker; double power_thresh = -30.0; double cutoff_sharpness = 2.5; //instantiate the Ms Pinky vinyl tracking object vinyl_tracker = MPVT2_CreateNew(8192, ...
- Mon May 04, 2015 5:34 am
- Forum: The Max/MSP + MsPinky = LUV Forum
- Topic: Ms Pinky's Reformed Max-For-Live device
- Replies: 118
- Views: 508599
I recently modified the mptcfs_sa~ object to default to "position_wrap_mode 0" which means the position information on side B (65536 .... 131071) no longer gets wrapped back to the same positions stamps as are on Side A. This was done in response to a user who wished to use Sides A and B to play two...
- Sun Apr 19, 2015 12:23 am
- Forum: The Maxi-Patch Application
- Topic: Maxi-Patch 3.7.7: Updated for OSX 10.9, 10.10
- Replies: 0
- Views: 23051
Maxi-Patch 3.7.7: Updated for OSX 10.9, 10.10
Maxi-Patch_AO/AV 3.7.7 standalone applications for OSX are now available for download. Updated to be compatible with OSX 10.9 and 10.10. Includes all the recent .AIF and .WAV file playing fixes from the Max/MSP/M4L side.
- Sat Apr 11, 2015 1:43 am
- Forum: The Maxi-Patch Application
- Topic: Playing audio files longer than 12.5 minutes in Maxi-Patch
- Replies: 1
- Views: 6962
You'll need to modify Maxi-Patch to send the "position_wrap_mode 0" message to mptcfs_sa~. Please see this post http://www.mspinky.com/phpBB2/viewtopic.php?t=1216
- Sat Apr 11, 2015 1:37 am
- Forum: The Max/MSP + MsPinky = LUV Forum
- Topic: position_wrap_mode not working!!!
- Replies: 2
- Views: 7736
Achh! You're right. OK, I uploaded a new version of mptcfs_sa~ for OSX that should fix this problem. If you now use "position_wrap_mode 0" it should allow the "B" side position stamps to go from 65536 ... 131071, which should give you the ability to cue a file beyond the length of just Side A. Unfor...
- Tue Apr 07, 2015 8:44 pm
- Forum: Pinky VST
- Topic: little-endian .AIF file bug fix
- Replies: 0
- Views: 16836
little-endian .AIF file bug fix
It might seem trivial, but this is an important bug fix! In testing the PinkyVST/AU with Live 9, I realized there was a big problem: over half the .aif clips included in the samples folder wouldn't load or play properly. After firing up my trusty debugger I was able to trace it to our lack of proper...
- Tue Apr 07, 2015 8:39 pm
- Forum: The Max/MSP + MsPinky = LUV Forum
- Topic: Max/MSP and Max4Live objects: little-endian AIF file bug fix
- Replies: 0
- Views: 17770
Max/MSP and Max4Live objects: little-endian AIF file bug fix
It might seem trivial, but this is an important bug fix! In testing the mptcfs_sa~ object with Max4Live in Live 9, I realized there was a big problem: over half the .aif clips included in the samples folder wouldn't load or play properly with Ms Pinky :cry: After firing up my trusty debugger I was a...
- Sat Mar 21, 2015 7:51 pm
- Forum: The Max/MSP + MsPinky = LUV Forum
- Topic: Max7 and maxforlive
- Replies: 4
- Views: 12962
- Tue Mar 10, 2015 7:48 pm
- Forum: The Turntable/Cartridge/Stylus/Phono Preamp Forum
- Topic: scratch problem
- Replies: 1
- Views: 7376
Your problem is probably caused by the fact that Mixxx can't decode the absolute position information from the Serato disc. So as you repeatedly scratch, the absolute position of the needle in the groove will change relative to the samples which are being played. If you were to try this with Serato'...