@d-healey i know the basics for creating sample-library-instruments. I can create a piano-library-instrument in Hise or other samplers like kontakt with ease. Not that in with scripting yet..
 
Posts
- 
RE: Triggering different samples for Attack & Sustainposted in General Questions
- 
RE: Triggering different samples for Attack & Sustainposted in General Questions@d-healey Sounds good, totally blasts my brain! How hard is it to set this up? Do you think i can implement this as a beginner? 
- 
RE: Triggering different samples for Attack & Sustainposted in General QuestionsHi @d-healey ; "Another way is to use note on/off scripting, or scripted note fades, and can be achieved with one or two samplers." would my problem with the varying attack-times be solved with any of these techniques? Greets 
- 
RE: Triggering different samples for Attack & Sustainposted in General Questions@ustk Hi USTK, thanks for replying ! I think the problem here is that the attack-times vary depending on the sound-source(instrument). Than the delay-times for the sustain samples would have to know these variations... 
 Or do i get something wrong?
- 
Triggering different samples for Attack & Sustainposted in General QuestionsHey Guys :) 
 I´m Toby and am working on a new "Sample-Instrument" for a research project.I am trying to create an instrument with the feature to choose from different samples for attack and sustain (for example: GrandPiano Attack; Guitar Sustain). My problem here is that i have no idea how to trigger the sustain sample after the attack sample has disappeared. ( I´m searching for something that works like the "note Off" midi command for release samples. ) Do you Guys have any idea how to implement this? Greets Toby Edit: the attack times may vary depending on the instrument. 
- 
architecture i386; linker command failed; MacOS(highSierra)posted in Bug ReportsHey Guys, 
 i´m new to Hise and a total newbie in programming....Since 3 days im trying to export a Vst/Au plugin with integrated IPP.... 
 I have installed the Intel Ipp thing and Xcode, Xpretty and Visual studio(2017) are already installed too.
 Every time i try to export i get these Error message:
 ▸ Linking PianoSAMmini 
  ️  ld: ignoring file /opt/intel/ipp/lib/libippi.a, file was built for archive which is not the architecture being linked (i386): /opt/intel/ipp/lib/libippi.a ️  ld: ignoring file /opt/intel/ipp/lib/libippi.a, file was built for archive which is not the architecture being linked (i386): /opt/intel/ipp/lib/libippi.a
  ️  ld: ignoring file /opt/intel/ipp/lib/libipps.a, file was built for archive which is not the architecture being linked (i386): /opt/intel/ipp/lib/libipps.a ️  ld: ignoring file /opt/intel/ipp/lib/libipps.a, file was built for archive which is not the architecture being linked (i386): /opt/intel/ipp/lib/libipps.a
  ️  ld: ignoring file /opt/intel/ipp/lib/libippcore.a, file was built for archive which is not the architecture being linked (i386): /opt/intel/ipp/lib/libippcore.a ️  ld: ignoring file /opt/intel/ipp/lib/libippcore.a, file was built for archive which is not the architecture being linked (i386): /opt/intel/ipp/lib/libippcore.a
  ️  ld: ignoring file /opt/intel/ipp/lib/libippvm.a, file was built for archive which is not the architecture being linked (i386): /opt/intel/ipp/lib/libippvm.a ️  ld: ignoring file /opt/intel/ipp/lib/libippvm.a, file was built for archive which is not the architecture being linked (i386): /opt/intel/ipp/lib/libippvm.a Undefined symbols for architecture i386 Undefined symbols for architecture i386Symbol: _ippsSum_32f 
 Referenced from: hise::ModulatorSamplerVoice::calculateBlock(int, int) in lto.o ld: symbol(s) not found for architecture i386 ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) clang: error: linker command failed with exit code 1 (use -v to see invocation)** BUILD FAILED ** The following build commands failed: 
 Ld build/PianoSAMmini.build/Release/PianoSAMmini\ -\ VST.build/Objects-normal/i386/PianoSAMmini normal i386
 (1 failure)
 Compiling finished. Cleaning up...
 logout
 Saving session...
 ...copying shared history...
 ...saving history...truncating history files...
 ...completed.
 Maybe someone can help me? Greets & thanks!!!! Tobi 
- 
RE: i386 deprecated!?!?!posted in Bug ReportsHey Guys i´m getting a Error Message very close to this one... The following build commands failed: 
 Ld build/PianoSAMmini.build/Release/PianoSAMmini\ -\ VST.build/Objects-normal/i386/PianoSAMmini normal i386
 (1 failure)Does anyone know how to fix this? Ps. If i export without IPP i dont get this Message and the export works mostly fine.. Intel IPP is already installed... @d-healey told me i may have to setup the "setting file paths so projucer knows where IPP is installed." 
 Does anyone knows how to set these up on a Mac? ... (I´m on MacOs(highSierra) )Greets Toby