Search found 297 matches

by strobotone
Tue Jun 26, 2012 11:59 am
Forum: Music
Topic: classic music disks
Replies: 4
Views: 3917

Re: classic music disks

those days...when we used to swap disks.
by strobotone
Sat Jun 23, 2012 9:54 am
Forum: Users
Topic: Hard disk recorder modes, int32 vs. float32?
Replies: 37
Views: 19106

Re: Hard disk recorder modes, int32 vs. float32?

float stands for "floating-point" values (like 1.12345..) which basically could handle a higher resolution compared to
int, which stands for "integer" (whole numbers like 1, 2, 3 ...)

but i am also not sure how it is used in the HD-recorder.
by strobotone
Thu Jun 21, 2012 1:13 pm
Forum: Users
Topic: audioToMidi / audioIn
Replies: 1
Views: 2051

audioToMidi / audioIn

i find this miditoaudio VST quite usefull : http://www.mindthepressure.org/plugz.php

with it you can control basically any synth using your mic. (and record midi notes accordingly)
It also works with Jeskola WaveIn Interface as input. But a low latency input like via ASIO would work better.
by strobotone
Thu Jun 21, 2012 7:39 am
Forum: Users
Topic: What happened to Jeskola Freeverb?
Replies: 11
Views: 7362

Re: What happened to Jeskola Freeverb?

someone could ask oskari for the freeverb sourcecode and rebuild it as dll.
since the machineinterface is opensource this should be doable.
but sure, the easier way is to just replace it with another reverb.
by strobotone
Thu Jun 14, 2012 4:16 pm
Forum: Users
Topic: No WASAPI driver loaded
Replies: 4
Views: 3137

Re: No WASAPI driver loaded

imo. W7 is probably the fastest Windows version on modern machines.
Also the GUI is quicker since it uses more GPU capabilities.
So anyway, today´s hardware is designed for that kind of software and vice versa.
And new hardware including a decent sound card isn´t that expensive.
by strobotone
Mon Jun 04, 2012 5:59 pm
Forum: Devs
Topic: Themes - code snippets
Replies: 22
Views: 17625

Add Track / Delete Track in MachineWindow

I was inspired by the mixIO GUI :)

If you find it useful, you can use the commands below and bind them to buttons.
By default they are used in the context menu of the MachinWindow.

Command="{Binding AddTrackCommand}"
Command="{Binding DeleteLastTrackCommand}"
by strobotone
Mon Jun 04, 2012 5:26 pm
Forum: Devs
Topic: vu meters in machines and sequencer
Replies: 29
Views: 21464

Re: vu meters in machines and sequencer

many thanks !
but as mentioned before, it is a general issue with custom themes / the waveditor gui.
oskari knows about it.
by strobotone
Wed May 30, 2012 2:58 pm
Forum: Users
Topic: Effects that use an LFO in Buzz
Replies: 5
Views: 3437

Re: Effects that use an LFO in Buzz

correction : you can retrigger its lfo using the "Manual Phase" parameter from the pattern editor. (not the "Phase" slider)
by strobotone
Wed May 30, 2012 2:48 pm
Forum: Users
Topic: Effects that use an LFO in Buzz
Replies: 5
Views: 3437

Re: Effects that use an LFO in Buzz

if you are asking for a trigger parameter on PeerLFO, i am also wondering how to reset the actual lfo.
unfortunately the on/off switch only pauses the lfo.
(i am using stuff like an 808 bassdrum from the wavetable as waveshape for PeerLFO to control a filter cutoff)
by strobotone
Mon May 21, 2012 8:11 am
Forum: Users
Topic: changing the tempo of a track.
Replies: 6
Views: 4273

Re: changing the tempo of a track.

btw. : Melodyne also comes as VST-plugin.
by strobotone
Sat May 19, 2012 3:48 pm
Forum: Presets and Templates
Topic: thOke's XML Templates
Replies: 16
Views: 27827

Re: thOke's XML Templates

great stuff!
you guys sure are creative.
by strobotone
Thu May 10, 2012 1:26 pm
Forum: Users
Topic: Lol section
Replies: 6
Views: 4454

Re: Lol section

make sure not to miss the "flux capacitor" part ;)
by strobotone
Thu May 03, 2012 7:55 pm
Forum: Users
Topic: VST feedback on song load - is anyone else having this issue
Replies: 12
Views: 6853

Re: VST feedback on song load - is anyone else having this i

i opened the tune via double click and it nearly gave me a heart attack !!
what´s happening there? that feedback is a real mean one.
by strobotone
Mon Apr 23, 2012 5:45 pm
Forum: Music
Topic: Fading things
Replies: 3
Views: 2915

Re: Fading things

nicely done. good mix !
by strobotone
Sun Apr 22, 2012 12:58 pm
Forum: Users
Topic: unable to type pattern higher than 61 in sequencer
Replies: 5
Views: 3419

Re: unable to type pattern higher than 61 in sequencer

thanks! that actually helped. in my case it was the "#" key. to sum it up : the last pattern number which one is able to put in the sequncer directly is 61 ( < shift > + < Z >). patterns > 61 can be put i the sequencer by selecting it from the righthand sidebar and hitting the < # > key.
by strobotone
Sat Apr 21, 2012 10:28 pm
Forum: Users
Topic: unable to type pattern higher than 61 in sequencer
Replies: 5
Views: 3419

Re: unable to type pattern higher than 61 in sequencer

creating them is not a problem but accessing them.
what number comes up when you press the "\" key in the sequencer?
even though the pattern exists i can´t put it in the sequencer.
tried with english/german keyboard and languages.
by strobotone
Thu Apr 19, 2012 9:06 am
Forum: Users
Topic: Export / Import Pattern , Remove Unused Patterns
Replies: 6
Views: 3748

Re: Export / Import Pattern , Remove Unused Patterns

yes. i am using this function too. but what if you want to import just a single or specific patterns too an already existing machine. you would then put the saved template in the machineview, open the pattern in question and copy/paste it to the pattern of the other machine. still fast way to do but...
by strobotone
Thu Apr 19, 2012 7:53 am
Forum: Users
Topic: Export / Import Pattern , Remove Unused Patterns
Replies: 6
Views: 3748

Export / Import Pattern , Remove Unused Patterns

I remember a time when we where able to import and export patterns. (using PatternUtilities by CyanPhase)
How to do it now?

Also, is there a way to remove unused patterns?

thanks !