Re: [PD] Pd on Tiny Core Linux on Raspberry Pi

2018-02-21 Thread Chris McCormick

Hi Thomas,
On 17/02/18 06:58, Thomas Grill wrote:

i have just submitted picore extension packages for pd-0.48-1 to the respective 
repertory.
I hope i have met all the requirements, so that the package can become 
canonical very soon.


Thanks for taking the time to do this.


If you want to install them in the meantime, please grab the files from 
http://l.g.org/puredata_tcz
The manual installation procedure is the following:
I was able to do a manual install quite easily by copying the 
puredata.tcz file over to the RPi and then running:


tce-load -i ./puredata.tcz

The reason this did not work before (which I emailed you about) was I 
had been doing `wget http://l.g.org/puredata_tcz` not realising this 
was your ownCloud server page rather than the package file itself.


One thing I noticed is your package seems to be mounted from a different 
location to all of the other packages:


$ mount | tail -n 4
/mnt/mmcblk0p2/tce/optional/libvorbis.tcz on /tmp/tcloop/libvorbis type 
squashfs (ro,relatime)
/mnt/mmcblk0p2/tce/optional/libogg-dev.tcz on /tmp/tcloop/libogg-dev 
type squashfs (ro,relatime)
/mnt/mmcblk0p2/tce/optional/libogg.tcz on /tmp/tcloop/libogg type 
squashfs (ro,relatime)

/dev/loop108 on /tmp/tcloop/puredata type squashfs (ro,relatime)

Note the mount source of `/dev/loop108` instead of `/mnt/mmcblk0p2...`.

In any case, running running a test tone patch produces sound with your 
package installed (despite the Alsa error):


$ pd -nogui test-tone.pd
priority 92 scheduling failed; running at normal priority
priority 94 scheduling failed.
ALSA input error (snd_pcm_open): No such file or directory

If I run with `sudo` the scheduling messages disappear.

Thanks again. Hope the package gets accepted!

Cheers,

Chris.

--
http://mccormick.cx/

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written with openFrameworks

2018-02-21 Thread Zack Lee
Hi Jesse, Good to hear it works well on your systems.
I hope you enjoy using the library. :)

Zack

2018-02-22 6:48 GMT+09:00 Jesse Mejia :

> This is rad - thanks! On windows 10 I installed via dekken using the
> default path, and on two separate machines I needed to add the startup flag
> -lib ofelia
>
> but now everything seems to be working well.
>
> Thanks - this looks amazing!
>
> -jesse
>
> On Feb 21, 2018, at 1:08 PM, Alan Brooker 
> wrote:
>
> Hi Zack,
>
> Works perfectly for me on Windows 10, this is great! Thanks so much for
> the effort in putting this library out, along with the recent  behind the
> scenes developments with Gem and the SVG capabilities in Purr Data,  Pd is
> again having some great options for graphics & visuals.
>
> Just curious, I'm not an OF expert (and forgive me if this is not
> documented somewhere) but is it possible to write scripts in OF and then
> import them into Pd in some way?
>
> Thanks again
>
>
> 
>  Virus-free.
> www.avg.com
> 
> <#m_-4611287119169657742_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> On Wed, Feb 21, 2018 at 5:16 PM, Alex  wrote:
>
>> Hey Zach,
>> I'm not on my linux machine right now so I'll have to get back to that
>> later but in the mean time, on my work machine, I've run nm -u and attached
>> what I got.
>> Clearly there is a lot more being built in to the osx version.
>> Last night I did actually try to install open frameworks on my linux
>> machine but I had a conflict with a dependency that I didn't have time to
>> resolve.
>> I might just look at the output of nm for linux and see if I can just
>> install those that aren't linked there.
>>
>> -Alex
>>
>> On Tue, Feb 20, 2018 at 8:16 PM, Zack Lee  wrote:
>>
>>> Thanks for the info.
>>> I actually built the binary on the exact same distro: Ubuntu 16.04.3
>>> LTS.
>>>
>>> Could you please run the "install_dependencies.sh" script and see if it
>>> works?
>>> I'm sorry I don't really get what is causing the problem.
>>> I will also try reinstalling Ubuntu 16.04 LTS and see if it works and
>>> will let you know asap.
>>> Thank you.
>>>
>>> Zack
>>>
>>>
>>>
>>> 2018-02-21 12:51 GMT+09:00 Alex :
>>>
 I've also attached the gdb backtrace and the output from nm -u
 ofelia.l_ia64 > nm.txt

 looks like it expects i have cairo, FreeImage, glew, and some other
 libs..

 On Tue, Feb 20, 2018 at 7:44 PM, Alex  wrote:

