• susz0n

    I've been playing around a bit with pd audio objects mostly basic stuff from help files.
    I'm just wondering if is possible to emulate 32kHz 12 bit sampler sound in pd?
    Where to start?
    thanks in advance

    posted in technical issues read more
  • susz0n

    Hello awesome pd people!!

    I've been digging in the pure data for over a week now and this is what i figured out so far.
    I need some one to have look in to it and possibly debug , there is a lot of thing i dont like in this patch but for now i cant find any solution myself.

    I was trying to keep it as tidy as possible and added few comments to help you guys understand all that mess.

    What works

    • storing pitch and vol values in single array
    • pattern selector

    It also seems having problems with outputting midi notes correctly
    and pack pitch /vol values correctly.

    i forgot to mention that pitch value = 0 works like toggle off

    Once all is sorted out i want to use it as abstraction and build 16 channel midi sequencer for my akai S sampler

    on the end ->
    i do apologize for my poor english !!
    im hopping some one will help me to sort out this mess and help me learn more about pd !!

    Thanks People!!

    http://www.pdpatchrepo.info/hurleur/susz0n_sequencer.zip

    posted in technical issues read more
  • susz0n

    Hello all
    I'm new here and into PD.
    Here is a screenshot of my tracker-ish sequencer im working on
    http://postimg.org/image/61jkb8yb1/full/

    My Question -> ist it possible to type in numbers into number box instead of using mouse to change values? that would be very handy

    posted in technical issues read more
  • susz0n

    as far as i know there is no read object

    try
    [read -resize foo.wav tab( <- message
    |
    [soundfiler]

    posted in technical issues read more
  • susz0n

    im already very very happy with the results
    thanks so much for sharing your knowledge !!!

    posted in technical issues read more
  • susz0n

    Many thanks Sebfumaster thats awesome!!
    Btw i tried it on long electric piano loop on both 32k and 64k -> sample rate in pd and i couldnt hear the difference

    posted in technical issues read more
  • susz0n

    Thanks Sebfumaster i wish i could understand it all :)
    All i have so far is what Malestorm suggested + samphold
    Please see attached patch
    My question is whats gonna happen if i pass through it 16 bit 44000 sample ?
    is it gonna be converted to 12 bit 32000?

    It sort of change the sound and add that "his" to the sound similar to my old akai s1000

    http://www.pdpatchrepo.info/hurleur/sampler_thing.pd

    posted in technical issues read more
  • susz0n

    10000 x thanks Maelstorm this is awesome!!
    Excellent for spicing up samples !!!
    Exactly what i wanted.
    Btw 12bit = 2^12 right?

    posted in technical issues read more
  • susz0n

    thanks sunji
    could you provide example of use of block~ object

    posted in technical issues read more
  • susz0n

    thanks Maelstorm for the detailed explanation :) as always

    posted in technical issues read more
  • susz0n

    im not an expert here but its look like some sort of makenote bug
    please find attached simplified and cleaned version of this patch

    http://www.pdpatchrepo.info/hurleur/possiblemakenotebug.pd

    posted in technical issues read more
  • susz0n

    as Gromit mentioned
    http://www.kvraudio.com is the good place to find free instruments
    or google -> free vst synth , free standalone synth etc
    you will also need some sort of virtual midi cable that would work like Apple MIDI "IAC Driver on windows
    try
    http://www.nerds.de/en/loopbe1.html
    and free vst host if you go vsti s route
    you can also try to find standalone synth apps that wont require vst host

    posted in technical issues read more
  • susz0n

    hey oggy

    if you are new into pd i suggest you to test your midi connection with vanilia [noteout] help patch
    just set up connection between pd and Nuendo via loopbe then open any midi synth etc you have there(Nuendo) and check if you can hear any notes being played

    posted in technical issues read more
  • susz0n

    man!!!
    O_O
    !!!!!!!!!!!!!!!!!!!!!!!

    posted in output~ read more
  • susz0n

    Katja !! im stunned by your work!!!

    posted in output~ read more
  • susz0n

    wow awesome patch !!! i love the sound!!!

    posted in output~ read more
  • susz0n

    sorry about that i forgot to add it to zip archive

    http://www.pdpatchrepo.info/hurleur/cnv+.zip

    posted in technical issues read more
  • susz0n

    Sebfumaster Big Thanks for looking in to it !!

    I love the way you managed to clean up the patch ($0-pattern-index trick)
    I knew that it must be a way to do it!!
    sendpattern seems to be working nicely but i have to check both patches in live situation :D <- some times tonight

    yah array is only 32 steps long but it was there only for debugging , im gonna replace it with table -> 256 will store 16 patterns

    ..
    About year ago i switched to linux i couldn't stand windows any more i tried mac
    but apples seems to taking even more of your freedom and way to expensive
    now i dont wanna use any other os then linux

    I tried almost all of linux music software but :) :D i dont know i just didnt like it
    again looked ugly and very limited when we talk about live performance
    apart of renoise < - that i totally love the sample there and sample draw option
    it perfect for glitch micro sounds and so on

    thats why i decided to try build my own midi sequencer and make it work the way i want
    and use it with my hardware samplers

    The patch you helped me to tide up will be used as abstraction -> sequencer strip

    im planing to have 16 channels(strips) with independent pattern length(mod) ,pitch,vol, note length/each step all stored in tables

    the next step is to build some sort of pattern playlist

    im already working on interface between korg padkontrol in native mode and sequencer

    going back to -> http://postimg.org/image/61jkb8yb1/full/

    honestly i had big problem with digesting Pd mainly because of the way it looks
    perhaps not everyone will agree with me on this point :)

    btw why [knob] look so ugly on windows and linux but not on mac?

    about week ago i decided to have a go again and see what i can do with guis
    and if i find something that will keep my eyes happy im gonna give it a serious go!!

    so i started to building my simple abstraction cnv+ lol its mainly what you see on that screenshot

    what it does
    it enables you to create canvases with given ids [cvn+ c1] that can be styled via messages some thing like css for pd

    [cvn+ c1]
    |c1-w 50;c1-h 50;c1-border 11;c1-background 8 (

    in this way you can create themed patches and change properties of all canvases with given id in the same time

    please see attachment

    http://www.pdpatchrepo.info/hurleur/cnv+.zip

    posted in technical issues read more
  • susz0n

    i managed to sort out few bugs
    here is updated version
    thanks for looking

    http://www.pdpatchrepo.info/hurleur/susz0n_sequencerv0.002.zip

    posted in technical issues read more
  • susz0n

    perhaps he achieved sound he was after!!! ;D if you know what i mean ? O_o

    posted in patch~ read more
Internal error.

Oops! Looks like something went wrong!