Search found 11 matches

by Then
Thu Dec 31, 2020 2:04 pm
Forum: Feature Requests and Wishlists
Topic: My wishes for 2021
Replies: 13
Views: 3757

My wishes for 2021

... better MP3 support (without extra LIBs and DLLs like BASS or FMOD) with speed control, echo, some effects ... - everything that makes a player good

... a working webgadget

... better MIDI support

I'm happy to pay again for it
by Then
Wed Dec 23, 2020 5:50 pm
Forum: Coding Questions
Topic: MIDI to Pioneer DDJ
Replies: 20
Views: 4346

Re: MIDI to Pioneer DDJ

... and i am an newbie.... :oops:

... i was happy to receive any data from the controller. i'm not that good at programming. i was glad that i got the code.
Unfortunately, I can't change anything about it. I'm not good enough for that.
so I leave that and look for something else to do.

Thank you ...
by Then
Wed Dec 23, 2020 2:22 pm
Forum: Coding Questions
Topic: MIDI to Pioneer DDJ
Replies: 20
Views: 4346

Re: MIDI to Pioneer DDJ

Yes I did. I receive the numbers of the pads, when i press them.

Here is the full code :

Global Dim Controller.s(127)

Procedure MIDIRequester(*OutDevice, *InDevice)
#MOD_WAVETABLE = 6
#MOD_SWSYNTH = 7
#MIDIRequ_InSet = 2
#MIDIRequ_OutSet = 1

#Width = 400
If OpenWindow(0, 0, 0 ...
by Then
Sun Dec 20, 2020 12:33 pm
Forum: Coding Questions
Topic: MIDI to Pioneer DDJ
Replies: 20
Views: 4346

Re: MIDI to Pioneer DDJ

Thanks ! I forgot the "$" :oops:

I tried it, but no led turns on.

So, i tried the dezimal values with FOR-NEXT to see, if something happens - but there is nothing :|


For a=0 To 16
For t=0 To 128
For x=0 To 128
NoteOn(a, t, x)
Debug a
Debug t
Debug x
Debug "-----"
Delay(100)
Next ...
by Then
Sun Dec 20, 2020 11:49 am
Forum: Coding Questions
Topic: MIDI to Pioneer DDJ
Replies: 20
Views: 4346

Re: MIDI to Pioneer DDJ

Thanks !

But, when i write

NoteOn(9F,01,7F)

There is an error, because "Its not a valid Decimal number !") :cry:


Procedure NoteOn(channel.b, Note.b, Velocity.b)
Shared HandleOut
Protected NoteDat.MIDIData
NoteDat\channel = $90 + channel
NoteDat\Note = Note
NoteDat\Velocity ...
by Then
Sat Dec 19, 2020 6:30 pm
Forum: Coding Questions
Topic: MIDI to Pioneer DDJ
Replies: 20
Views: 4346

Re: MIDI to Pioneer DDJ

... yes, but they don´t use purebasic. :? please, if you dont have a working example, let the other answer...

to say allways the same doesn´t help me...
by Then
Sat Dec 19, 2020 5:32 pm
Forum: Coding Questions
Topic: MIDI to Pioneer DDJ
Replies: 20
Views: 4346

Re: MIDI to Pioneer DDJ

Yes, its the same Controller, but i bought it :lol:

I try it here, because it´s bigger here and more traffic... i hope someone can help me.

It must be possible.... :shock:
by Then
Sat Dec 19, 2020 5:19 pm
Forum: Coding Questions
Topic: MIDI to Pioneer DDJ
Replies: 20
Views: 4346

MIDI to Pioneer DDJ

Hi,

I have a Pioneer DDJ-200 MIDI-Controller and it is connected to my PC with USB.

I receive the numbers of the Buttons when I press them, but how can I switch on the LEDs on the PADs ?

NoteOn(...) does not work :cry:


(Sorry for my english... :| )
by Then
Wed Jul 22, 2015 7:48 am
Forum: Applications - Feedback and Discussion
Topic: BrickLib - UserLibrary to control NXT roboters
Replies: 7
Views: 8879

Re: BrickLib - UserLibrary to control NXT roboters

over 2820 Reviews, but no answer :cry: nobody an idea to Rotate the servos ?
by Then
Fri Dec 27, 2013 1:28 pm
Forum: Applications - Feedback and Discussion
Topic: BrickLib - UserLibrary to control NXT roboters
Replies: 7
Views: 8879

Re: BrickLib - UserLibrary to control NXT roboters

PUSH..... I need some tips to rotate the Servo of the NXT.... please. :cry:
by Then
Thu Oct 24, 2013 3:20 pm
Forum: Applications - Feedback and Discussion
Topic: BrickLib - UserLibrary to control NXT roboters
Replies: 7
Views: 8879

Re: BrickLib - UserLibrary to control NXT roboters

Hi, i have bought the Mindstorm NXT 2.0 Set. But with brickLib, I can not choose how much to rotate.

Sorry - bad english !!

In German : Wie kann ich den Motoren sagen, dass sie nur um 270° drehen sollen ??