> no problem Zack,
>
> alex@workin:~/local/src/openFrameworks/scripts/linux$ lsb_release -a
> No LSB modules are available.
> Distributor ID:Ubuntu
> Description:Ubuntu 16.04.3 LTS
> Release:16.04
> Codename:xenial
>
> you mean the .iso for this version of ubuntu?
> http://releases.ubuntu.com/16.04/ubuntu-16.04.3-desktop-amd64.iso
>
> On Tue, Feb 20, 2018 at 7:20 PM, Zack Lee  wrote:
>
>> Hi, Alex
>>
>> Thanks for the report.
>> The similar problems have been reported by some Linux users.
>> Could you please tell me which Ubuntu you're using?
>> I would appreciate if you could give me a download link to the .iso
>> image file.
>> Thank you and I don't think you need to install openFrameworks as it
>> shouldn't crash anyway.
>>
>> Zack
>>
>
>

>>>
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/li
>> stinfo/pd-list
>>
>>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written with openFrameworks

2018-02-21 Thread Jesse Mejia
This is rad - thanks! On windows 10 I installed via dekken using the default 
path, and on two separate machines I needed to add the startup flag -lib ofelia

but now everything seems to be working well.

Thanks - this looks amazing! 

-jesse

> On Feb 21, 2018, at 1:08 PM, Alan Brooker  wrote:
> 
> Hi Zack,
> 
> Works perfectly for me on Windows 10, this is great! Thanks so much for the 
> effort in putting this library out, along with the recent  behind the scenes 
> developments with Gem and the SVG capabilities in Purr Data,  Pd is again 
> having some great options for graphics & visuals. 
> 
> Just curious, I'm not an OF expert (and forgive me if this is not documented 
> somewhere) but is it possible to write scripts in OF and then import them 
> into Pd in some way?
> 
> Thanks again
> 
>   Virus-free. www.avg.com
> 
>> On Wed, Feb 21, 2018 at 5:16 PM, Alex  wrote:
>> Hey Zach,
>> I'm not on my linux machine right now so I'll have to get back to that later 
>> but in the mean time, on my work machine, I've run nm -u and attached what I 
>> got.
>> Clearly there is a lot more being built in to the osx version.
>> Last night I did actually try to install open frameworks on my linux machine 
>> but I had a conflict with a dependency that I didn't have time to resolve.
>> I might just look at the output of nm for linux and see if I can just 
>> install those that aren't linked there.
>> 
>> -Alex
>> 
>>> On Tue, Feb 20, 2018 at 8:16 PM, Zack Lee  wrote:
>>> Thanks for the info.
>>> I actually built the binary on the exact same distro: Ubuntu 16.04.3 LTS.
>>> 
>>> Could you please run the "install_dependencies.sh" script and see if it 
>>> works?
>>> I'm sorry I don't really get what is causing the problem.
>>> I will also try reinstalling Ubuntu 16.04 LTS and see if it works and will 
>>> let you know asap.
>>> Thank you.
>>> 
>>> Zack
>>> 
>>> 
>>> 
>>> 2018-02-21 12:51 GMT+09:00 Alex :
 I've also attached the gdb backtrace and the output from nm -u 
 ofelia.l_ia64 > nm.txt
 
 looks like it expects i have cairo, FreeImage, glew, and some other libs..
 
