• JMC64

    Hello,
    I developped a while ago what I understood of the Eurorack Turing machine. Here is the patch.
    Hope this helps in your research. Improvements are welcome of course. Turing_JMC.pd

    posted in technical issues read more
  • JMC64

    Hi all,

    SImple question : What is the fastest and the most cpu efficient between [tabread] and [text get] for accessing data ?
    For a little sequencer, I am trying to save some CPU and go as fast as possible.
    Thank you

    posted in technical issues read more
  • JMC64

    Thank you for your great help !
    @ingox : I am totally amazed by your little patch... Hidding bangs behind the canvas is really nice. As I avoid space in file names (old command line habit :-) ) I am really grateful to your solution : elegant and simple. I just needed to edit it a little to change the size. However, for long lines... Text goes out of the canvas. Enclosed a modified version which on keep the file name and gets rid of the path... but outputs the full path of the file: abstraction2.pd
    It might help someone.
    It uses [splitfilemane] and [mergefilename] from iem.[abstraction2.pd]

    posted in technical issues read more
  • JMC64

    FlatGui does not want to compile anymore and Messbox does not accept X- paste and CTRL-V sends you into Pd edit mode....

    Just to make it clear: I need to paste into whatever is compatible with Ctr-V and/or X-paste the path of samples ( so I cannot afford making typo mistakes somewhere in long strings) and which is visible in a subpatch or in an abstraction.

    posted in technical issues read more
  • JMC64

    Hello,

    I recently installed/build Pd Vanila from source code on RPI: it compiles flawlessly.
    Just read the linux instruction for building it.
    I personaly do not bother with making a .deb package. I simply do a "sudo make install"

    Source can be found there.

    https://github.com/pure-data/pure-data
    

    Most of the externals are also easily built if you take care with providing the right path to the PDINCLUDEDIR variable for the make file.
    Hope this helps

    posted in I/O hardware diyread more
  • JMC64

    @Whale-av : Thank you for extr doc.
    Indeed the doc in Pd is wrong :

    With zero or one argument, route sprouts an inlet to set the argument (which may be float or symbol).
    

    In fact for a symbol, you need to specify the type or a dummy argument. I hope maintainers of Pd may correct it.

    posted in technical issues read more
  • JMC64

    Found solution :
    In fact [route] does not accept symbol to its right input if zero argument is given in the block.
    But [route foo] accepts a symbol.
    Seems that there is a mistake in the documentation;

    posted in technical issues read more
  • JMC64

    Thank you all for your help..
    @oid : Maybe a developper could create one as an little external ?

    posted in technical issues read more
  • JMC64

    Hello,
    I stumble upon a limit of route. I wish to create a [route ] with no parameter to be able to init the control with a symbol containing the [f $1] value].
    Exemple : [route Interface0] or [route Interface1] , created at start , depending on the instance number of the patch

    The piece is the following :
    [r data]

    [t a b]
    | |
    | [f $1]
    | [symbol Interface$1(
    [route]

    Does anyone have a solution to this?

    Thank you

    posted in technical issues read more
  • JMC64

    Thank you guys for your answers. This is really unfortunate. Is there any plan to implement a "textentry" in Vanilla?

    posted in technical issues read more

Internal error.

Oops! Looks like something went wrong!