> On Tue, Feb 20, 2018 at 7:44 PM, Alex  wrote:
> no problem Zack,
> 
> alex@workin:~/local/src/openFrameworks/scripts/linux$ lsb_release -a
> No LSB modules are available.
> Distributor ID:Ubuntu
> Description:Ubuntu 16.04.3 LTS
> Release:16.04
> Codename:xenial
> 
> you mean the .iso for this version of ubuntu? 
> http://releases.ubuntu.com/16.04/ubuntu-16.04.3-desktop-amd64.iso
> 
>> On Tue, Feb 20, 2018 at 7:20 PM, Zack Lee  wrote:
>> Hi, Alex 
>> 
>> Thanks for the report.
>> The similar problems have been reported by some Linux users.
>> Could you please tell me which Ubuntu you're using?
>> I would appreciate if you could give me a download link to the .iso 
>> image file.
>> Thank you and I don't think you need to install openFrameworks as it 
>> shouldn't crash anyway.
>> 
>> Zack
>> 
>> 
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> https://lists.puredata.info/listinfo/pd-list
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written with openFrameworks

2018-02-21 Thread Alan Brooker
Hi Zack,

Works perfectly for me on Windows 10, this is great! Thanks so much for the
effort in putting this library out, along with the recent  behind the
scenes developments with Gem and the SVG capabilities in Purr Data,  Pd is
again having some great options for graphics & visuals.

Just curious, I'm not an OF expert (and forgive me if this is not
documented somewhere) but is it possible to write scripts in OF and then
import them into Pd in some way?

Thanks again


Virus-free.
www.avg.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Wed, Feb 21, 2018 at 5:16 PM, Alex  wrote:

> Hey Zach,
> I'm not on my linux machine right now so I'll have to get back to that
> later but in the mean time, on my work machine, I've run nm -u and attached
> what I got.
> Clearly there is a lot more being built in to the osx version.
> Last night I did actually try to install open frameworks on my linux
> machine but I had a conflict with a dependency that I didn't have time to
> resolve.
> I might just look at the output of nm for linux and see if I can just
> install those that aren't linked there.
>
> -Alex
>
> On Tue, Feb 20, 2018 at 8:16 PM, Zack Lee  wrote:
>
>> Thanks for the info.
>> I actually built the binary on the exact same distro: Ubuntu 16.04.3 LTS.
>>
>> Could you please run the "install_dependencies.sh" script and see if it
>> works?
>> I'm sorry I don't really get what is causing the problem.
>> I will also try reinstalling Ubuntu 16.04 LTS and see if it works and
>> will let you know asap.
>> Thank you.
>>
>> Zack
>>
>>
>>
>> 2018-02-21 12:51 GMT+09:00 Alex :
>>
>>> I've also attached the gdb backtrace and the output from nm -u
>>> ofelia.l_ia64 > nm.txt
>>>
>>> looks like it expects i have cairo, FreeImage, glew, and some other
>>> libs..
>>>
>>> On Tue, Feb 20, 2018 at 7:44 PM, Alex  wrote:
>>>
 no problem Zack,

 alex@workin:~/local/src/openFrameworks/scripts/linux$ lsb_release -a
 No LSB modules are available.
 Distributor ID:Ubuntu
 Description:Ubuntu 16.04.3 LTS
 Release:16.04
 Codename:xenial

 you mean the .iso for this version of ubuntu?
 http://releases.ubuntu.com/16.04/ubuntu-16.04.3-desktop-amd64.iso

 On Tue, Feb 20, 2018 at 7:20 PM, Zack Lee  wrote:

> Hi, Alex
>
> Thanks for the report.
> The similar problems have been reported by some Linux users.
> Could you please tell me which Ubuntu you're using?
> I would appreciate if you could give me a download link to the .iso
> image file.
> Thank you and I don't think you need to install openFrameworks as it
> shouldn't crash anyway.
>
> Zack
>


>>>
>>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] snap to grid feature when editing

2018-02-21 Thread IOhannes m zmölnig
On 02/21/2018 03:54 PM, Raphaël Ilias wrote:
> That would be a wonderful feature. I wouldn't install a pd fork just for
> that, but I spend (and maybe loose) lots of time aligning boxes with the
> keyboard.

then you should probably start using the "autopatch" feature.
i found it helps tremendously if you are going for neatly aligned
patches (which i do).

gfamdsr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Cyclone 0.3 beta 3 released!

2018-02-21 Thread Alexandre Torres Porres
Raspberry Pi binaries were just uploaded here:
https://github.com/porres/pd-cyclone/releases/tag/cyclone0.3beta-3

Only missing Linux 32 bits right now

we'll upload this to deken soon and it'll be up there in a day or so for
everyone

cheers

2018-02-21 4:04 GMT-03:00 Alexandre Torres Porres :

> Thanks people
>
> By the way, we already have Linux 64 bits, macOS and Windows (thanks to
> Lucas) binaries, so we only need help with Raspberry Pi and Linux 32 bits
>
> https://github.com/porres/pd-cyclone/releases/tag/cyclone0.3beta-3
>
> Note that we have now windows binaries for both Pd 32 and 64 bits! Cause
> there's a new Pd 0.48-1 64 bits for windows now.
>
> Oh, and I forgot to mention that this release also marks the 1 year
> anniversary of our first alpha release ;)
>
> cheers
>
> 2018-02-21 3:36 GMT-03:00 Jarbas Jácome :
>
>> Wow! Congrats!!
>> Many thanks, Porres et. al!
>> Abraços
>> jjR
>>
>> Em 21 de fev de 2018 02:07, "Alexandre Torres Porres" 
>> escreveu:
>>
>>> Hi, and here it is: https://github.com/porres/
>>> pd-cyclone/releases/tag/cyclone0.3beta-3
>>>
>>> This release doesn't work on Pure Data Extended or Purr Data and needs
>>> ate least Pd 0.48-1
>>>
>>> But we still need help compiling for other systems, like Windows,
>>> Rasberry Pi, and Linux 32 bits... anyone? As soon as we have them all,
>>> we'll upload them to Deken.
>>>
>>> Release notes: This release on february 21st 2018 marks the exact 2nd
>>> year anniversary of this repository, under the maintenance of Alexandre
>>> Porres, Derek Kwan and Matt Barber. The main goal is to update all cyclone
>>> objects from Max 4.0 to 7.3.4 (the current release). We are almost done
>>> with it and have mostly [zl] remaining for that objective! We also fixed
>>> numerous bugs, created new objects and are rewriting the whole
>>> documentation. More precisely, we have:
>>>
>>> - 61 updated objects
>>> - 63 fixed objects (including objects that were updated, will be updated
>>> and did not need updates) - 48 new objects
>>>
>>> Not much else on the To Do list now, maybe still a couple more beta
>>> versions before the final release and hopefully this will be done in yet
>>> another year or so ;)
>>>
>>> Other info about cyclone can be found here: https://github.com/porre
>>> s/pd-cyclone/wiki
>>>
>>> cheers
>>>
>>>
>>> ___
>>> Pd-announce mailing list
>>> pd-annou...@lists.iem.at
>>> https://lists.puredata.info/listinfo/pd-announce
>>>
>>> ___
>>> Pd-list@lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/li
>>> stinfo/pd-list
>>>
>>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/li
>> stinfo/pd-list
>>
>>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] snap to grid feature when editing

2018-02-21 Thread Dan Wilcox
I would make it hot key toggle option. It could be a gui preference but maybe 
better to keep transient.

enohp ym morf tnes
---
Dan Wilcox
danomatika.com
robotcowboy.com


> On Feb 21, 2018, at 6:26 PM, Matt Davey  wrote:
> 
> * snap to grid horizontally makes much more sense to me than vertically - cos 
> most of the time you just want to keep you patch cables straight.  
> * an easy way to turn it on/off would also be very handy.  
> * i would also really like this 

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] snap to grid feature when editing

2018-02-21 Thread Ingo Stock
On 02/21/2018 07:42 PM, IOhannes m zmölnig wrote:
> then you should probably start using the "autopatch" feature.
> i found it helps tremendously if you are going for neatly aligned
> patches (which i do).

I do the same. It would be great if "shift + up" and "shift + down"
would move the objects "object height + autopatch distance" pixel
instead of 10 pixel.

Since 0.48-1 it is now "shift + up", "shift + up", "up", "up", "up" to
move one block of code up one row with font size 12.

best wishes, ingo



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] snap to grid feature when editing

2018-02-21 Thread Matt Davey
* snap to grid horizontally makes much more sense to me than vertically -
cos most of the time you just want to keep you patch cables straight.
* an easy way to turn it on/off would also be very handy.
* i would also really like this
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written with openFrameworks

2018-02-21 Thread Alex
Hey Zach,
I'm not on my linux machine right now so I'll have to get back to that
later but in the mean time, on my work machine, I've run nm -u and attached
what I got.
Clearly there is a lot more being built in to the osx version.
Last night I did actually try to install open frameworks on my linux
machine but I had a conflict with a dependency that I didn't have time to
resolve.
I might just look at the output of nm for linux and see if I can just
install those that aren't linked there.

-Alex

On Tue, Feb 20, 2018 at 8:16 PM, Zack Lee  wrote:

> Thanks for the info.
> I actually built the binary on the exact same distro: Ubuntu 16.04.3 LTS.
>
> Could you please run the "install_dependencies.sh" script and see if it
> works?
> I'm sorry I don't really get what is causing the problem.
> I will also try reinstalling Ubuntu 16.04 LTS and see if it works and will
> let you know asap.
> Thank you.
>
> Zack
>
>
>
> 2018-02-21 12:51 GMT+09:00 Alex :
>
>> I've also attached the gdb backtrace and the output from nm -u
>> ofelia.l_ia64 > nm.txt
>>
>> looks like it expects i have cairo, FreeImage, glew, and some other libs..
>>
>> On Tue, Feb 20, 2018 at 7:44 PM, Alex  wrote:
>>
>>> no problem Zack,
>>>
>>> alex@workin:~/local/src/openFrameworks/scripts/linux$ lsb_release -a
>>> No LSB modules are available.
>>> Distributor ID:Ubuntu
>>> Description:Ubuntu 16.04.3 LTS
>>> Release:16.04
>>> Codename:xenial
>>>
>>> you mean the .iso for this version of ubuntu?
>>> http://releases.ubuntu.com/16.04/ubuntu-16.04.3-desktop-amd64.iso
>>>
>>> On Tue, Feb 20, 2018 at 7:20 PM, Zack Lee  wrote:
>>>
 Hi, Alex

 Thanks for the report.
 The similar problems have been reported by some Linux users.
 Could you please tell me which Ubuntu you're using?
 I would appreciate if you could give me a download link to the .iso
 image file.
 Thank you and I don't think you need to install openFrameworks as it
 shouldn't crash anyway.

 Zack

>>>
>>>
>>
>
_AVMediaTypeVideo
_CFArrayAppendValue
_CFArrayApplyFunction
_CFArrayCreateMutable
_CFArrayGetCount
_CFArrayGetTypeID
_CFArrayGetValueAtIndex
_CFArrayRemoveAllValues
_CFBundleCopyResourcesDirectoryURL
_CFBundleGetBundleWithIdentifier
_CFBundleGetFunctionPointerForName
_CFBundleGetMainBundle
_CFDataGetBytes
_CFDataGetLength
_CFDictionaryGetTypeID
_CFDictionaryGetValue
_CFDictionaryGetValueIfPresent
_CFGetTypeID
_CFNumberGetValue
_CFRelease
_CFStringCompare
_CFStringCreateWithCString
_CFStringGetCString
_CFStringGetLength
_CFStringGetMaximumSizeForEncoding
_CFURLCopyLastPathComponent
_CFURLGetFileSystemRepresentation
_CFUUIDGetConstantUUIDWithBytes
_CFUUIDGetUUIDBytes
_CGAcquireDisplayFadeReservation
_CGAssociateMouseAndMouseCursorPosition
_CGBitmapContextCreate
_CGContextRelease
_CGContextSetAlpha
_CGContextSetFont
_CGContextSetFontSize
_CGContextSetShouldAntialias
_CGContextSetShouldSmoothFonts
_CGContextSetTextMatrix
_CGContextShowGlyphsAtPoint
_CGDisplayBounds
_CGDisplayCopyAllDisplayModes
_CGDisplayCopyDisplayMode
_CGDisplayFade
_CGDisplayGammaTableCapacity
_CGDisplayIOServicePort
_CGDisplayIsAsleep
_CGDisplayMirrorsDisplay
_CGDisplayModeCopyPixelEncoding
_CGDisplayModeGetHeight
_CGDisplayModeGetIOFlags
_CGDisplayModeGetRefreshRate
_CGDisplayModeGetWidth
_CGDisplayModeRelease
_CGDisplayMoveCursorToPoint
_CGDisplayScreenSize
_CGDisplaySetDisplayMode
_CGEventSourceCreate
_CGEventSourceSetLocalEventsSuppressionInterval
_CGFontCreateWithPlatformFont
_CGFontRelease
_CGFontRetain
_CGGetDisplayTransferByTable
_CGGetOnlineDisplayList
_CGImageRelease
_CGMainDisplayID
_CGPathApply
_CGPathRelease
_CGRectApplyAffineTransform
_CGRectGetMaxX
_CGRectGetMaxY
_CGRectGetMinX
_CGRectGetMinY
_CGRectIntegral
_CGReleaseDisplayFadeReservation
_CGSetDisplayTransferByTable
_CGWarpMouseCursorPosition
_CGWindowLevelForKey
_CMSampleBufferGetImageBuffer
_CMTimeMake
_CMVideoFormatDescriptionGetDimensions
_CTFontDescriptorCopyAttribute
_CTFontDescriptorCreateWithNameAndSize
_CVDisplayLinkCreateWithCGDisplay
_CVDisplayLinkGetNominalOutputVideoRefreshPeriod
_CVDisplayLinkRelease
_CVPixelBufferGetBaseAddress
_CVPixelBufferGetBytesPerRow
_CVPixelBufferGetHeight
_CVPixelBufferGetWidth
_CVPixelBufferLockBaseAddress
_FMOD_ChannelGroup_SetVolume
_FMOD_ChannelGroup_Stop
_FMOD_Channel_GetFrequency
_FMOD_Channel_GetPosition
_FMOD_Channel_IsPlaying
_FMOD_Channel_SetFrequency
_FMOD_Channel_SetMode
_FMOD_Channel_SetPan
_FMOD_Channel_SetPaused
_FMOD_Channel_SetPosition
_FMOD_Channel_SetVolume
_FMOD_Channel_Stop
_FMOD_Sound_GetLength
_FMOD_Sound_Release
_FMOD_System_Close
_FMOD_System_Create
_FMOD_System_CreateSound
_FMOD_System_GetDSPBufferSize
_FMOD_System_GetMasterChannelGroup
_FMOD_System_GetSpectrum
_FMOD_System_Init
_FMOD_System_PlaySound
_FMOD_System_SetDSPBufferSize
_FMOD_System_Update
_IOCreatePlugInInterfaceForService
_IODisplayCreateInfoDictionary
_IOIteratorNext
_IOMasterPort

Re: [PD] snap to grid feature when editing

2018-02-21 Thread Raphaël Ilias
That would be a wonderful feature. I wouldn't install a pd fork just for
that, but I spend (and maybe loose) lots of time aligning boxes with the
keyboard.
A "snap to grid" feature with vertical and horizontal grid steps would be
really time saving !
Of course since this is a user/patcher interface it should not be default
behavior or mandatory

2018-02-18 20:17 GMT+01:00 Dan Wilcox :

>
>
> On Feb 18, 2018, at 12:00 PM, pd-list-requ...@lists.iem.at wrote:
>
> From: Roman Haefeli 
> To: Pd-List 
> Subject: Re: [PD] snap to grid feature when editing
> Message-ID: <1518895171.2184.17.ca...@gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> On Sam, 2018-02-17 at 19:26 +0100, Dan Wilcox wrote:
>
> There is working code for this in one of the Pd forks. I've thought
> about porting it over. It works pretty well for placement but drawing
> the actual grid is problematic due to the number of lines and some
> overlapping.
>
>
> I wasn't thinking about drawing lines on the canvas. I thought more of
> an invisible feature that could be turn on and off by some shortcut.
>
>
> Yeah, that's what I was thinking as well. I'd also integrate this with the
> Tidy Up feature where it would calculate the positions using the grid when
> snapping is enabled.
>
> 
> Dan Wilcox
> @danomatika 
> danomatika.com
> robotcowboy.com
>
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>


-- 
Raphaël Ilias
  ___
* phae.fr *
 17 places des Halles - Ingrandes
 49123 Ingrandes Le Fresne s/ Loire
 phae.il...@gmail.com / +33 (0) 6 04 45 79 78
  ___
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list